diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-23 18:32:28 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-23 18:32:28 +0100 |
commit | 2e2e9b887a6f160fffa4340195d00f609e44ba13 (patch) | |
tree | aaa04a5f8863c8d7b9a0fd528cb46f25f8bd7735 /docs/cli.rst | |
parent | 79f15b05c2fc2a6ebd61721b3bb97d10d93c83d2 (diff) | |
download | vyos-documentation-2e2e9b887a6f160fffa4340195d00f609e44ba13.tar.gz vyos-documentation-2e2e9b887a6f160fffa4340195d00f609e44ba13.zip |
toc: build proper doc in html and pdf
Diffstat (limited to 'docs/cli.rst')
-rw-r--r-- | docs/cli.rst | 45 |
1 files changed, 24 insertions, 21 deletions
diff --git a/docs/cli.rst b/docs/cli.rst index c1306c82..10d8c1ec 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -1,27 +1,29 @@ .. _cli: -Command-Line Interface -====================== +### +CLI +### -The VyOS CLI comprises an :ref:`commandtree_operationmode` and a :ref:`commandtree_configmode`. +The VyOS :abbr:`CLI (Command-Line Interface)` comprises an +:ref:`commandtree_operationmode` and a :ref:`commandtree_configmode`. 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>` lists available commands and their functions. +modification of system configuration. The :ref:`command tree page<commandtree>` +lists available commands and their functions. -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 +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 commands and will present the help system upon a conflict or unknown value. -For example typing `sh` followed by the **[tab]** key will complete to `show`. -Pressing **[tab]** a second time will display the possible sub-commands of the -`show` command. +For example typing ``sh`` followed by the ``TAB`` key will complete to +``show``. Pressing ``TAB`` a second time will display the possible +sub-commands of the ``show`` command. .. code-block:: sh vyos@vyos:~$ s[tab] set show - vyos@vyos:~$ Example showing possible show commands: @@ -50,24 +52,24 @@ Example showing possible show commands: host Show host information incoming Show ethernet input-policy information : q - vyos@vyos:~$ -You can scroll up with the keys [Shift]+[PageUp] and sroll down with [Shift]+[PageDown]. +You can scroll up with the keys ``[Shift]+[PageUp]`` and scroll down with +``[Shift]+[PageDown]``. When the output of a command results in more lines than can be displayed on the -terminal screen the output is paginated as indicated by a : prompt. +terminal screen the output is paginated as indicated by a ``:`` prompt. When viewing in page mode the following commands are available: - * **[q]** key can be used to cancel output - * **[space]** will scroll down one page - * **[b]** will scroll back one page - * **[return]** will scroll down one line - * **[up-arrow]** and **[down-arrow]** will scroll up or down one line at a + * ``q`` key can be used to cancel output + * ``space`` will scroll down one page + * ``b`` will scroll back one page + * ``return`` will scroll down one line + * ``up-arrow`` and ``down-arrow`` will scroll up or down one line at a time respectively - * **[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. -To enter configuration mode use the `configure` command: +To enter configuration mode use the ``configure`` command: .. code-block:: sh @@ -75,7 +77,8 @@ To enter configuration mode use the `configure` command: [edit] vyos@vyos:~# -.. note:: Prompt changes from `$` to `#`. To exit configuration mode, type `exit`. +.. note:: Prompt changes from ``$`` to ``#``. To exit configuration mode, + type ``exit``. .. code-block:: sh |