sonenta push
Push the whole local locales/ tree to Sonenta, BATCHED: creates missing keys and upserts translations (idempotent). Reads locales/
sonenta push [options]Options
Section titled “Options”| Flag | Description | default |
|---|---|---|
--language <code> | Restrict to a single language code | - |
--namespace <slug> | Restrict to a single namespace slug | - |
--src <dir> | Locales directory | "locales" |
--status <status> | draft | translated (default: translated) | - |
--version <slug> | Target version slug (default: production version) | - |
--batch-size <n> | Max keys per import request (default 500) | 500 |
--dry-run | Print what would be pushed without sending | false |
--no-create-namespaces | Do not auto-create missing namespaces (let the backend reject unknown ones) | - |
--host <url> | Override host (otherwise from config/credentials) | - |