docs: format markdown tables and update CLI command syntax

- Align columns in README.md roadmap and technology stack tables
- Update CLI example to use 'uv run fabric-orch' command prefix
- Improve overall markdown table readability
This commit is contained in:
darnodo
2026-01-07 12:51:14 +01:00
parent 97cdc161da
commit 2445750f23
2 changed files with 18 additions and 18 deletions

View File

@@ -431,7 +431,7 @@ Display a reference table of commonly used YANG paths for Arista EOS.
### Usage
```bash
fabric-orch discover paths
uv run fabric-orch discover paths
```
This command doesn't require a target connection - it displays a static reference.
@@ -449,7 +449,7 @@ Common YANG Paths for Arista EOS
│ Interfaces │ /interfaces/interface[name=Ethernet1]/state/counters │ Interface counters │
│ Loopbacks │ /interfaces/interface[name=Loopback0] │ Loopback interface │
│ VLANs │ /network-instances/network-instance[name=default]/vlans/vlan │ All VLANs │
│ BGP │ .../bgp/neighbors/neighbor/state │ All BGP neighbors │
│ BGP │ .../bgp/neighbors/neighbor/state │ All BGP neighbors │
│ VXLAN │ /interfaces/interface[name=Vxlan1]/arista-vxlan/vlan-to-vnis │ VLAN-to-VNI mappings │
│ VXLAN │ /interfaces/interface[name=Vxlan1]/arista-vxlan/config │ VXLAN config │
│ MLAG │ /arista/eos/mlag/config │ MLAG config (config only) │