CLICommand reference
Translations
Generated reference for nimbu translations
Generated from the CLI command contract. Do not edit this page manually.
nimbu translations
Manage translations
nimbu translations copy
Copy translations between sites
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--only | no | * | Translation key, prefix*, or * |
--from | yes | Source site | |
--to | yes | Target site | |
--from-host | no | Source API base URL or host | |
--to-host | no | Target API base URL or host | |
--since | no | Only copy translations updated since RFC3339 or relative duration like 1d | |
--dry-run | no | Show what would be copied without writing target state |
nimbu translations count
Count translations
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--locale | no | Filter by locale | |
--filters | no | Filter by key=value, repeatable |
nimbu translations create
Create a translation
Arguments
| Name | Required | Description |
|---|---|---|
assignments | no | Inline assignments (e.g. key=home.title, nl=Welkom, values.fr=Bienvenue) |
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--file | no | Read translation JSON from file (use - for stdin) |
nimbu translations delete
Delete a translation
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--key | yes | Translation key |
nimbu translations get
Get translation by key
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--key | yes | Translation key |
nimbu translations list
List translations
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--fields | no | Comma-separated fields to return | |
--locale | no | Filter by locale | |
--include | no | Include related resources | |
--sort | no | Sort by field, e.g. field or field:desc | |
--filters | no | Filter by key=value, repeatable | |
--all | no | Fetch all pages | |
--page | no | 1 | Page number |
--per-page | no | 25 | Items per page |
nimbu translations update
Update a translation
Arguments
| Name | Required | Description |
|---|---|---|
assignments | no | Inline assignments (e.g. nl=Achternaam, values.fr=Nom) |
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--key | yes | Translation key | |
--file | no | Read translation JSON from file (use - for stdin) |