# lint

`speakeasy lint`  

Lint/Validate OpenAPI documents and Speakeasy configuration files  

## Details

## Lint 
 The `lint` command provides a set of commands for linting OpenAPI docs and more.

## Usage

```
speakeasy lint [flags]
```

### Options

```
  -h, --help   help for lint
```

### Options inherited from parent commands

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

### Parent Command

* [speakeasy](/docs/speakeasy-reference/cli/getting-started)	 - The Speakeasy CLI tool provides access to the Speakeasy.com platform
### Sub Commands

* [speakeasy lint arazzo](/docs/speakeasy-reference/cli/lint/arazzo)	 - Validate an Arazzo document
* [speakeasy lint config](/docs/speakeasy-reference/cli/lint/config)	 - Lint a Speakeasy configuration file
* [speakeasy lint openapi](/docs/speakeasy-reference/cli/lint/openapi)	 - Lint an OpenAPI document
