poddle connect add
Add a service connection (the token is brokered, never stored in a pod)
Usage
$ poddle connect add <name>Examples
# 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.coFlags
| Flag | Type | Default | Description |
|---|---|---|---|
--connector | string | - | connector type (forgejo, woodpecker, or a custom one) |
--token | string | - | service token (or pipe it on stdin) |
--url | string | - | service base URL |
--user | string | - | service username (for basic auth) |
↑↓ navigate↵ selectesc close⌘K / / to open