Authentication is required. Run
alpic login or set ALPIC_API_KEY before using this command.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) |