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 pull [--config <path>] [flags]

Safe default behavior

sync pull defaults to dry-run mode. Start by reviewing the report, then rerun with --dry-run=false.

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)
  • --apply-curated-over-draft: allow curated remote values to replace local draft values (default true)

Example

hyperlocalise sync pull --config i18n.jsonc --locale es-ES --output json
See conflict handling for resolution strategy.