This command is only available on Astro.
astro deployment variable update to update the value of an existing environment variable with the Astro CLI. To do so, you can either:
- Manually enter a new
key=valuepair for an existing key directly in the command. - Modify the value of one or more environment variables in a
.envfile and load that file with--load.