summaryrefslogtreecommitdiff
path: root/docs/cli.rst
AgeCommit message (Collapse)Author
2026-05-06feat: flip swap mechanism on circinus — MD as primary, RST as overrideYuriy Andamasov
Mirror of #1899 for circinus. Same logic, same scripts, per-branch file set. Changes: - Rename docs/**/md-<stem>.md to docs/**/<stem>.md (drop md- prefix) for all 253 stems previously listed in docs/_swap.txt - Rename docs/**/<stem>.rst to docs/**/rst-<stem>.rst (add rst- prefix) for the same 253 stems - Repurpose docs/_swap.txt as docs/_rst_overrides.txt; initially empty - conf.py exclude_patterns flipped: rst-*.rst excluded by default - conf.py runtime-artifact references updated to _rst_override_state.json and _md_exclude.txt - scripts/swap_sources.py rewritten with inverted rename direction (rst-<stem>.rst → <stem>.rst when applying overrides; <stem>.md excluded via _md_exclude.txt) - scripts/import_myst.py and tests/test_import_myst.py deleted (obsolete) - tests/test_swap_sources.py rewritten for new semantics Identical change set to #1899 (current). Per-branch differences: - circinus has 253 stems vs current's 254 (suricata is current-only) - otherwise the script/conf.py/test changes are byte-identical with current Generated by robots https://vyos.io
2026-04-10remote: T4732: add VRF option for commit-archive (#1823) (#1824)mergify[bot]
(cherry picked from commit 720676e95b5123202e47ed8e0367d1e239344939) Co-authored-by: Christian Breunig <christian@breunig.cc>
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