importscope profiles
Use this to inspect the available output bundles for the current repo and config before analysis.
Default Behavior
When run as plain importscope profiles, it uses:
- repo: current directory
- config: auto-discovered
.importscope.ymlwhen present - output format: table
Useful flags:
--repo: repository root to inspect; profiles can vary with repo-local config--config: config file to load first--format:tableorjson
Profiles define:
- which graph families are generated
- which formats are emitted
- whether a summary report is written
Use profiles when:
- you want to see how much a named profile generates
- you want to compare
overview,policy,symbols, andall - you want to inspect profile definitions in JSON form
You can skip profiles entirely if you already know which graphs and formats
you want to request with analyze.
Typical examples: