-
Notifications
You must be signed in to change notification settings - Fork 0
AppBundle
Sebastien Pouliot edited this page Feb 18, 2022
·
2 revisions
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.
cilout appbundle <appbundle> [OPTIONS] <COMMAND>
-
<appbundle>
Application Bundle to analyze
-
-h, --help
Prints help information
-
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