Skip to content

skippr connect

Wire up your warehouse and data source. Run with flags for scripted setups, or omit them to be prompted interactively.

Usage

bash
skippr connect warehouse <kind> [flags]
skippr connect source <kind> [flags]

Connectors

Each connector has its own dedicated page with full configuration reference, CLI flags, authentication, and troubleshooting.

Notes

  • connect commands update skippr.yaml in the current directory. Run skippr init first.
  • Sensitive values (passwords, keys, connection strings) should use environment variable references in the config and be set in your shell or .env file -- they're never stored in plain text.