thd 0.4.1
dotnet tool install --global thd --version 0.4.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local thd --version 0.4.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=thd&version=0.4.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package thd --version 0.4.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Two Headed Dog - thd
Running thd
Get Help
thd -h
Basic Compare
Create a CSV file named requests.csv
- The last columns are considered as paths to be appended to the base URL.
- All other columns are considered as variables to be used in the base URL template and will be referenced as
column_1,column_2, etc.
id,subdomain,path
1,foo,/endpoint1
2,bar,/version
export THD_EXPECTED_AUTHORIZATION_HEADER="Bearer TokenForTheExpectedService"
export THD_REQUEST_ACTUAL_AUTHORIZATION_HEADER="Bearer TokenForTheActualService"
thd compare requests.csv \
--expected-base-url "https://{{ column_2 }}.api.localhost:9094" \
--actual-base-url "https://{{ column_2 }}.api.localhost:9094/v2"
| 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.