diff options
Diffstat (limited to 'docs/OCLIP.rst')
-rw-r--r-- | docs/OCLIP.rst | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/docs/OCLIP.rst b/docs/OCLIP.rst index 56d3b9d2..47e20c38 100644 --- a/docs/OCLIP.rst +++ b/docs/OCLIP.rst @@ -7,9 +7,7 @@ Open CLI Platform (OCLIP) ========================= -.. role:: blue - -:blue:`No coding, just texting !` +**No coding, just texting !** In Telco/IT world, Any software platform/platform with out CLI is considered as in-complete and as there is no platform exists today for implementing CLI, similar to Tomcat exists for HTTP applications, and followings are the main problems: @@ -28,10 +26,5 @@ Advantages * Helps Operator/user to create new commands/fix the existing commands just by modifying the YAML file, so User no need to wait for an release time to get the fix for a bug or new commands. * Similar to Tomcat for deploying more than one webapps, on OCLIP, multiple's products commands could be deployed and executed. -This platform defines Open Command Specification (OCS) for CLI, which is similar to the Open API specification (OAS) defined by swagger for REST API. It is like : **API for developers, CLI for admins/users/operators !** For more details of OCS :ref:`open_cli_schema_version_1_0` - - -.. toctree:: - :maxdepth: 1 - - open_cli_schema_version_1_0.rst +This platform defines Open Command Specification (OCS) for CLI, which is similar to the Open API specification (OAS) defined by swagger for REST API. It is like : **API for developers, CLI for admins/users/operators !** +For more details of OCS :ref:`open_cli_schema_version_1_0` |