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 --- docs/files/pkgtool.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) mode change 100755 => 100644 docs/files/pkgtool.rst (limited to 'docs/files/pkgtool.rst') 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