CLI Reference
The lobster CLI is the primary way to manage cages from your terminal.
Installation
npm install -g lobstercage-cliAuthentication
lobster login # Opens browser to authenticate
lobster logout # Clear local credentials
lobster whoami # Show current userQuick reference
| Category | Commands |
|---|---|
| Auth | login, logout, whoami |
| Cages | deploy, list, status, destroy |
| Lifecycle | start, stop, hibernate, wake |
| Connect | ssh, exec, port-forward, tunnel, dashboard |
| Env vars | env list, env set, env get, env delete, env scan |
| API keys | apikeys list, apikeys create, apikeys revoke |
| Billing | billing status, billing portal, upgrade |
| Logs | logs, tail |
See the full command reference for details on every command.