-
Notifications
You must be signed in to change notification settings - Fork 4
Add configure connection test command #10
Copy link
Copy link
Closed
Description
Summary
Add a configure connection test subcommand to re-test an existing connection by ID. Useful for verifying a connection after token rotation or network changes.
Design
gh devlake configure connection test --plugin gh-copilot --id 2 gh devlake configure connection test # interactive: pick from discovered connections
Changes
- Add
testsubcommand underconfigure connection - Call
POST /plugins/{plugin}/connections/{id}/test - Display detailed test result (success/failure message)
- Client already has
TestSavedConnectionmethod
Acceptance Criteria
- Tests existing connection by plugin + ID
- Interactive mode lists connections and lets user pick
- Shows clear success/failure message
- Returns non-zero exit code on failure
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request