CLI command migration
September 20, 2026 ยท View on GitHub
Generated by labby docs generate. Do not edit by hand.
This is a breaking command-grammar migration. Old command paths are rejected with replacement advice. Flags keep standard hyphenated syntax; resource names can contain hyphens.
| Retired command prefix | Canonical command prefix |
|---|---|
labby gateway mcp auth revoke-google | labby auth provider google revoke |
labby gateway mcp auth start | labby server auth login --no-browser |
labby gateway mcp auth open | labby server auth login |
labby gateway mcp auth clear | labby server auth logout |
labby gateway mcp auth status | labby server auth status |
labby gateway mcp auth | labby server auth |
labby gateway mcp list | labby server status |
labby gateway mcp enable | labby server enable |
labby gateway mcp disable | labby server disable |
labby gateway mcp restart | labby server restart |
labby gateway mcp cleanup | labby server cleanup |
labby gateway mcp | labby server |
labby gateway protected-route update | labby route replace |
labby gateway protected-route | labby route |
labby gateway loadout update | labby loadout set |
labby gateway loadout | labby loadout |
labby gateway code exec | labby code run |
labby gateway code | labby code |
labby gateway enrich apply | labby code hints apply |
labby gateway enrich | labby code hints preview |
labby gateway skills expose-all | labby skill source exposure clear |
labby gateway skills expose | labby skill source exposure set |
labby gateway skills | labby skill source |
labby gateway public-urls | labby gateway urls |
labby gateway clients | labby gateway sessions |
labby gateway update | labby server set |
labby gateway list | labby server list |
labby gateway get | labby server get |
labby gateway test | labby server test |
labby gateway add | labby server add |
labby gateway remove | labby server remove |
labby gateway pending | labby server pending |
labby gateway quarantine | labby server quarantine |
labby gateway discover | labby server discover |
labby gateway import | labby server import |
labby setup host-service | labby host service |
labby setup incusbackup | labby host incus backup |
labby setup incus-backup | labby host incus backup |
labby setup incus-ssh | labby host incus ssh |
labby setup access-bootstrap | labby auth bootstrap |
labby setup owner-link-prepare | labby auth owner link |
labby setup draft | labby config draft |
labby setup proxy | labby config proxy set |
labby setup install | labby host install |
labby oauth relay-local | labby auth relay local |
labby oauth relay-registry | labby auth relay registry |
labby oauth | labby auth relay |
labby state migrate-access | labby state access migrate |
labby doctor oauth-relay | labby doctor relay |
labby snippets exec | labby snippet run |
labby snippets create | labby snippet add |
labby snippets | labby snippet |
labby skills | labby skill |
labby incus | labby host incus |
labby login | labby auth login |
labby update | labby host update |
labby health | labby gateway status |
Server and route names are positional. server set and loadout set patch fields; route replace retains full-replacement semantics and its existing project-preservation rules. server list and server status keep their distinct result shapes.
host update retains the existing host-and-Incus workflow unless Incus synchronization is explicitly disabled. host update auto selects the native schedule operation. server auth login opens the browser by default; use --no-browser for URL-only authorization. Provider-wide revocation remains separate under auth provider.
logs now returns a bounded local rolling-log query. logs journal explicitly selects the deployment journal, and --follow enables streaming. Journal output is raw; use logs --json for structured results. Never retry an uncertain Code Mode result by switching targets.