docs: Update cli/README.md

This commit is contained in:
Anastasiia Derymarko 2022-05-10 15:36:17 +03:00 committed by GitHub
parent 38844f683e
commit c70c454ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ Some examples:
- Bundle using a custom template and add custom `templateOptions`:<br/>
`$ redoc-cli build [spec] -t custom.hbs --templateOptions.metaDescription "Page meta description"`
#### With `.redocly.yaml` file ([more info](https://redoc.ly/docs/api-reference-docs/on-premise/cli-usage/#example-with-try-it-console-enabled)):
#### With `.redocly.yaml` file ([more info](https://redocly.com/docs/cli/configuration/#redocly-configuration-file)):
1. Go to folder with `.redocly.yaml` and your definition file
2. Build site using command (options from `.redocly.yaml` file will be automatically fetched):