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

# environment inspect

> Show details of an environment

Displays detailed information about an environment, including its ID, name, project, team, source branch, MCP server URL, custom domains, and creation date.

## Usage

```bash theme={null}
alpic environment inspect --environment-id <environmentId>
```

Shows details of the specified environment.

## Extended Usage

Inspect an environment by name:

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

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

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

## Options

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