`charmcraft analyze`
Usage:
charmcraft analyze [options] <filepath>
Summary:
Analyze a charm.
Report the attributes and lint results directly in the terminal. Use --force
to run even those configured to be ignored.
Options:
-h, --help: Show this help message and exit
-v, --verbose: Show debug information and be more verbose
-q, --quiet: Only show warnings and errors, not progress
-t, --trace: Show all information needed to trace internal
behaviour
-p, --project-dir: Specify the project's directory (defaults to
current)
--force: Force to run all checks, even those set to
ignore in the configuration
--format: Produce the result formatted as a JSON string
See also:
build
clean
init
pack
version
For a summary of all commands, run charmcraft help --all
.
Last updated 2 months ago.