# tuist inspect bundle

Inspects an app bundle. The app bundle has to be either `.app`, `.xcarchive`, `.ipa`, `.aab`, or `.apk`.

## Arguments

### bundle

**Environment variable** `TUIST_INSPECT_BUNDLE`

The path to the bundle, or the name of an app for Apple platforms to resolve from Xcode build products.

```bash
tuist inspect bundle [bundle]
```

### configuration `Optional`

**Environment variable** `TUIST_INSPECT_BUNDLE_CONFIGURATION`

The configuration of the app to inspect.

```bash
tuist inspect bundle --configuration [configuration]
tuist inspect bundle -C [configuration]
```

### platforms `Optional`

**Environment variable** `TUIST_INSPECT_BUNDLE_PLATFORM`

The platforms (iOS, tvOS, visionOS, watchOS or macOS) to inspect the app for.

```bash
tuist inspect bundle --platforms [platforms]
```

### derived-data-path `Optional`

**Environment variable** `TUIST_INSPECT_BUNDLE_DERIVED_DATA_PATH`

The derived data path to find the app in. When absent, the system-configured one.

```bash
tuist inspect bundle --derived-data-path [derived-data-path]
```

### json `Optional`

**Environment variable** `TUIST_INSPECT_BUNDLE_JSON`

The output in JSON format.

```bash
tuist inspect bundle --json
```

### no-json `Optional`

**Environment variable** `TUIST_INSPECT_BUNDLE_JSON`

The output in JSON format.

```bash
tuist inspect bundle --no-json
```

### path `Optional`

**Environment variable** `TUIST_INSPECT_BUNDLE_PATH`

The path to the directory that contains the project associated with the inspected bundle.

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