Nimbu Developer Docs
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

FlagRequiredDefaultDescription
--onlyno*Translation key, prefix*, or *
--fromyesSource site
--toyesTarget site
--from-hostnoSource API base URL or host
--to-hostnoTarget API base URL or host
--sincenoOnly copy translations updated since RFC3339 or relative duration like 1d
--dry-runnoShow what would be copied without writing target state

nimbu translations count

Count translations

Flags

FlagRequiredDefaultDescription
--localenoFilter by locale
--filtersnoFilter by key=value, repeatable

nimbu translations create

Create a translation

Arguments

NameRequiredDescription
assignmentsnoInline assignments (e.g. key=home.title, nl=Welkom, values.fr=Bienvenue)

Flags

FlagRequiredDefaultDescription
--filenoRead translation JSON from file (use - for stdin)

nimbu translations delete

Delete a translation

Flags

FlagRequiredDefaultDescription
--keyyesTranslation key

nimbu translations get

Get translation by key

Flags

FlagRequiredDefaultDescription
--keyyesTranslation key

nimbu translations list

List translations

Flags

FlagRequiredDefaultDescription
--fieldsnoComma-separated fields to return
--localenoFilter by locale
--includenoInclude related resources
--sortnoSort by field, e.g. field or field:desc
--filtersnoFilter by key=value, repeatable
--allnoFetch all pages
--pageno1Page number
--per-pageno25Items per page

nimbu translations update

Update a translation

Arguments

NameRequiredDescription
assignmentsnoInline assignments (e.g. nl=Achternaam, values.fr=Nom)

Flags

FlagRequiredDefaultDescription
--keyyesTranslation key
--filenoRead translation JSON from file (use - for stdin)

On this page