openapi-merge-cli
Advanced tools
Comparing version 1.1.10 to 1.1.11
{ | ||
"name": "openapi-merge-cli", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "A cli tool for the openapi-merge library.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# openapi-merge-cli | ||
This tool is based on the [![npm](https://img.shields.io/npm/v/openapi-merge?label=openapi-merge&logo=npm)](https://bit.ly/2WnIytF) library. Please read that README for more details. | ||
This tool is based on the [![npm](https://img.shields.io/npm/v/openapi-merge?label=openapi-merge&logo=npm)](https://bit.ly/2WnIytF) library. Please read | ||
that README for more details on how the merging algorithm works. | ||
@@ -51,3 +52,3 @@ This library is intended to be used for merging multiple OpenAPI 3.0 files together. The most common reason that developers want to do this is because | ||
* `pathModification.prepend`: When copying over the `paths` from your OpenAPI specification for this input, it will prepend this string to the start of the path if it is found. `prepend` will always run after `stripStart` so that it is deterministic. | ||
* `operationSelection.includeTags`: Only operations that are tagged with the tags configured here will be extracted from the OpenAPI file and merged with the others. | ||
* `operationSelection.includeTags`: Only operations that are tagged with the tags configured here will be extracted from the OpenAPI file and merged with the others. This instruction will not remove other tags from the top level tags definition for this input. | ||
* `operationSelection.excludeTags`: Only operations that are NOT tagged with the tags configured here will be extracted from the OpenAPI file and merged with the others. Also, these tags will also be removed from the top level `tags` element for this file before being merged. If a single REST API operation has an `includeTags` reference and an `excludeTags` reference then the exclusion rule will take precidence. | ||
@@ -54,0 +55,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17798
63