importscope check
Use this to validate the repo, config, selected profile, and rendering toolchain before a full run.
Default Behavior
When run as plain importscope check, it uses:
- repo: current directory
- config: auto-discovered
.importscope.ymlwhen present - output format: text
Useful flags:
--repo: repository root to inspect--config: explicit config file path--profile: validate a specific profile--format:textorjson
Use check when:
- you are not sure discovery will find the right package
- you just edited
.importscope.yml - you want to confirm Graphviz is available before asking for SVG output
Typical examples: