astro env airflow-variable get

This command is only available on Astro.

Get a single Airflow variable by its ID or key.

Usage

$astro env airflow-variable get <id-or-key>

Options

OptionDescriptionPossible Values
<id-or-key>The ID or key of the Airflow variable to get.Any valid variable ID or key
--formatThe output format. Defaults to table.table, json, or yaml
--include-secretsSurface the secret value in the output. Requires an Organization policy that allows it.None
--workspace-idSet the Workspace scope. Mutually exclusive with --deployment-id. Defaults to your current Workspace from CLI context.Any valid Workspace ID
--deployment-idSet the Deployment scope. Mutually exclusive with --workspace-id.Any valid Deployment ID

Examples

$# Get a Workspace Airflow variable by key
$astro env airflow-variable get MY_VAR --workspace-id <workspace-id>