docs: update CLI examples to use un instead of un2
This commit is contained in:
parent
b9889fe0f5
commit
67e03e0a0f
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue