update part of cli command guide about vfc test
[vfc/nfvo/lcm.git] / docs / platform / cli-userguide / create_csar_local / index.rst
1 Cli cloud complex Command Guide
2 ===============================
3
4 1. create-vnf-package
5 ---------------------
6
7 ::
8
9     usage: vfc-catalog-create-vnf
10     vfc create vnf
11     Options:
12     [-m | -m | --host-url]
13     [-c | -user-key]
14     [-e | -user-value]
15     [-C | --no-catalog]
16     [-f | --format] [-h | --help] [-V | --verify]
17     [-t | --no-title] [-d | --debug] [-v | --version]
18     [-s | --long] [-D | --context]
19     Error:
20     Error:
21     On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
22     For example:
23     'oclip vfc-catalog-create-vnf -m {} -c {} -e {}'.format(parameters["vfc-url"], \
24           vnf_values.get("key"), vnf_values.get("value"))
25
26
27 2. create-ns-package
28 ---------------------
29
30 ::
31
32     usage: vfc-catalog-create-ns
33     vfc create ns
34     Options:
35     [-m | -m | --host-url]
36     [-c | -user-key]
37     [-e | -user-value]
38     [-C | --no-catalog]
39     [-f | --format] [-h | --help] [-V | --verify]
40     [-t | --no-title] [-d | --debug] [-v | --version]
41     [-s | --long] [-D | --context]
42     Error:
43     On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
44     For example:
45     'oclip vfc-catalog-create-ns -m {} -c {} -e {}'.format(parameters["vfc-url"], \
46       ns.get("key"), ns.get("value"))