Enhancement: Include a command-line version to use json-schema-ref-parser via CLI
See original GitHub issueInclude a command-line version with the npm package so that json-schema-ref-parser
can be simply used via CLI. This will make it easier to use this tool via CICD/build systems and also eliminate the need for writing a wrapper js script to consume this functionality.
Something like:
json-schema-ref-parser bundle --dereference {infile} {outfile}
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Include a command-line version to use json-schema-ref ...
Include a command-line version with the npm package so that json-schema-ref-parser can be simply used via CLI. This will make it easier to ......
Read more >JSON Schema $Ref Parser - API Dev Tools
Parse, Resolve, and Dereference JSON Schema $ref pointers in Node and browsers. ... method will call the callback using the Node.js error-first convention....
Read more >OpenAPI.Tools
OpenDocumenter - OpenDocumenter is a automatic documentation generator for OpenAPI v3 schemas. Simply provide your schema file in JSON or YAML, then sit...
Read more >May 2022 (version 1.68) - Visual Studio Code
Learn what is new in the Visual Studio Code May 2022 Release (1.68) ... We released an open source command-line interface (CLI) as...
Read more >docker inspect - Docker Documentation
--format , -f, Format the output using the given Go template. --size , -s, Display total file sizes if the type is container....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Although not using
json-schema-ref-parser
@redocly/openapi-cli just does what you wanted.Between swagger-cli and openapi-cli most people should have a solution for their needs.