Skip to content

skippr config

Inspect Skippr configuration metadata from the CLI. This is separate from editing skippr.yml; it helps IDEs and operators see the resolved shape the runner expects.

Subcommands

SubcommandPurpose
skippr config schemaEmit the public Skippr config schema (JSON by default) for editors and integrations.
skippr config showPrint a short summary of the active config file: pipelines, sources, sinks, workspace, etc.

Usage

bash
skippr [--config <path>] config schema [--output json|text]
skippr [--config <path>] config show [--output json|text]

Flags

FlagDescription
--output jsonDefault for schema; machine-readable.
--output textHuman-readable tables or prose where supported.

Global --config selects a manifest other than ./skippr.yml.

See also