aboutsummaryrefslogtreecommitdiffstats
path: root/docs/platform/cli-userguide/create_csar_local/index.rst
blob: 9bc5f0d7b3b58ff6294874d219ee2ecb5cc32f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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"))