X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fuser_guide.rst;h=d267c10e0e1721e795c9fc3351a443d5693666e0;hb=f8e837efb0cdbdf53e502dadf49edcaee7b38294;hp=f4bde4b701e29ad3f61024336e7777207a5a23dd;hpb=1239610d64ddfce2e3d1ff3378adcf96f24ee0a0;p=cli.git diff --git a/docs/user_guide.rst b/docs/user_guide.rst index f4bde4b7..d267c10e 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -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