CLI · CommandsAuthentication & context
Authentication & context
login, logout, whoami, ctx.
eqs login
Authenticates via device flow. Use --api <url> for on-premise.
--api <url>API endpoint (default: SaaS)
eqs login --api https://api.suaempresa.com
eqs logout
Ends the session and revokes the current context's token.
eqs logouteqs whoami
Shows the active user, workspace and space.
eqs whoamieqs ctx list
Lists the configured contexts.
eqs ctx listeqs ctx use <nome>
Sets the active context.
eqs ctx use producaoeqs ctx add <nome>
Adds a context (apiUrl, token, workspace, space).
eqs ctx add staging --api https://api.staging.acme.com
eqs status
Shows the health of the current context's platform.
eqs statuseqs version
Prints the CLI version.
eqs version