diff options
-rw-r--r-- | docs/console.rst | 30 | ||||
-rw-r--r-- | docs/images/portal-cli-shell.png | bin | 0 -> 60357 bytes | |||
-rw-r--r-- | docs/images/portal-cli-web-con.png | bin | 0 -> 101711 bytes | |||
-rw-r--r-- | docs/index.rst | 2 |
4 files changed, 31 insertions, 1 deletions
diff --git a/docs/console.rst b/docs/console.rst new file mode 100644 index 00000000..f96e6fc9 --- /dev/null +++ b/docs/console.rst @@ -0,0 +1,30 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2017 Huawei Technologies Co., Ltd. + +.. _console: + +CLI Console +=========== + +Please install the CLI by following guidelines provided in OOM_and_HEAT_based_deployment_. + +.. _OOM_and_HEAT_based_deployment : OOM_and_HEAT_based_deployment.rst + +After installation, ONAP CLI can be used in following form: + +# Command Shell + +|image4| + +.. |image4| image:: images/portal-cli-shell.png + :height: 600px + :width: 800px + +# Web Command Console + +|image5| + +.. |image5| image:: images/portal-cli-web-con.png + :height: 600px + :width: 800px
\ No newline at end of file diff --git a/docs/images/portal-cli-shell.png b/docs/images/portal-cli-shell.png Binary files differnew file mode 100644 index 00000000..eb49e328 --- /dev/null +++ b/docs/images/portal-cli-shell.png diff --git a/docs/images/portal-cli-web-con.png b/docs/images/portal-cli-web-con.png Binary files differnew file mode 100644 index 00000000..97c54aaf --- /dev/null +++ b/docs/images/portal-cli-web-con.png diff --git a/docs/index.rst b/docs/index.rst index 3c077653..34cc6319 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -31,6 +31,7 @@ ONAP CLI is developed using the industry first CLI platform called .. toctree:: :maxdepth: 1 + console.rst OCLIP.rst open_cli_schema_version_1_0.rst architecture.rst @@ -39,4 +40,3 @@ ONAP CLI is developed using the industry first CLI platform called installation_guide.rst OOM_and_HEAT_based_deployment.rst logging.rst - |