Skip to main content
Lists all deployments for the current project, showing their ID, age, environment, status, whether the deployment is current, duration, and author.

Usage

alpic deployment list
Lists all deployments for the project linked to the current directory.

Extended Usage

List deployments for a specific project:
alpic deployment list --project-id <projectId>
Filter deployments by environment:
alpic deployment list --environment-id <environmentId>
Filter by one or more statuses:
alpic deployment list --status deployed --status failed

Options

FlagDescriptionDefault
--project-idThe ID of the project.
--environment-idFilter by environment ID.
--statusFilter by status. Accepted values: ongoing, deployed, failed, canceled. Can be specified multiple times.