redoc icon indicating copy to clipboard operation
redoc copied to clipboard

feat: add deprecation label to redoc-cli

Open AlexVarchuk opened this issue 3 years ago • 0 comments

What/Why/How?

We deprecate redoc-cli and move our focus to Redoc. Instead of redoc-cli you can use @redocly/cli.

redoc-cli serve <spec> -> @redocly/cli preview-docs <spec>
redoc-cli bundle/build <spec> -> @redocly/cli build-docs <spec>

Reference

Testing

Screenshots (optional)

Screenshot 2022-09-19 at 18 26 08 Screenshot 2022-09-19 at 18 47 52

Check yourself

  • [x] Code is linted
  • [x] Tested
  • [ ] All new/updated code is covered with tests

AlexVarchuk avatar Sep 19 '22 15:09 AlexVarchuk