> ## Documentation Index
> Fetch the complete documentation index at: https://astronomer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# astro env airflow-variable

<Info>
  This command is only available on Astro.
</Info>

Use `astro env airflow-variable` commands to list, create, update, and delete Airflow variables managed through the Astro Environment Manager. You can scope an Airflow variable to a Workspace or a Deployment, and you can link a Workspace-scoped variable to specific Deployments.

These commands are distinct from [`astro deployment airflow-variable`](/docs/cli/v1.43/astro-deployment-airflow-variable-create), which writes directly to a single Deployment's Airflow metadata database.

<CardGroup cols={2}>
  <Card title="astro env airflow-variable create" href="/docs/cli/v1.43/astro-env-airflow-variable-create">
    View documentation for `astro env airflow-variable create`.
  </Card>

  <Card title="astro env airflow-variable delete" href="/docs/cli/v1.43/astro-env-airflow-variable-delete">
    View documentation for `astro env airflow-variable delete`.
  </Card>

  <Card title="astro env airflow-variable get" href="/docs/cli/v1.43/astro-env-airflow-variable-get">
    View documentation for `astro env airflow-variable get`.
  </Card>

  <Card title="astro env airflow-variable list" href="/docs/cli/v1.43/astro-env-airflow-variable-list">
    View documentation for `astro env airflow-variable list`.
  </Card>

  <Card title="astro env airflow-variable update" href="/docs/cli/v1.43/astro-env-airflow-variable-update">
    View documentation for `astro env airflow-variable update`.
  </Card>
</CardGroup>
