This feature is experimental. Flags, output shape, and behavior may change between releases. Use in controlled workflows and pin versions in CI.Workflow guidance may shift as sync semantics and conflict policies continue to mature.
End-to-end sequence
- generate drafts locally with
run - push drafts with
sync push --dry-run=false - translators curate in POEditor/Lokalise/Crowdin
- pull curated updates with
sync pull --dry-run=false - verify with
status
Decision points
- Keep
--fail-on-conflict=truefor safety. - Use
--apply-curated-over-drafton pull when curated data should win. - Use
--force-conflictson push only after reviewing conflicts.