analyse¶
Analyze a charm.
Report the attributes and lint results directly in the terminal. Use –force to run even those configured to be ignored.
Usage¶
charmcraft analyse [options] <None>
Required¶
None
The charm to analyse.
Options¶
--force
==SUPPRESS==.
--format
Produce the result in the specified format (currently only ‘json’).
--ignore
Linters to ignore (comma separated).
Global options¶
-h
or--help
Show this help message and exit.
-q
or--quiet
Only show warnings and errors, not progress.
-v
or--verbose
Show debug information and be more verbose.
--verbosity
Set the verbosity level to ‘quiet’, ‘brief’, ‘verbose’, ‘debug’ or ‘trace’.
-V
or--version
Show the application version and exit.