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
                    
if you are setting up this repo
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
                    
nuke :add-package thd --version 0.4.1
                    

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 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.4.1 91 2/4/2026
0.4.0 668 12/2/2025
0.3.0 255 11/14/2025
0.2.0 172 10/31/2025
0.1.0 190 10/27/2025
0.0.1-beta.1 140 10/27/2025