CLI · CommandsOverview & globals
Overview & globals
Command structure and global flags.
Commands follow the form eqs <group> <action> [target] [flags], in the familiar style of gh/vercel/flyctl.
eqs <command> [subcommand] [options] # examples eqs services ls eqs deploy api-gateway eqs logs web-frontend --follow
Global flags
| Flag | Description |
|---|---|
--ctx <nome> | Use a specific context for this invocation. |
--space <id> | Override the context's active space. |
--json | JSON output (for scripts). |
--no-color | Disable colors. |
-h, --help | Command help. |