InTest.Cli
0.1.0-preview.2
This is a prerelease version of InTest.Cli.
dotnet tool install --global InTest.Cli --version 0.1.0-preview.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local InTest.Cli --version 0.1.0-preview.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=InTest.Cli&version=0.1.0-preview.2&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package InTest.Cli --version 0.1.0-preview.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
InTest.Cli
intest is a .NET global tool that generates a committed, owned MSTest project exercising a
deployed API over real HTTP, from its OpenAPI document.
dotnet tool install --global InTest.Cli
intest init --name Orders.ApiTests --spec ./orders.json
intest generate
The generated project is a normal MSTest project: committed to your repo, edited by your team,
and run with dotnet test like any other test project. InTest.Cli is a development-time tool —
it is not a runtime dependency of the tests it generates; that role belongs to
InTest.Runtime.
Full documentation, including the adoption walkthrough and design rationale, lives in the
InTest repository — start with
docs/getting-started.md.
MIT licensed.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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 |
|---|---|---|
| 0.1.0-preview.2 | 116 | 8/31/2026 |
| 0.1.0-preview.1 | 81 | 8/24/2026 |