From a0bfcadc0ba67109511459aebcce1fc38fdaef05 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 22 Aug 2020 13:35:33 +0200 Subject: cli: fix broken links to command references --- docs/cli.rst | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'docs/cli.rst') diff --git a/docs/cli.rst b/docs/cli.rst index 51b8e874..4694cc5d 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -4,13 +4,16 @@ CLI ### -The VyOS :abbr:`CLI (Command-Line Interface)` comprises an -operational and a configuration mode. +The VyOS :abbr:`CLI (Command-Line Interface)` comprises an operational and a +configuration mode. + +Operational 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:`cmd-index` -lists available commands and their functions. +modification of system configuration. The list of all operational level commands +is available at :ref:`operational_level_commands`. 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 @@ -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 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: .. code-block:: none -- cgit v1.2.3