Gå til hovedinnhold

kapi status

kapi status

Viser, 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.

Commandstatus
Groupwork
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 status
Flags
FlagTypeDefaultDescription
--emit stringwith --ship, write the manifest to this path (e.g. ship.json) instead of stdout
--json boolfalseoutput the structured result as JSON
--lang stringSlicewith --review, list only these languages (repeatable, or comma-separated); the source language is one of them
--locale stringlimit to a single target locale
--project , -pstringpath to a kapi.yaml project recipe or its directory (auto-discovered from cwd if omitted)
--review boolfalselist 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 boolfalseemit 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 stringsource language (overrides the project's source_language)

← Back to the Command Reference