Syntax
Options
Path to the card directory to inspect. Defaults to the current directory.
Usage examples
What it shows
scoutica info reads profile.json, rules.yaml, and evidence.json from the card directory and prints a formatted summary.
The summary includes:
| Field | Source file |
|---|---|
| Name | profile.json → name |
| Title | profile.json → title |
| Seniority | profile.json → seniority |
| Availability | profile.json → availability |
| Remote policy | rules.yaml → remote.policy |
| Evidence item count | evidence.json → count of items |
| Rule file count | rules/ directory — number of .md files |
Expected output
info is a quick local inspection tool. It reads from files in the specified directory and does not validate the card against schemas. Run scoutica validate to check for schema errors.Error behavior
Ifprofile.json is not found in the target directory, the command exits with code 1 and a message: