Skip to content

A collection of commands to query .net assemblies and output results that are easy to read and diff.

License

Notifications You must be signed in to change notification settings

spouliot/cilout

Repository files navigation

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

About

A collection of commands to query .net assemblies and output results that are easy to read and diff.

Topics

Resources

License

Stars

Watchers

Forks

Languages