Skip to main content
Lists the non-preview environments for a given application along with each environment’s URL and short ID.

Usage

qatech environments <application-short-id> [options]

Arguments

ArgumentDescription
<application-short-id>The application short ID (e.g. app-myapp_Abc123). Find it with qatech applications.

Options

FlagShortDescription
--json-jMachine-readable output
--api-key <key>Per-command API key override
--help-hShow command help

Examples

qatech environments app-myapp_Abc123
qatech environments app-myapp_Abc123 --json

Sample output

Environments for app-myapp_Abc123:

  Production: https://app.example.com (env_abc123) [production]
  Staging:    https://staging.example.com (env_def456)