# config

`speakeasy lint config`  

Lint a Speakeasy configuration file  

## Details

Validates a Speakeasy configuration file for SDK generation.

## Usage

```
speakeasy lint config [flags]
```

### Options

```
  -d, --dir string   path to the directory containing the Speakeasy configuration file (default ".")
  -h, --help         help for config
```

### Options inherited from parent commands

```
      --logLevel string   the log level (available options: [info, warn, error]) (default "info")
```

### Parent Command

* [speakeasy lint](/docs/speakeasy-reference/cli/lint)	 - Lint/Validate OpenAPI documents and Speakeasy configuration files
