# openapi

`speakeasy openapi`  

Utilities for working with OpenAPI documents  

## Details

## OpenAPI 
 The `openapi` command provides a set of commands for visualizing, linting and transforming OpenAPI documents.

## Usage

```
speakeasy openapi [flags]
```

### Options

```
  -h, --help   help for openapi
```

### 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 openapi diff](/docs/speakeasy-reference/cli/openapi/diff)	 - Visualize the changes between two OpenAPI documents
* [speakeasy openapi lint](/docs/speakeasy-reference/cli/openapi/lint)	 - Lint an OpenAPI document
* [speakeasy openapi snip](/docs/speakeasy-reference/cli/openapi/snip)	 - Remove operations from an OpenAPI specification
* [speakeasy openapi transform](/docs/speakeasy-reference/cli/openapi/transform)	 - Transform an OpenAPI spec using a well-defined function
