summaryrefslogtreecommitdiffstats
path: root/docs/files
diff options
context:
space:
mode:
Diffstat (limited to 'docs/files')
-rw-r--r--[-rwxr-xr-x]docs/files/VNF SDK - Guide for Bundling VNFs.rst0
-rw-r--r--[-rwxr-xr-x]docs/files/VNF SDK blueprints.rst0
-rw-r--r--[-rwxr-xr-x]docs/files/pkgtool.rst8
3 files changed, 6 insertions, 2 deletions
diff --git a/docs/files/VNF SDK - Guide for Bundling VNFs.rst b/docs/files/VNF SDK - Guide for Bundling VNFs.rst
index b5a3499..b5a3499 100755..100644
--- a/docs/files/VNF SDK - Guide for Bundling VNFs.rst
+++ b/docs/files/VNF SDK - Guide for Bundling VNFs.rst
diff --git a/docs/files/VNF SDK blueprints.rst b/docs/files/VNF SDK blueprints.rst
index 3445ac0..3445ac0 100755..100644
--- a/docs/files/VNF SDK blueprints.rst
+++ b/docs/files/VNF SDK blueprints.rst
diff --git a/docs/files/pkgtool.rst b/docs/files/pkgtool.rst
index 616b212..e334e0c 100755..100644
--- 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