Commands
qatech environments
List the environments configured for an application.
Lists the non-preview environments for a given application along with each environment’s URL and short ID.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List the environments configured for an application.
qatech environments <application-short-id> [options]
| Argument | Description |
|---|---|
<application-short-id> | The application short ID (e.g. app-myapp_Abc123). Find it with qatech applications. |
| Flag | Short | Description |
|---|---|---|
--json | -j | Machine-readable output |
--api-key <key> | Per-command API key override | |
--help | -h | Show command help |
qatech environments app-myapp_Abc123
qatech environments app-myapp_Abc123 --json
Environments for app-myapp_Abc123:
Production: https://app.example.com (env_abc123) [production]
Staging: https://staging.example.com (env_def456)
Was this page helpful?