This command is only available on Astro.
astro env connection
astro env connection get
Get a single Environment Manager Airflow connection.
Get a single Airflow connection by its ID or key.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get a single Environment Manager Airflow connection.
astro env connection get <id-or-key>
| Option | Description | Possible Values |
|---|---|---|
<id-or-key> | The ID or key of the connection to get. | Any valid connection ID or key |
--format | The output format. Defaults to table. | table, json, or yaml |
--include-secrets | Surface secret values in the output. Requires an Organization policy that allows it. | None |
--workspace-id | Set the Workspace scope. Mutually exclusive with --deployment-id. Defaults to your current Workspace from CLI context. | Any valid Workspace ID |
--deployment-id | Set the Deployment scope. Mutually exclusive with --workspace-id. | Any valid Deployment ID |
# Get a Workspace connection by key
astro env connection get db_main --workspace-id <workspace-id>
# Get a connection as JSON
astro env connection get db_main --workspace-id <workspace-id> --format json
Was this page helpful?