Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.76 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.76 KB

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.

How to install

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

USAGE:

cilout [OPTIONS] <COMMAND>

OPTIONS:

  • -h, --help Prints help information
  • -v, --version Prints version information

COMMANDS:

RETURN CODES:

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

EXAMPLES:

$ cilout -v

1.2.0