/docker_redoc-cli

A docker image with redoc-cli npm package inside it

Primary LanguageShellApache License 2.0Apache-2.0

Docker pulls Latest Tag

docker_redoc-cli

Docker Container for @redocly/cli

Usage

docker run --rm -i -v $PWD:/docs lucassabreu/redoc-cli build-docs openapi.yaml \
  -o output.html \
  --templateOptions.expandResponses=200,201

See Redocly/redocly-cli for more usage examples.