skippr discover
Discover reads source metadata and persists the pipeline schema used by sync.
Usage
bash
skippr discover --pipeline <name> [--output progress|json|text]Flags
| Flag | Description |
|---|---|
--pipeline <name> | Pipeline from skippr.yaml to discover |
--output progress | Interactive progress output |
--output json | Structured JSON events for CI |
--output text | Plain text output |
skippr sync automatically runs discovery when metadata is missing, but running discover explicitly is useful when validating a new connector configuration.
