# arazzo

`speakeasy lint arazzo`  

Validate an Arazzo document  

## Details

Validates an Arazzo document adheres to the Arazzo specification. Supports either yaml or json based Arazzo documents.

## Usage

```
speakeasy lint arazzo [flags]
```

### Options

```
  -f, --file string   path to the Arazzo document (default "arazzo.yaml")
  -h, --help          help for arazzo
```

### 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
