Adds environment variables to an Alpic environment. Runs interactively by default. Variables are marked as secret by default, meaning their values are masked when listed.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
Add a single variable non-interactively:.env file:
.env file into a specific environment:
Options
| Flag | Description |
|---|---|
--environment-id | The ID of the environment (optional — read from local config if omitted) |
--key | The environment variable key |
--value | The environment variable value |
--secret | Mark as secret (default: true). Use --no-secret to store in plain text |
--env-file | Path to a .env file to import (mutually exclusive with --key/--value) |
--non-interactive | Disable interactive prompts. Requires --key and --value (or --env-file) |