docs: update CLI examples to use un instead of un2

This commit is contained in:
russell@unturf.com 2026-01-17 10:12:27 -05:00
parent b9889fe0f5
commit 67e03e0a0f

View file

@ -6,9 +6,9 @@
```bash ```bash
# ✅ CORRECT - use un commands # ✅ CORRECT - use un commands
un2 service --list un service --list
un2 service --destroy <id> un service --destroy <id>
un2 service --execute <id> 'command' un service --execute <id> 'command'
# ❌ FORBIDDEN - raw lxc commands bypass auth and state sync # ❌ FORBIDDEN - raw lxc commands bypass auth and state sync
lxc list / lxc delete / lxc stop / lxc exec lxc list / lxc delete / lxc stop / lxc exec