kapi status
kapi statusViser, per målspråk, hvor mye av prosjektets sporede innhold som er oversatt og om det passerer leveringsporten — et avledet dashboard, som git status. Dekning beregnes på nytt fra innholds- × målfilene ved hver kjøring; ingenting spores som tilstand.
Dette er informasjonsmotparten til 'kapi check --ship' (kvalitetsporten). Den feiler aldri: et språk som er etter rapporteres som ventende, ikke som en feil — avvik i målspråk er normalt, forventet arbeid, ikke et byggbrudd.
Try it
Runs in your browser against a small sample file. Edit the command before running, or press Run to execute it as shown.
kapi statusFlags
| Flag | Type | Default | Description |
|---|---|---|---|
| --emit | string | with --ship, write the manifest to this path (e.g. ship.json) instead of stdout | |
| --json | bool | false | output the structured result as JSON |
| --lang | stringSlice | with --review, list only these languages (repeatable, or comma-separated); the source language is one of them | |
| --locale | string | limit to a single target locale | |
| --project , -p | string | path to a kapi.yaml project recipe or its directory (auto-discovered from cwd if omitted) | |
| --review | bool | false | list the units awaiting review in every language, the source language among them, instead of the coverage grid; approve a translated unit with `kapi apply` (kind:"review") |
| --ship | bool | false | emit the minimal ship.json picker manifest (locale → {shippable, verified, not_governed}) instead of the coverage grid; a language picker reads it to offer only shippable locales and to badge the unverified ones as AI-translated |
| --source-lang | string | source language (overrides the project's source_language) |
← Back to the Command Reference