summaryrefslogtreecommitdiff
path: root/docs/cli.rst
AgeCommit message (Collapse)Author
2026-05-06feat: flip swap mechanism — MD as primary, RST as override (Phase 1)Yuriy Andamasov
This is the first of three phases inverting the per-page swap mechanism so MD becomes the canonical primary and RST becomes the rare override. Phase 1 — file renames + conf.py exclude_patterns flip only: - Rename docs/**/md-<stem>.md to docs/**/<stem>.md (drop md- prefix) for all 254 stems previously listed in docs/_swap.txt - Rename docs/**/<stem>.rst to docs/**/rst-<stem>.rst (add rst- prefix) for the same 254 stems - Repurpose docs/_swap.txt as docs/_rst_overrides.txt; initially empty comment-only since no pages need the RST fallback right now - conf.py exclude_patterns flipped: rst-*.rst is now excluded by default instead of md-*.md - conf.py runtime-artifact references updated to _rst_override_state.json and _md_exclude.txt (Phase 2 will rewrite swap_sources.py to produce these names; for now no swap script runs because overrides list is empty) Phase 2 (next commit on this branch) will rewrite scripts/swap_sources.py with inverted rename direction, delete scripts/import_myst.py + tests, and update tests/test_swap_sources.py for the new semantics. Phase 3 will be the cleanup pass and ready-for-review flip. Generated by robots https://vyos.io
2026-04-10docs: fix code-block indentation (tabs to spaces) (#1825)Yuriy Andamasov
* docs: fix tab-to-space indentation in code blocks across 5 files Replace tab characters with spaces inside code-block and output directives for consistent rendering. Also rewrap long prose lines for readability. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: remove accidentally committed settings file Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * docs: fix inconsistent indentation in trafficpolicy and qos code blocks Normalize indentation within code blocks where tab-to-space conversion left some entries misaligned (tbit, gibps, tibps in trafficpolicy; egress command in qos). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10remote: T4732: add VRF option for commit-archive (#1823)Christian Breunig
2025-04-30session: T6696: Document reset session CLI change (#1630)Ryan Zuwala
The command clear session has changed to reset session since it is a disruptive change. Document this as a CLI example
2024-11-22config-mgmt: T5976: add missing node in commit-confirm pathJohn Estabrook
2024-10-15Merge pull request #1558 from jestabro/update-commit-confirmRobert Göhler
config-mgmt: T5976: update commit-confirm description for option reload
2024-10-08Rename chapters and remove redundant VyOS wordingChristian Breunig
2024-10-06config-mgmt: T5976: update commit-confirm description for option reloadJohn Estabrook
2024-09-06cli: Document top-level op mode word meaningsDaniil Baturin
2024-05-22cli: commit-archive with git does not make use of source-address CLI ↵Christian Breunig
optionarchive
2024-05-05T2468: clarify password encoding requirmentNicolas Vollmar
2024-04-27cli: T6002: Added hint for commit messageAlex W
2024-01-17Fix docs/cli.rstSebastian Weber
2023-11-19T2405: add Git support to commit-archiveChristian Breunig
2023-11-08Changed 'set' command to appear the same as other commandsjose
2023-11-08Spelling correctionjose
2023-01-15CLI: correct typorebortg
2022-10-14firewall: T2199: Updates to migrated firewall interface nodessarthurdev
2021-11-30op-mode: Add doc for show configuration JSON 1.4Viacheslav
2021-06-30configuration page: corrected spelling and grammatical mistakessrividya0208
There were minimal grammatical and spelling mistakes in the files which I corrected as documentation proof reading. Also added information about few ipsec vpn parameters.
2021-01-08cli: fix WARNING: Title overline too shortChristian Poessinger
2021-01-03Docs: Fix typo error in the header of the articleVladimir Belousov
2020-12-07fix build errors after arrangerebortg
2020-12-06arrange examplesrebortg
2020-11-29rearange changelog, cli, contributingrebortg
2020-08-22cli: fix broken links to command referencesChristian Poessinger
2020-02-18Build: fix document refRobert Göhler
2019-11-28Refactor "code-block:: console" to "code-block:: none"Christian Poessinger
2019-11-27Refactor "code-block:: sh" to "code-block:: console"Christian Poessinger
This will add proper new-lines into the rendered PDF. Before if it has been a long line, not all content was preserved in the PDF.
2019-11-23toc: build proper doc in html and pdfChristian Poessinger
2019-07-27add a reference and document normal scrollingcurrite
2019-03-21add Config Tree and op moderebortg
2018-10-07Reformat TOC and overall document styleChristian Poessinger