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 by project ID:
alpic deployment list --project-id <projectId>
List deployments by project name:
alpic deployment list --project-name <projectName>
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.
--project-nameThe name of the project.
--environment-idFilter by environment ID.
--statusFilter by status. Accepted values: deployed, ongoing, failed, canceled. Can be specified multiple times.