A collection of commands to query .net assemblies and output results that are easy to read and diff.
The tool and it's commands can be useful by themselves or when used in
conjunction with appcompare
.
Release packages are available from nuget. They can be installed from the command-line.
$ dotnet tool install --global cilout
To update or to re-install the latest version execute:
$ dotnet tool update --global cilout
cilout [OPTIONS] <COMMAND>
-h
,--help
Prints help information-v
,--version
Prints version information
Return Code | Description |
---|---|
0 |
Execution was successful |
positive | Command specific (see the command documentation for details) |
-1 |
Error while validating the arguments or running the command |
$ cilout -v
1.2.0