aboutsummaryrefslogtreecommitdiffstats
path: root/docs/open_cli_schema_version_1_0.rst
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-12-06 14:27:10 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-12-06 14:30:29 +0530
commit03c54a40daf75644ec0bcbc73636e3eb427c1604 (patch)
tree13eb3fa995e0b4ccb2ec8409ee3f68ee3eebe5d3 /docs/open_cli_schema_version_1_0.rst
parentb6a570370ca08f983830df08553b254478e94090 (diff)
Update documents with latest product naming
Issue-ID: CLI-66 Change-Id: I9bdc06c56e3b22f582943cc5e39d9574b44cd84c Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'docs/open_cli_schema_version_1_0.rst')
-rw-r--r--docs/open_cli_schema_version_1_0.rst38
1 files changed, 10 insertions, 28 deletions
diff --git a/docs/open_cli_schema_version_1_0.rst b/docs/open_cli_schema_version_1_0.rst
index 8d1726c0..59d0094e 100644
--- a/docs/open_cli_schema_version_1_0.rst
+++ b/docs/open_cli_schema_version_1_0.rst
@@ -485,22 +485,22 @@ name: host-username
long_option: host-username
- default_value: ${OPEN_CLI_USERNAME}
+ default_value: ${OPEN_CLI_HOST_USERNAME}
is_optional: false
-name: onap-password
+name: host-password
~~~~~~~~~~~~~~~~~~~
type: string
- description: Onap user password
+ description: Host user password
short_option: p
- long_option: onap-password
+ long_option: host-password
- default_value: ${ONAP_PASSWORD}
+ default_value: ${OPEN_CLI_HOST_PASSWORD}
is_secured: true
@@ -510,7 +510,7 @@ name: host-url
~~~~~~~~~~~~~~
type: url
- description: Onap host url
+ description: Host url
short_option: m
@@ -518,13 +518,13 @@ name: host-url
is_optional: false
- default_value: ${ONAP_HOST_URL}
+ default_value: ${OPEN_CLI_HOST_URL}
name: help
~~~~~~~~~~
type: string
- description: Onap command help message
+ description: Command help message
short_option: h
@@ -536,7 +536,7 @@ name: version
~~~~~~~~~~~~~
type: string
- description: Onap command service version
+ description: Command service version
short_option: v
@@ -606,27 +606,9 @@ name: no-auth
default_value: false
*NOTE*: no-auth parameter is very helpful to by-pass the login and logout phase
-of each commands. Please refere *service* section to find more details on login
+of each commands. Please refer *service* section to find more details on login
and logout.
-For example, OCLIP platform provides a command called 'schema-validate' to
-validate schematics of template against the specification defined in this
-document. For this command, host-url, onap-username, onap-password, no-auth
-parameters are required. so author could exclude these parameters by defining
-as :
-
- default_parameters:
- exclude:
- \- onap-username
-
- \- onap-password
-
- \- host-url
-
- \- no-auth
-
-
-
results
-------
Every command produces the output and *results* section helps to define the