Document OJSI-135 vulnerability
[cli.git] / docs / user_guide.rst
index f4bde4b..d267c10 100644 (file)
@@ -83,7 +83,7 @@ running the CLI.
 5.    Profile information is persisted, so when you disconnect and connect again the CLI console,
 you can start use the same profile again.
 
-NOTE: Use the directive 'set' for setting the values for parameters and 'unset' for reseting the values.
+NOTE: Use the directive 'set' for setting the values for parameters and 'unset' for resetting the values.
 
 In Beijing release, new default profile named as 'onap-beijing' is delivered with all default ONAP service
 credentials. so user could use this profile to avoid setting the credentials every time.
@@ -130,21 +130,25 @@ https://wiki.onap.org
 
 Command usage guide
 -------------------
-Following document provides the help message for commands supported in this release.
+Following documents provide the usage for each commands supported in different releases.
+
+NOTE: Command marked with EXPERIMENTAL is only for testing purpose. Its not recommended to use in production environment
 
 .. toctree::
    :maxdepth: 1
 
    cmd_help.rst
+   cmd_help_onap_dublin.rst
 
 Command Samples
 ---------------
-Following document provides the samples for commands supported in this release.
+Following document provides the samples for every commands supported.
 
 .. toctree::
    :maxdepth: 1
 
    cmd_sample.rst
+   cmd_sample_onap_amsterdam.rst
 
 End to end service creation tutorial
 ------------------------------------
@@ -153,4 +157,24 @@ Following document provides the tutorial for service creation using CLI.
 .. toctree::
    :maxdepth: 1
 
-   end_to_end_onap_cli_commands.rst
\ No newline at end of file
+   user_guide_end_to_end_onap_cli_commands.rst
+
+PNF/VNF on-boarding tutorial
+------------------------------------
+Following document provides the tutorial for PNF/VNF on-boarding tutorial using CLI.
+
+.. toctree::
+   :maxdepth: 1
+
+   user_guide_pnf_on_boarding.rst
+
+CLI verification program
+------------------------
+OCLIP provides option to write test suite with set of test cases by authoring required
+samples and moco templates. Currently HTTP profile is enabled with this program.
+
+
+.. toctree::
+   :maxdepth: 1
+
+   user_guide_verification_program.rst