# tuist inspect dependencies

Inspects implicit and redundant dependencies in Tuist projects, failing when issues are found.

## Arguments

### path `Optional`

**Environment variable** `TUIST_INSPECT_DEPENDENCIES_PATH`

The path to the directory that contains the project.

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

### only `Optional`

**Environment variable** `TUIST_INSPECT_DEPENDENCIES_ONLY`

Run only specified checks. Can be repeated. Default: implicit, redundant.

```bash
tuist inspect dependencies --only [only]
```
