Skip to main content
This feature is experimental. Flags, output shape, and behavior may change between releases. Use in controlled workflows and pin versions in CI.Conflict handling and sync contracts may evolve as TMS integrations mature.

Usage

hyperlocalise sync push [--config <path>] [flags]

Safe default behavior

sync push defaults to dry-run mode and conflict failure.

Flags

  • --config: config path
  • --locale: target locale(s), repeatable
  • --dry-run: preview only (default true)
  • --output: text or json
  • --fail-on-conflict: return error when conflicts are detected (default true)
  • --force-conflicts: allow overwrite for mismatch cases where policy allows (default false)

Example

hyperlocalise sync push --config i18n.jsonc --locale es-ES --dry-run=false
See conflict handling before using --force-conflicts.