> ## 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.

# project inspect

> Show details of a project and its environments

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

```bash theme={null}
alpic project inspect --project-id <projectId>
```

Shows details of the specified project and its environments.

## Extended Usage

Inspect a project by name:

```bash theme={null}
alpic project inspect --project-name <projectName>
```

When no project identifier is provided, you will be prompted to select a project interactively:

```bash theme={null}
alpic project inspect
```

## Options

| Flag                | Description                                                               | Default |
| ------------------- | ------------------------------------------------------------------------- | ------- |
| `--project-id`      | The ID of the project.                                                    | —       |
| `--project-name`    | The name of the project.                                                  | —       |
| `--non-interactive` | Disable interactive prompts. Requires `--project-id` or `--project-name`. | `false` |
