Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alpic.ai/llms.txt

Use this file to discover all available pages before exploring further.

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