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 prefixCanonical command prefix
labby gateway mcp auth revoke-googlelabby auth provider google revoke
labby gateway mcp auth startlabby server auth login --no-browser
labby gateway mcp auth openlabby server auth login
labby gateway mcp auth clearlabby server auth logout
labby gateway mcp auth statuslabby server auth status
labby gateway mcp authlabby server auth
labby gateway mcp listlabby server status
labby gateway mcp enablelabby server enable
labby gateway mcp disablelabby server disable
labby gateway mcp restartlabby server restart
labby gateway mcp cleanuplabby server cleanup
labby gateway mcplabby server
labby gateway protected-route updatelabby route replace
labby gateway protected-routelabby route
labby gateway loadout updatelabby loadout set
labby gateway loadoutlabby loadout
labby gateway code execlabby code run
labby gateway codelabby code
labby gateway enrich applylabby code hints apply
labby gateway enrichlabby code hints preview
labby gateway skills expose-alllabby skill source exposure clear
labby gateway skills exposelabby skill source exposure set
labby gateway skillslabby skill source
labby gateway public-urlslabby gateway urls
labby gateway clientslabby gateway sessions
labby gateway updatelabby server set
labby gateway listlabby server list
labby gateway getlabby server get
labby gateway testlabby server test
labby gateway addlabby server add
labby gateway removelabby server remove
labby gateway pendinglabby server pending
labby gateway quarantinelabby server quarantine
labby gateway discoverlabby server discover
labby gateway importlabby server import
labby setup host-servicelabby host service
labby setup incusbackuplabby host incus backup
labby setup incus-backuplabby host incus backup
labby setup incus-sshlabby host incus ssh
labby setup access-bootstraplabby auth bootstrap
labby setup owner-link-preparelabby auth owner link
labby setup draftlabby config draft
labby setup proxylabby config proxy set
labby setup installlabby host install
labby oauth relay-locallabby auth relay local
labby oauth relay-registrylabby auth relay registry
labby oauthlabby auth relay
labby state migrate-accesslabby state access migrate
labby doctor oauth-relaylabby doctor relay
labby snippets execlabby snippet run
labby snippets createlabby snippet add
labby snippetslabby snippet
labby skillslabby skill
labby incuslabby host incus
labby loginlabby auth login
labby updatelabby host update
labby healthlabby 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.