mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
cli: fix broken links to command references
This commit is contained in:
parent
0efe17baef
commit
a0bfcadc0b
17
docs/cli.rst
17
docs/cli.rst
@ -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
|
||||||
|
|||||||
@ -1,9 +1,7 @@
|
|||||||
############
|
.. _configuration_level_commands:
|
||||||
Command List
|
|
||||||
############
|
|
||||||
|
|
||||||
Configuration level commands:
|
********************************
|
||||||
|
Configuration Level Command List
|
||||||
.. _cfg_cmd_list:
|
********************************
|
||||||
|
|
||||||
.. cfgcmdlist::
|
.. cfgcmdlist::
|
||||||
|
|||||||
@ -1,9 +1,7 @@
|
|||||||
#############
|
.. _operational_level_commands:
|
||||||
Commands List
|
|
||||||
#############
|
|
||||||
|
|
||||||
Operational level commands:
|
******************************
|
||||||
|
Operational Level Command List
|
||||||
.. _op_cmd_list:
|
******************************
|
||||||
|
|
||||||
.. opcmdlist::
|
.. opcmdlist::
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user