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

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

Use `astro env variable link` commands to manage the per-Deployment links of a Workspace-scoped environment variable. A link attaches a Workspace variable to a specific Deployment and can carry a per-Deployment value override. You can also exclude a Deployment from a variable that automatically links to every Deployment in the Workspace. Identify the variable with either `--variable-id` or `--variable-key`.

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

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

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