skippr discover
Discover reads source metadata and persists the pipeline schema used by sync. The product command is skippr. It invokes the skipprd runtime against the same skippr.yml.
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 |
