List the Airflow connections for a scope. At Deployment scope, the list includes connections linked from the Workspace unless you set --resolve-linked to false.
Write the output to a file. Use - for stdout. Defaults to -.
Any valid file path, or -
--include-secrets
Surface secret values in the output. Requires an Organization policy that allows it.
None
--resolve-linked
Include objects linked from another scope, such as a Workspace connection resolved at Deployment scope. Enabled by default. Set to false to return addressable object IDs.
true (default), false
--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.
# List Workspace connectionsastro env connection list --workspace-id <workspace-id># List the connections a Deployment resolves, including those linked from the Workspaceastro env connection list --deployment-id <deployment-id> --resolve-linked