Sign inSign up

jeanberu/swagger-cli

By jeanberu

Updated about 5 years ago

Docker image for https://github.com/APIDevTools/swagger-cli

Image
1

500K+

jeanberu/swagger-cli repository overview

Swagger/OpenAPI CLI image

Docker image for Swagger CLI.

It allows you to validate Swagger files or bundle them into a combined file.

Use it

See help.

docker run --rm jeanberu/swagger-cli 

Validate schema from URL or a file.

docker run --rm jeanberu/swagger-cli swagger-cli validate YOUR_URL
docker run --rm -v $PWD/YOUR_FILE.yaml:/swagger.yaml jeanberu/swagger-cli swagger-cli validate swagger.yaml

More help ?

See https://github.com/APIDevTools/swagger-cli for further information.

Tag summary

Content type

Image

Digest

Size

41.3 MB

Last updated

about 5 years ago

docker pull jeanberu/swagger-cli