From 8bb3da942a0abf05f91cd1802d50ed4fe256c9af Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Tue, 19 Sep 2017 12:34:43 +0530 Subject: CLI documents over all structure CLI-40 Change-Id: I933acfb653c5f9f3a746dd922e63810723f85281 Signed-off-by: Kanagaraj Manickam k00365106 --- docs/index.rst | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'docs/index.rst') 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 + -- cgit 1.2.3-korg