mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 20:57:44 +00:00
12 lines
400 B
Markdown
12 lines
400 B
Markdown
# Update Redocly CLI
|
|
|
|
If you've already installed Redocly CLI, it is good practice to keep it as up to date as possible. Staying on top of versions ensures that you get the latest functionality and bug fixes.
|
|
|
|
If you [installed Redocly CLI globally](../installation.md), run this command:
|
|
|
|
```shell Command
|
|
npm i -g @redocly/cli@latest
|
|
```
|
|
|
|
You can check your version by running `redocly --version`.
|