Skip to content

AppBundle

Sebastien Pouliot edited this page Feb 18, 2022 · 2 revisions

appbundle

The appbundle is not a complete command byt itself but a branch that groups all commands related to querying application bundles.

There are many types of bundles. The tool just consider a specific directory as the conatiner for all the files that are part of the bundle.

USAGE:

cilout appbundle <appbundle> [OPTIONS] <COMMAND>

ARGUMENTS:

  • <appbundle> Application Bundle to analyze

OPTIONS:

  • -h, --help Prints help information

COMMANDS:

  • is-trimmable Check for the presence of [assembly: AssemblyMetadata ("Trimmable", "true")] inside any assemblies of the appbundle
  • has-entrypoint Check if the specified application bundle has an assembly with an entry point (e.g. Main) defined
Clone this wiki locally