Skip to content

Stdout

Install

See the Install guide for the full setup, including Windows PowerShell.

curl -fsSL https://install.skippr.io/install.sh | shClick to copy

Writes data to standard output.

Configuration

yaml
warehouse:
  kind: stdout

Authentication

No connector-specific authentication is required.

Permissions or Network Requirements

No extra permissions are required. Make sure the calling process or terminal can capture stdout if you plan to pipe or redirect the output.

Troubleshooting

SymptomFix
no visible outputCheck whether stdout is being redirected by the calling shell, CI runner, or parent process.
downstream consumer failsVerify the receiving process expects the output format that Skippr is writing.

Next steps

Install

See the Install guide for the full setup, including Windows PowerShell.

curl -fsSL https://install.skippr.io/install.sh | shClick to copy