> ## 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 variable

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

Use `astro env variable` commands to list, create, update, delete, and export environment variables managed through the Astro Environment Manager. You can scope a variable to a Workspace or a Deployment, and you can link a Workspace-scoped variable to specific Deployments. To manage these variables in the Astro UI instead, see [Create environment variables in the Astro UI](/docs/astro/create-and-link-environment-variables).

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

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

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

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

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

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

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