diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-09-25 10:22:32 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-09-26 09:57:04 +0800 |
commit | 2502331b4dbd34a877424c32729072d634c945e1 (patch) | |
tree | e3bba4658cfb82d3db0c629daff0af656eec5be3 /docs/platform/cli-userguide/create_csar_local/index.rst | |
parent | 6d9042a3d2a95fce731e1f8afa86d9050d62f0ee (diff) |
update part of cli command guide about vfc test
Change-Id: I9976923abea976e12d092a752de3b38a2d316b99
Issue-ID: VFC-1524
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docs/platform/cli-userguide/create_csar_local/index.rst')
-rw-r--r-- | docs/platform/cli-userguide/create_csar_local/index.rst | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/platform/cli-userguide/create_csar_local/index.rst b/docs/platform/cli-userguide/create_csar_local/index.rst new file mode 100644 index 00000000..9bc5f0d7 --- /dev/null +++ b/docs/platform/cli-userguide/create_csar_local/index.rst @@ -0,0 +1,46 @@ +Cli cloud complex Command Guide +=============================== + +1. create-vnf-package +--------------------- + +:: + + usage: vfc-catalog-create-vnf + vfc create vnf + Options: + [-m | -m | --host-url] + [-c | -user-key] + [-e | -user-value] + [-C | --no-catalog] + [-f | --format] [-h | --help] [-V | --verify] + [-t | --no-title] [-d | --debug] [-v | --version] + [-s | --long] [-D | --context] + Error: + Error: + On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE> + For example: + 'oclip vfc-catalog-create-vnf -m {} -c {} -e {}'.format(parameters["vfc-url"], \ + vnf_values.get("key"), vnf_values.get("value")) + + +2. create-ns-package +--------------------- + +:: + + usage: vfc-catalog-create-ns + vfc create ns + Options: + [-m | -m | --host-url] + [-c | -user-key] + [-e | -user-value] + [-C | --no-catalog] + [-f | --format] [-h | --help] [-V | --verify] + [-t | --no-title] [-d | --debug] [-v | --version] + [-s | --long] [-D | --context] + Error: + On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE> + For example: + 'oclip vfc-catalog-create-ns -m {} -c {} -e {}'.format(parameters["vfc-url"], \ + ns.get("key"), ns.get("value")) |