FuseOpenAPI.Tool 1.0.1

dotnet tool install --global FuseOpenAPI.Tool --version 1.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local FuseOpenAPI.Tool --version 1.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=FuseOpenAPI.Tool&version=1.0.1
                    
nuke :add-package FuseOpenAPI.Tool --version 1.0.1
                    

Fuse OpenAPI Documents

Installation:

Run in your terminal:

dotnet tool install --global FuseOpenAPI.Tool

Usage:

fuse-oapi files args

Arguments:

  • files can be a list of OpenAPI schema files in either JSON or YAML format, or a list of file glob patterns, or a mixture of them both.

Flags:

  • --output: The output file to write the combined document to. Default: null (write to stdout)
  • --yaml: Output in YAML. Default: false (write in JSON)
  • --title/-t: The new title to use for the combined API. Default: null (use first non-null title from source documents)
  • --description/-d: The new description to use for the combined API. Default: null (use first non-null description from source documents)
  • --version/-v: The new version to use for the combined API. Default: null (use first non-null version from source documents)
  • --endpoint/-e: The new server endpoint to use for the combined API. Default: null (use first non-null server endpoint from source documents)
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.1 156 1/18/2025