cli: fix broken links to command references

This commit is contained in:
Christian Poessinger 2020-08-22 13:35:33 +02:00
parent 0efe17baef
commit a0bfcadc0b
3 changed files with 21 additions and 16 deletions

View File

@ -4,13 +4,16 @@
CLI CLI
### ###
The VyOS :abbr:`CLI (Command-Line Interface)` comprises an The VyOS :abbr:`CLI (Command-Line Interface)` comprises an operational and a
operational and a configuration mode. configuration mode.
Operational Mode
================
Operational mode allows for commands to perform operational system tasks and Operational mode allows for commands to perform operational system tasks and
view system and service status, while configuration mode allows for the view system and service status, while configuration mode allows for the
modification of system configuration. The :ref:`cmd-index` modification of system configuration. The list of all operational level commands
lists available commands and their functions. is available at :ref:`operational_level_commands`.
The CLI provides a built-in help system. In the CLI the ``?`` key may be used The CLI provides a built-in help system. In the CLI the ``?`` key may be used
to display available commands. The ``TAB`` key can be used to auto-complete to display available commands. The ``TAB`` key can be used to auto-complete
@ -69,6 +72,12 @@ When viewing in page mode the following commands are available:
* ``left-arrow`` and ``right-arrow`` can be used to scroll left or right * ``left-arrow`` and ``right-arrow`` can be used to scroll left or right
in the event that the output has lines which exceed the terminal size. in the event that the output has lines which exceed the terminal size.
Configuration Mode
==================
The list of all operational level commands is available at
:ref:`configuration_level_commands`.
To enter configuration mode use the ``configure`` command: To enter configuration mode use the ``configure`` command:
.. code-block:: none .. code-block:: none

View File

@ -1,9 +1,7 @@
############ .. _configuration_level_commands:
Command List
############
Configuration level commands: ********************************
Configuration Level Command List
.. _cfg_cmd_list: ********************************
.. cfgcmdlist:: .. cfgcmdlist::

View File

@ -1,9 +1,7 @@
############# .. _operational_level_commands:
Commands List
#############
Operational level commands: ******************************
Operational Level Command List
.. _op_cmd_list: ******************************
.. opcmdlist:: .. opcmdlist::