CLI Commands
missing
Find translation keys missing in target locales
Synopsis
the-i18n-cli missing
Flags
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--layer | string | no | — | Filter to a specific layer |
--ref | string | no | — | Reference locale (default: project default) |
--targets | string | no | — | Comma-separated target locales (default: all except ref) |
--outputFile | string | no | — | Write full output to this file path and return only a summary (useful for large outputs) |
--failOnMissing | boolean | no | false | Exit 2 when any key is missing (CI gate) |
Every command accepts the shared flags and sets one of the exit codes documented on the overview.