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
| Flag | Description |
|---|---|
--pipeline <name> | Pipeline from skippr.yaml to sync |
--once | Run one sync pass and exit |
--output progress | Interactive progress output |
--output json | Structured JSON events for CI |
--output text | Plain text output |
If the pipeline metadata is missing, sync runs discovery first, stores metadata, then continues with the load.
