# restore-pristine

`speakeasy patches restore-pristine`  

Restore files to their pristine (generated) version, discarding custom edits  

## Usage

```
speakeasy patches restore-pristine [flags]
```

### Options

```
  -h, --help   help for restore-pristine
```

### Options inherited from parent commands

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

### Parent Command

* [speakeasy patches](/docs/speakeasy-reference/cli/patches)	 - Debug and inspect pristine vs patched SDK files
### Sub Commands

* [speakeasy patches restore-pristine all](/docs/speakeasy-reference/cli/patches/restore-pristine/all)	 - Restore all files with custom code to their pristine (generated) versions
* [speakeasy patches restore-pristine file](/docs/speakeasy-reference/cli/patches/restore-pristine/file)	 - Restore a file to its pristine (generated) version, discarding custom edits
