Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spouliot/cilout
A collection of commands to query .net assemblies and output results that are easy to read and diff.
https://github.com/spouliot/cilout
cil dotnet metadata query
Last synced: 16 days ago
JSON representation
A collection of commands to query .net assemblies and output results that are easy to read and diff.
- Host: GitHub
- URL: https://github.com/spouliot/cilout
- Owner: spouliot
- License: mit
- Created: 2022-02-11T00:51:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T21:26:35.000Z (over 2 years ago)
- Last Synced: 2024-12-25T07:47:42.699Z (about 2 months ago)
- Topics: cil, dotnet, metadata, query
- Language: C#
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
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`](https://github.com/spouliot/appcompare).## How to install
Release packages are available from nuget. They can be installed from the
command-line.```bash
$ dotnet tool install --global cilout
```To update or to re-install the latest version execute:
```bash
$ dotnet tool update --global cilout
```## USAGE:
```bash
cilout [OPTIONS]
```## OPTIONS:
* `-h`, `--help` Prints help information
* `-v`, `--version` Prints version information## COMMANDS:
* [`assembly `](https://github.com/spouliot/cilout/wiki/Assembly)
* [`is-trimmable`](https://github.com/spouliot/cilout/wiki/AssemblyIsTrimmable)
* [`has-entrypoint`](https://github.com/spouliot/cilout/wiki/AssemblyHasEntryPoint)
* [`references`](https://github.com/spouliot/cilout/wiki/AssemblyReferences)
* [`definitions`](https://github.com/spouliot/cilout/wiki/AssemblyDefinitions)
* [`appbundle `](https://github.com/spouliot/cilout/wiki/AppBundle)
* [`is-trimmable`](https://github.com/spouliot/cilout/wiki/AppBundleIsTrimmable)
* [`has-entrypoint`](https://github.com/spouliot/cilout/wiki/AppBundkeHasEntryPoint)## 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:
```bash
$ cilout -v1.2.0
```