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.

bash
eqs <command> [subcommand] [options]

# examples
eqs services ls
eqs deploy api-gateway
eqs logs web-frontend --follow

Global flags

FlagDescription
--ctx <nome>Use a specific context for this invocation.
--space <id>Override the context's active space.
--jsonJSON output (for scripts).
--no-colorDisable colors.
-h, --helpCommand help.