swagger-cli
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"name": "swagger-cli", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Swagger 2.0 and OpenAPI 3.0 command-line tool", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@apidevtools/swagger-cli": "4.0.2" | ||
"@apidevtools/swagger-cli": "4.0.3" | ||
}, | ||
@@ -52,0 +52,0 @@ "engines": { |
Swagger/OpenAPI CLI | ||
============================ | ||
[![Cross-Platform Compatibility](https://apitools.dev/img/badges/os-badges.svg)](https://github.com/APIDevTools/swagger-cli/blob/master/.github/workflows/CI-CD.yaml) | ||
[![Build Status](https://github.com/APIDevTools/swagger-cli/workflows/CI-CD/badge.svg?branch=master)](https://github.com/APIDevTools/swagger-cli/blob/master/.github/workflows/CI-CD.yaml) | ||
[![Cross-Platform Compatibility](https://apitools.dev/img/badges/os-badges.svg)](https://github.com/APIDevTools/swagger-cli/actions) | ||
[![Build Status](https://github.com/APIDevTools/swagger-cli/workflows/CI-CD/badge.svg?branch=master)](https://github.com/APIDevTools/swagger-cli/actions) | ||
@@ -94,3 +94,3 @@ [![Dependencies](https://david-dm.org/APIDevTools/swagger-cli.svg)](https://david-dm.org/APIDevTools/swagger-cli) | ||
If you don't specify the `--output-file` option, then the bundled API will be written to stdout, which means you can pipe it to other commands. | ||
If you don't specify the `--outfile` option, then the bundled API will be written to stdout, which means you can pipe it to other commands. | ||
@@ -121,3 +121,3 @@ The result of this method by default is written as JSON. It can be changed to YAML with the `--type` option, by passing the `yaml` value. | ||
-------------------------- | ||
I welcome any contributions, enhancements, and bug-fixes. [File an issue](https://github.com/APIDevTools/swagger-cli/issues) on GitHub and [submit a pull request](https://github.com/APIDevTools/swagger-cli/pulls). | ||
I welcome any contributions, enhancements, and bug-fixes. [Open an issue](https://github.com/APIDevTools/swagger-cli/issues) on GitHub and [submit a pull request](https://github.com/APIDevTools/swagger-cli/pulls). | ||
@@ -124,0 +124,0 @@ #### Building/Testing |
10877
+ Added@apidevtools/swagger-cli@4.0.3(transitive)
+ Addedchalk@4.1.2(transitive)
- Removed@apidevtools/swagger-cli@4.0.2(transitive)
- Removedchalk@3.0.0(transitive)