diff options
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r-- | docs/architecture.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst index 12a340d7..6562dd85 100644 --- a/docs/architecture.rst +++ b/docs/architecture.rst @@ -1,8 +1,9 @@ -.. _architecture: .. 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. +.. _cli_architecture: + CLI architecture ================ @@ -13,11 +14,11 @@ Following diagram shows the high-level architecture of ONAP CLI. :width: 800px * **Command Registrar** : Registrar keeps track of the commands regsitered in ONAP CLI and when user invokes the command, it identify -the corresponding command route the request to that command plugin. + the corresponding command route the request to that command plugin. * **Command Discoverer** : Discoverer discovers the commands both in plug-in format and YAML and auto-matically register them into Registrar. -* **Command Plug-ings** : Implement the command as plugin. More details :ref:`developer_guide` +* **Command Plug-ings** : Implement the command as plugin. More details :ref:`cli_developer_guide` * **HTTP Command** : Plug-in for implementing all Rest based command as YAML without any coding. |