BinkyLabs.OpenApi.Overlays.Tool
3.0.0-preview.4
This is a prerelease version of BinkyLabs.OpenApi.Overlays.Tool.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global BinkyLabs.OpenApi.Overlays.Tool --version 3.0.0-preview.4
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local BinkyLabs.OpenApi.Overlays.Tool --version 3.0.0-preview.4
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=BinkyLabs.OpenApi.Overlays.Tool&version=3.0.0-preview.4&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package BinkyLabs.OpenApi.Overlays.Tool --version 3.0.0-preview.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CLIO - CLI Overlays
The BinkyLabs CLI overlays is a dotnet tool which can be used to apply OpenAPI overlays to OpenAPI descriptions.
Installation
dotnet tool install -g BinkyLabs.OpenApi.Overlays.Tool
Usage
Apply an overlay to an OpenAPI description
The apply command applies the overlay actions to an OpenAPI description and preserves the source ordering of fields.
clio apply pathOrUrlToInputDescription --overlay pathOrUrlToOverlay -out pathForResultingDescription
Note: the overlay argument can be specified multiple times, the order matters.
Apply and normalize
The apply command applies the overlay actions to an OpenAPI description and normalizes the description based on OpenAPI.net rules and fields ordering.
clio apply-and-normalize pathOrUrlToInputDescription --overlay pathOrUrlToOverlay -out pathForResultingDescription
Note: the overlay argument can be specified multiple times, the order matters.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. 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 is compatible. 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 |
|---|---|---|
| 3.0.0-preview.7 | 54 | 5/26/2026 |
| 3.0.0-preview.6 | 58 | 5/22/2026 |
| 3.0.0-preview.5 | 51 | 5/21/2026 |
| 3.0.0-preview.4 | 70 | 4/23/2026 |
| 3.0.0-preview.3 | 66 | 4/9/2026 |
| 3.0.0-preview.2 | 67 | 4/8/2026 |
| 3.0.0-preview.1 | 63 | 4/6/2026 |
| 3.0.0-preview.0 | 63 | 4/6/2026 |
| 2.6.0 | 883 | 4/9/2026 |
| 2.5.1 | 161 | 4/6/2026 |
| 2.5.0 | 136 | 4/2/2026 |
| 2.4.0 | 773 | 2/18/2026 |
| 2.3.0 | 288 | 2/11/2026 |
| 2.2.0 | 148 | 2/9/2026 |
| 2.1.1 | 155 | 2/9/2026 |
| 2.1.0 | 325 | 1/30/2026 |
| 2.0.0 | 508 | 1/16/2026 |
| 1.0.0-preview.23 | 663 | 12/24/2025 |
| 1.0.0-preview.22 | 447 | 12/15/2025 |
| 1.0.0-preview.21 | 651 | 12/9/2025 |
Loading failed