diff options
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 + |