Lianhao Lu | 7676ca5 | 2018-03-22 20:39:04 +0800 | [diff] [blame^] | 1 | ONAP VNFSDK CSAR Package Tool |
| 2 | ======================== |
| 3 | VNFSDK 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 | |
| 5 | Source Code: https://git.onap.org/vnfsdk/pkgtools |
| 6 | |
| 7 | Usage |
| 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 | |
| 16 | All commands have -h switch which displays help and description of all parameters. |