From 67e03e0a0f3bf49fc8be97fbbd50dc41b004b626 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sat, 17 Jan 2026 10:12:27 -0500 Subject: [PATCH] docs: update CLI examples to use un instead of un2 --- CLAUDE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index de1fa39..1aa8691 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,9 +6,9 @@ ```bash # ✅ CORRECT - use un commands -un2 service --list -un2 service --destroy -un2 service --execute 'command' +un service --list +un service --destroy +un service --execute 'command' # ❌ FORBIDDEN - raw lxc commands bypass auth and state sync lxc list / lxc delete / lxc stop / lxc exec