Outcome
WPChangeSync becomes part of a repeatable deployment pipeline instead of a manual admin-only step.
WPChangeSync becomes part of a repeatable deployment pipeline instead of a manual admin-only step.
Video walkthrough coming soon.
The YouTube embed will appear here.Medium. Automation can turn small mistakes into repeatable mistakes. Use dry-run gates.
set -enwp wpchangesync statusnwp wpchangesync integrations list --format=tablenwp wpchangesync workflow run --mode=dry_runnwp wpchangesync workflow run --mode=executeAfter completing this guide, verify the result in Activity and on the target site. Keep the pre-change export or backup until the release has been accepted. If anything looks wrong, stop further syncs, restore the affected item or integration from backup, and re-run with a narrower scope or safer conflict strategy.
Open Workflows in the admin UI and inspect the workflow details, or run wp wpchangesync workflow list. Use the ID from that list in workflow show and workflow run commands.