Updates the value and/or secret status of an existing environment variable in an Alpic environment.Documentation Index
Fetch the complete documentation index at: https://docs.alpic.ai/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Extended Usage
Update a variable’s value:Options
| Flag | Description |
|---|---|
--environment-id | The ID of the environment (optional — read from local config if omitted) |
--key | The key of the environment variable to update |
--value | The new value (omit to keep the current value) |
--secret | Mark as secret. Use --no-secret to make it visible |
--non-interactive | Disable interactive prompts. Requires --key and one of --value or --secret/--no-secret |