Skip to main content
Displays detailed information about a specific deployment, including its status, environment, author, source branch, commit, and duration.

Usage

alpic deployment inspect --deployment-id <deploymentId>
Fetches and prints the details of the specified deployment.

Extended Usage

Inspect the latest deployment for an environment:
alpic deployment inspect --environment-id <environmentId>
Wait for an in-progress deployment to reach a final state before printing its details:
alpic deployment inspect --deployment-id <deploymentId> --wait

Options

FlagDescriptionDefault
--deployment-idThe ID of the deployment. Mutually exclusive with --environment-id.
--environment-idInspect the latest deployment for this environment. Mutually exclusive with --deployment-id.
--waitWait for the deployment to reach a final state (deployed, failed, or canceled).false