aboutsummaryrefslogtreecommitdiffstats
path: root/docs/platform/cli-userguide/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/platform/cli-userguide/index.rst')
-rw-r--r--docs/platform/cli-userguide/index.rst86
1 files changed, 86 insertions, 0 deletions
diff --git a/docs/platform/cli-userguide/index.rst b/docs/platform/cli-userguide/index.rst
new file mode 100644
index 00000000..38b7204c
--- /dev/null
+++ b/docs/platform/cli-userguide/index.rst
@@ -0,0 +1,86 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+
+VFC-Test Cli Command Guide
+==========================
+
+Reference manual:
+
+1. https://onap.readthedocs.io/en/dublin/submodules/cli.git/docs/cmd_help_onap_dublin.html
+
+2. https://git.onap.org/cli/tree/products/onap-dublin
+
+Note:
+
+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))
+
+
+.. contents::
+ :depth: 2
+
+Create cloud complex
+--------------------
+
+More Cli command defination and reference can be found in the following page:
+
+.. toctree::
+ :maxdepth: 1
+
+ cloud_complex/index
+
+Register all clouds
+-------------------
+
+More Cli command defination and reference can be found in the following page:
+
+.. toctree::
+ :maxdepth: 1
+
+ register_all_clouds/index
+
+create service and customer
+---------------------------
+
+More Cli command defination and reference can be found in the following page:
+
+.. toctree::
+ :maxdepth: 1
+
+ create_service_customer/index
+
+Register vnfm
+-------------
+More Cli command defination and reference can be found in the following page:
+
+.. toctree::
+ :maxdepth: 1
+
+ register_vnfm/index
+
+Create csar file(by sdc)
+------------------------
+More Cli command defination and reference can be found in the following page:
+
+.. toctree::
+ :maxdepth: 1
+
+ create_csar_sdc/index
+
+Create csar file(by local)
+------------------------
+More Cli command defination and reference can be found in the following page:
+
+.. toctree::
+ :maxdepth: 1
+
+ create_csar_local/index
+
+VFC part
+-----------
+More Cli command defination and reference can be found in the following page:
+
+.. toctree::
+ :maxdepth: 1
+
+ VFC_part/index \ No newline at end of file