# tuist bundle show

Shows information about a bundle.

## Arguments

### bundle-id

**Environment variable** `TUIST_BUNDLE_SHOW_ID`

The ID of the bundle to show.

```bash
tuist bundle show [bundle-id]
```

### project `Optional`

**Environment variable** `TUIST_BUNDLE_SHOW_FULL_HANDLE`

The full handle of the project. Must be in the format of account-handle/project-handle. If not provided, it will be read from the project's Tuist.swift.

```bash
tuist bundle show --project [project]
tuist bundle show -P [project]
```

### path `Optional`

**Environment variable** `TUIST_BUNDLE_SHOW_PATH`

The path to the directory or a subdirectory of the project.

```bash
tuist bundle show --path [path]
tuist bundle show -p [path]
```

### json `Optional`

**Environment variable** `TUIST_BUNDLE_SHOW_JSON`

The output in JSON format.

```bash
tuist bundle show --json
```

### no-json `Optional`

**Environment variable** `TUIST_BUNDLE_SHOW_JSON`

The output in JSON format.

```bash
tuist bundle show --no-json
```
