lingo.dev status

CLI reference docs for status command

Introduction

Show the status of the localization process

Usage

lingo.dev status [options]

Options

--locale <locale>

lingo.dev status --locale <locale>

Limit the report to specific target locales from i18n.json. Repeat the flag to include multiple locales. Defaults to all configured target locales

Requires a value.

--bucket <bucket>

lingo.dev status --bucket <bucket>

Limit the report to specific bucket types defined in i18n.json (e.g., json, yaml, android). Repeat the flag to include multiple bucket types. Defaults to all buckets

Requires a value.

--file [files...]

lingo.dev status --file [files...]

Filter the status report to only include files whose paths contain these substrings. Example: 'components' to match any file path containing 'components'

Accepts an optional value.

--api-key <api-key>

lingo.dev status --api-key <api-key>

Override the API key from settings or environment variables for this run

Requires a value.

Flags

--force

lingo.dev status --force

Force all keys to be counted as needing translation, bypassing change detection. Shows word estimates for a complete retranslation regardless of current translation status

--verbose

lingo.dev status --verbose

Print detailed output showing missing and updated key counts with example key names for each file and locale