Skip to content

Stdin

Install

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

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

Reads data from standard input.

Configuration

yaml
source:
  kind: stdin
  mode: json
FieldDefaultDescription
modeInput format mode

CLI

bash
skippr connect source stdin \
  --mode json
FlagDescription
--modeInput format mode

Authentication

No connector-specific authentication is required.

Permissions or Network Requirements

No extra permissions are required, but the upstream process must write data in the selected input mode and keep stdin open long enough for Skippr to read it.

Troubleshooting

SymptomFix
no records are ingestedCheck that the upstream process is piping data into stdin and that --mode matches the input format.
parse errorsVerify the piped payload is valid for the selected mode and that record boundaries are what you expect.

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