skippr discover
Discover reads source metadata and persists the pipeline schema used by sync.
Usage
bash
skippr [--config <path>] [--log [level]] discover --pipeline <name> [--output progress|json|text]Flags
| Flag | Description |
|---|---|
--pipeline <name> | Pipeline from skippr.yml to discover. |
--output progress | Interactive progress output |
--output json | Structured JSON events for CI |
--output text | Plain text output |
Global flags:
| Flag | Description |
|---|---|
--config <path> | Read a config file other than ./skippr.yml. |
--log [level] | Emit logs instead of the live terminal UI. Valid levels include info, debug, and trace; --log alone means info. |
skippr sync automatically runs discovery when metadata is missing, but running discover explicitly is useful when validating a new connector configuration.
