From 020ed5cb7f2d4efedfcc48bbbdf892043adbfec1 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Thu, 12 Oct 2017 11:08:34 +0800 Subject: Keep the pkgtools documentation up-to-date 1. Add the new parameters for pkgtools CLI. 2. Add a new method of installation of pkgtools CLI. 3. Add git-review configuartion files and correct files' mode. Issue-ID: VNFSDK-102 Change-Id: I7e45d9936efb369153e46849e9227516dd2d3639 Signed-off-by: Lianhao Lu --- .gitreview | 4 ++++ docs/files/VNF SDK - Guide for Bundling VNFs.rst | 0 docs/files/VNF SDK blueprints.rst | 0 docs/files/pkgtool.rst | 8 ++++++-- 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .gitreview mode change 100755 => 100644 docs/files/VNF SDK - Guide for Bundling VNFs.rst mode change 100755 => 100644 docs/files/VNF SDK blueprints.rst mode change 100755 => 100644 docs/files/pkgtool.rst diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..e47a10e --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.onap.org +port=29418 +project=vnfsdk/model diff --git a/docs/files/VNF SDK - Guide for Bundling VNFs.rst b/docs/files/VNF SDK - Guide for Bundling VNFs.rst old mode 100755 new mode 100644 diff --git a/docs/files/VNF SDK blueprints.rst b/docs/files/VNF SDK blueprints.rst old mode 100755 new mode 100644 diff --git a/docs/files/pkgtool.rst b/docs/files/pkgtool.rst old mode 100755 new mode 100644 index 616b212..e334e0c --- a/docs/files/pkgtool.rst +++ b/docs/files/pkgtool.rst @@ -25,12 +25,16 @@ The following commands are executed in the cloned repository directory: Install all required dependencies 2. pip install . -Install VNF SDK tools package  +Or run the following commands in the cloned repository directory to install: + +1. python setup.py install + +Install VNF SDK tools package ----------------------------- Usage * Create CSAR by specifying a directory - vnfsdk csar-create -d DESTINATION source entry + vnfsdk csar-create -d DESTINATION [--manifest MANIFEST] [--history HISTORY] [--tests TESTS] [--licenses LICENSES] source entry * Extract CSAR content vnfsdk csar-open -d DESTINATION source -- cgit 1.2.3-korg