blob: cd13d63500e76deadfd6cfa1a7dc21e9d54e4ce5 [file] [log] [blame]
Lianhao Lu7676ca52018-03-22 20:39:04 +08001ONAP VNFSDK CSAR Package Tool
2========================
3VNFSDK package tool provides VNF product DevOps engineers with the tools to manage the VNF package content. The tools are provided in a form of a shared library (Python module) that can be used in other projects. A CLI is also provided out-of-the box for DevOps to use the library with their scripts and automation framework.
4
5Source Code: https://git.onap.org/vnfsdk/pkgtools
6
7Usage
8-----
9- Create CSAR package
10 $ vnfsdk csar-create -d DESTINATION [–manifest MANIFEST] [–history HISTORY] [–tests TESTS] [–licenses LICENSES] source entry
11- Extract CSAR package
12 $ vnfsdk csar-open -d DESTINATION source
13- Validate CSAR package
14 $ vnfsdk csar-validate source
15
16All commands have -h switch which displays help and description of all parameters.