Skip to main content
Displays detailed information about a project, including its ID, name, team, runtime, transport, repository, build settings, and creation date. Also lists all environments belonging to the project.

Usage

alpic project inspect --project-id <projectId>
Shows details of the specified project and its environments.

Extended Usage

Inspect a project by name:
alpic project inspect --project-name <projectName>
When no project identifier is provided, you will be prompted to select a project interactively:
alpic project inspect

Options

FlagDescriptionDefault
--project-idThe ID of the project.
--project-nameThe name of the project.
--non-interactiveDisable interactive prompts. Requires --project-id or --project-name.false