> ## Documentation Index
> Fetch the complete documentation index at: https://docs.commonality.co/llms.txt
> Use this file to discover all available pages before exploring further.

# constrain

Show the status of configured constraints in the current project. Process will exit with a status code of `1` if any constraints are invalid.

```bash copy theme={null}
commonality constrain
```

#### Options

##### `--verbose`

Show the status of all constraints regardless of status. By default, only invalid constraints will be shown. Default is `false`.

```bash copy theme={null}
commonality constrain --verbose
```
