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¶
- -hor- --help
- Show this help message and exit. 
- -qor- --quiet
- Only show warnings and errors, not progress. 
- -vor- --verbose
- Show debug information and be more verbose. 
- --verbosity
- Set the verbosity level to ‘quiet’, ‘brief’, ‘verbose’, ‘debug’ or ‘trace’. 
- -Vor- --version
- Show the application version and exit. 
