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

# config validate

```bash lines theme={"system"}
qlty config validate [OPTIONS]
```

Validate the current project's configuration

If the configuration is valid, the command will exit successfully with no output.

If the configuration is missing or invalid, the command will exit with an error.

## Examples

```bash Validate the current project's configuration lines theme={"system"}
qlty config validate
```

## See Also

* [`config show`](/cli/commands/config-show)
* [Global Options](/cli/global-options)
