Remove unused images in docs
[cli.git] / docs / architecture.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright 2017 Huawei Technologies Co., Ltd.
4
5 .. _cli_architecture:
6
7 CLI architecture
8 ================
9
10 Following diagram shows the high-level architecture of OCLIP.
11
12 .. image:: images/portal-cli-arch.png
13
14 * **Command Registrar** :  Registrar keeps track of the commands registered in OCLIP and when user invokes the command, it identify
15   the corresponding command route the request to that command plug-in.
16
17 * **Command Discoverer** : Discoverer discovers the commands both in plug-in format and YAML and automatically register them into Registrar.
18
19 * **Command Plug-ing** : Implement the command as plug-in. More details :ref:`cli_developer_guide`
20
21 * **HTTP Command** : Plug-in for implementing all Rest based command as YAML without any coding.
22
23 * **Command Shell** : Provides the interactive command line console from Linux
24
25 * **Web Command Console** : Provides the interactive command line console from web-browser