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
| Subcommand | Purpose |
|---|---|
skippr config schema | Emit the public Skippr config schema (JSON by default) for editors and integrations. |
skippr config show | Print 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
| Flag | Description |
|---|---|
--output json | Default for schema; machine-readable. |
--output text | Human-readable tables or prose where supported. |
Global --config selects a manifest other than ./skippr.yml.
See also
- Config file — authoring
skippr.yml. - Environment variables — runtime overrides.
