Skip to content

A docker image with redoc-cli npm package inside it

License

Notifications You must be signed in to change notification settings

lucassabreu/docker_redoc-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.