aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
blob: cd13d63500e76deadfd6cfa1a7dc21e9d54e4ce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ONAP VNFSDK CSAR Package Tool
========================
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.

Source Code: https://git.onap.org/vnfsdk/pkgtools

Usage
-----
- Create CSAR package
      $ vnfsdk csar-create -d DESTINATION [–manifest MANIFEST] [–history HISTORY] [–tests TESTS] [–licenses LICENSES] source entry
- Extract CSAR package
      $ vnfsdk csar-open -d DESTINATION source
- Validate CSAR package
      $ vnfsdk csar-validate source

All commands have -h switch which displays help and description of all parameters.