d89e211835126d5975ea3c30b90d2c95266e376c
[vfc/nfvo/lcm.git] / docs / platform / cli-userguide / index.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4
5 VFC-Test Cli Command Guide
6 ==========================
7
8 Reference manual:
9
10 1. https://onap.readthedocs.io/en/dublin/submodules/cli.git/docs/cmd_help_onap_dublin.html
11
12 2. https://git.onap.org/cli/tree/products/onap-dublin
13
14 Note:
15
16 1. The config. JSON included in the folder is a data guarantee for the example in the guidance manual, which will be converted into Python recognizable object body through the json. load method. Use "parameters" to receive the converted results. (parameters = json. load (config))
17 2. You should go to the pod of the CLI environment in the corresponding test environment to execute the command action steps
18
19 .. contents::
20    :depth: 2
21
22 Create cloud complex
23 --------------------
24
25 More Cli command defination and reference can be found in the following page:
26
27 .. toctree::
28    :maxdepth: 1
29
30    cloud_complex/index
31
32 Register all clouds
33 -------------------
34
35 More Cli command defination and reference can be found in the following page:
36
37 .. toctree::
38    :maxdepth: 1
39
40    register_all_clouds/index
41
42 create service and customer
43 ---------------------------
44
45 More Cli command defination and reference can be found in the following page:
46
47 .. toctree::
48    :maxdepth: 1
49
50    create_service_customer/index
51
52 Register vnfm
53 -------------
54 More Cli command defination and reference can be found in the following page:
55
56 .. toctree::
57    :maxdepth: 1
58
59    register_vnfm/index
60
61 Create csar file(by sdc)
62 ------------------------
63 More Cli command defination and reference can be found in the following page:
64
65 .. toctree::
66    :maxdepth: 1
67
68    create_csar_sdc/index
69
70 Create csar file(by local)
71 ------------------------
72 More Cli command defination and reference can be found in the following page:
73
74 .. toctree::
75    :maxdepth: 1
76
77    create_csar_local/index
78
79 VFC part
80 -----------
81 More Cli command defination and reference can be found in the following page:
82
83 .. toctree::
84    :maxdepth: 1
85
86    VFC_part/index