lingo.dev show

CLI reference docs for show command

Introduction

Display configuration, locales, and file paths

Usage

lingo.dev show [options] [command]

Subcommands

lingo.dev show config

Print effective i18n.json after merging with defaults

Usage

lingo.dev show config [options]

lingo.dev show locale

List supported locale codes

Usage

lingo.dev show locale [options] <type>

Arguments

  • <type> — Type of locales to show: "sources" or "targets" - both show the full supported locale list

lingo.dev show files

Expand each bucket's path pattern into concrete source and target file paths

Usage

lingo.dev show files [options]

Flags

--source
lingo.dev show files --source

Only list the source locale variant for each path pattern

--target
lingo.dev show files --target

Only list the target locale variants for each configured locale

lingo.dev show locked-keys

Show which key-value pairs in source files match lockedKeys patterns

Usage

lingo.dev show locked-keys [options]

Options

--bucket <name>
lingo.dev show locked-keys --bucket <name>

Only show locked keys for a specific bucket

Requires a value.

lingo.dev show ignored-keys

Show which key-value pairs in source files match ignoredKeys patterns

Usage

lingo.dev show ignored-keys [options]

Options

--bucket <name>
lingo.dev show ignored-keys --bucket <name>

Only show ignored keys for a specific bucket

Requires a value.