Skip to content

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

FlagDescription
--pipeline <name>Pipeline from skippr.yml to discover.
--output progressInteractive progress output
--output jsonStructured JSON events for CI
--output textPlain text output

Global flags:

FlagDescription
--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.