Commands · poddle connect

poddle connect add

Add a service connection (the token is brokered, never stored in a pod)

Usage

$ poddle connect add <name>

Examples

>_zsh
# pipe the token on stdin so it never hits your shell history
echo $GITHUB_TOKEN | poddle connect add github --connector forgejo --url https://git.acme.co

Flags

FlagTypeDefaultDescription
--connectorstring-connector type (forgejo, woodpecker, or a custom one)
--tokenstring-service token (or pipe it on stdin)
--urlstring-service base URL
--userstring-service username (for basic auth)