Lists all environment variables for an Alpic environment. Secret variable values are displayed as <secret>.
Usage
alpic environment-variable list
Lists all environment variables for the current linked environment.
Extended Usage
List variables for a specific environment by ID:
alpic environment-variable list --environment-id <environmentId>
Options
| Flag | Description |
|---|
--environment-id | The ID of the environment (optional — read from local config if omitted) |
When running from a directory linked to an Alpic project (via alpic deploy), --environment-id is optional — the
CLI reads it from the local .alpic config file.