diff options
-rw-r--r-- | docs/appendix/cmd-index.rst | 7 | ||||
-rw-r--r-- | docs/cli.rst | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/docs/appendix/cmd-index.rst b/docs/appendix/cmd-index.rst index ad51a5ad..fa4143ad 100644 --- a/docs/appendix/cmd-index.rst +++ b/docs/appendix/cmd-index.rst @@ -1,16 +1,21 @@ -.. cmd-index: +.. _cmd-index: ################# Command Reference ################# + Operational Commands ==================== +.. _op_cmd_list: + .. opcmdlist:: Configuration Commands ====================== +.. _cfg_cmd_list: + .. cfgcmdlist:: diff --git a/docs/cli.rst b/docs/cli.rst index fb7506c8..51b8e874 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -5,11 +5,11 @@ CLI ### The VyOS :abbr:`CLI (Command-Line Interface)` comprises an -:ref:`commandtree_operationmode` and a :ref:`commandtree_configmode`. +operational and a configuration mode. Operational mode allows for commands to perform operational system tasks and view system and service status, while configuration mode allows for the -modification of system configuration. The :ref:`command tree page<commandtree>` +modification of system configuration. The :ref:`cmd-index` lists available commands and their functions. The CLI provides a built-in help system. In the CLI the ``?`` key may be used |