CLI reference
The same binary is a full command-line tool. The command is ske, with skemia as a long alias.
Common commands
ske scan --project <path> builds the map. ske harvest --org <alias> retrieves an org and builds it. ske serve starts the studio. ske query <what> answers structural questions. ske access-kit and ske access-audit derive and score least-privilege permission sets. ske diff reports the blast radius of changed files for a CI gate.
Scoping a scan
ske scan supports --types, --exclude-types, --exclude-paths, and --exclude-managed to narrow what gets mapped, matching the Scan options panel in the studio.
Help
Run ske --help, or ske <command> --help, for every option.