<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/cli.rst, branch rolling</title>
<subtitle>VyOS readthedocs (mirror of https://github.com/vyos/vyos-documentation.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-documentation.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-documentation.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/'/>
<updated>2026-05-06T17:42:32+00:00</updated>
<entry>
<title>feat: flip swap mechanism — MD as primary, RST as override (Phase 1)</title>
<updated>2026-05-06T17:42:32+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-06T17:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=5d6fa52b8985f8068314aba26878a1d7d5cb84e5'/>
<id>urn:sha1:5d6fa52b8985f8068314aba26878a1d7d5cb84e5</id>
<content type='text'>
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-&lt;stem&gt;.md to docs/**/&lt;stem&gt;.md (drop md- prefix)
  for all 254 stems previously listed in docs/_swap.txt
- Rename docs/**/&lt;stem&gt;.rst to docs/**/rst-&lt;stem&gt;.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
</content>
</entry>
<entry>
<title>docs: fix code-block indentation (tabs to spaces) (#1825)</title>
<updated>2026-04-10T18:23:55+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-04-10T18:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=d21db5fddd91e20e420b63928a8398745f571710'/>
<id>urn:sha1:d21db5fddd91e20e420b63928a8398745f571710</id>
<content type='text'>
* 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) &lt;noreply@anthropic.com&gt;

* chore: remove accidentally committed settings file

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;

* 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) &lt;noreply@anthropic.com&gt;

---------

Co-authored-by: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;</content>
</entry>
<entry>
<title>remote: T4732: add VRF option for commit-archive (#1823)</title>
<updated>2026-04-10T12:13:03+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-04-10T12:13:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=720676e95b5123202e47ed8e0367d1e239344939'/>
<id>urn:sha1:720676e95b5123202e47ed8e0367d1e239344939</id>
<content type='text'>
</content>
</entry>
<entry>
<title>session: T6696: Document reset session CLI change (#1630)</title>
<updated>2025-04-30T11:26:50+00:00</updated>
<author>
<name>Ryan Zuwala</name>
<email>ryanzuwala@gmail.com</email>
</author>
<published>2025-04-30T11:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=2db8434340b197c249e2b15c9c39b7d32e8dcfc1'/>
<id>urn:sha1:2db8434340b197c249e2b15c9c39b7d32e8dcfc1</id>
<content type='text'>
The command clear session has changed to reset session since it
is a disruptive change. Document this as a CLI example</content>
</entry>
<entry>
<title>config-mgmt: T5976: add missing node in commit-confirm path</title>
<updated>2024-11-22T18:27:29+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-11-22T17:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=d6fc0d82c8f9726f31192a27791dd25b6993a4fe'/>
<id>urn:sha1:d6fc0d82c8f9726f31192a27791dd25b6993a4fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1558 from jestabro/update-commit-confirm</title>
<updated>2024-10-15T05:00:39+00:00</updated>
<author>
<name>Robert Göhler</name>
<email>github@ghlr.de</email>
</author>
<published>2024-10-15T05:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=f3246467c68e51080e5817a18974fe0dfb95fd1f'/>
<id>urn:sha1:f3246467c68e51080e5817a18974fe0dfb95fd1f</id>
<content type='text'>
config-mgmt: T5976: update commit-confirm description for option reload</content>
</entry>
<entry>
<title>Rename chapters and remove redundant VyOS wording</title>
<updated>2024-10-08T19:55:27+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-10-08T19:55:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=db5e2af0e3861d1cbfe68d158b768a82138f4bf9'/>
<id>urn:sha1:db5e2af0e3861d1cbfe68d158b768a82138f4bf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config-mgmt: T5976: update commit-confirm description for option reload</title>
<updated>2024-10-06T23:23:01+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-10-06T23:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=a265a2073787767a795b01c09127948e6a72a162'/>
<id>urn:sha1:a265a2073787767a795b01c09127948e6a72a162</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cli: Document top-level op mode word meanings</title>
<updated>2024-09-06T14:45:25+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2024-09-06T14:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=0a98076e88d0df05be43dd7cd90b900858f0d74a'/>
<id>urn:sha1:0a98076e88d0df05be43dd7cd90b900858f0d74a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cli: commit-archive with git does not make use of source-address CLI optionarchive</title>
<updated>2024-05-22T20:18:09+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-05-22T20:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=d9fef261e770cb45d5f02ae5e448590c7f6fead1'/>
<id>urn:sha1:d9fef261e770cb45d5f02ae5e448590c7f6fead1</id>
<content type='text'>
</content>
</entry>
</feed>
