diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-19 12:34:43 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-19 12:34:43 +0530 |
commit | 8bb3da942a0abf05f91cd1802d50ed4fe256c9af (patch) | |
tree | ff468f603d269dd268268eeb5c838f69829aafff /docs/index.rst | |
parent | 87f328098821dc38d156b20d0c8e3d2a5ac7e9c4 (diff) |
CLI documents over all structure
CLI-40
Change-Id: I933acfb653c5f9f3a746dd922e63810723f85281
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 9aba9c6b..1ad0b76a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,10 +4,36 @@ .. _cli_index: -CLI Documentation -================== +ONAP CLI +======== + +.. role:: blue + +:blue:`One Command to command whole ONAP !` + +Both Information and Communication Technology customers prefer Command Line +Interface (CLI) over Graphical user interface (GUI) in many situations +such as automation, devops, CI&CD. So CLI is always been as integral part +of software products and platforms. + +ONAP CLI provides the command line interface for ONAP functionalities and in +Amesterdam release, it provides commands for following features: + +* ONAP micro-service discovery +* ONAP external system and VNF cloud on-boarding +* ONAP customer and subscription management +* ONAP VSP on-boarding +* ONAP network service life-cycle management + +ONAP CLI is developed using the industry first CLI platform called +**Open CLI Platform (oclip)** which is part of ONAP CLI deliverables. .. toctree:: :maxdepth: 1 + OCLIP.rst + developer_guide.rst + user_guide.rst + installation_guide.rst open_cli_schema_version_1_0.rst + |