cac setup | — | No longer needed. Auto-initializes on first use. |
cac add us1 proxy | cac env create us1 -p proxy | Proxy is now a -p flag, not a positional arg. |
cac us1 | cac us1 | Unchanged — shortcut for cac env activate us1. |
cac ls | cac ls | Unchanged — shortcut for cac env ls. |
cac check | cac env check | Moved under env subcommand. |
cac stop | cac env deactivate | Renamed. Deactivates the environment entirely. |
cac -c | cac env activate <name> | Re-activate by name instead. |
cac relay on/off | — | Relay is now automatic (TUN auto-detected). |
cac delete | cac self delete | Moved under self subcommand. |