Skip to main content
Lists all environment variables for an Alpic environment. Secret variable values are displayed as <secret>.
Authentication is required. Run alpic login or set ALPIC_API_KEY before using this command.

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

FlagDescription
--environment-idThe 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.