Skip to content

skippr sync

Sync extracts data from the configured source and loads it into the configured destination for a pipeline.

Usage

bash
skippr sync --pipeline <name> [--once] [--output progress|json|text]

Flags

FlagDescription
--pipeline <name>Pipeline from skippr.yaml to sync
--onceRun one sync pass and exit
--output progressInteractive progress output
--output jsonStructured JSON events for CI
--output textPlain text output

If the pipeline metadata is missing, sync runs discovery first, stores metadata, then continues with the load.