Skip to content

feat(webhooks): implement list command for configured webhook targets#264

Merged
ralyodio merged 2 commits into
profullstack:masterfrom
Photon101:feat/webhooks-list-command
May 19, 2026
Merged

feat(webhooks): implement list command for configured webhook targets#264
ralyodio merged 2 commits into
profullstack:masterfrom
Photon101:feat/webhooks-list-command

Conversation

@Photon101
Copy link
Copy Markdown
Contributor

Closes #205

Replaces the stub output for sh1pt config webhooks list with a real implementation that reads registered targets and subscriptions from the local vault.

  • Shows configured targets and subscriptions in a human-readable format
  • Supports --json flag for machine output
  • Gracefully handles empty state with actionable next-step hint
  • All 26 CLI tests pass including the existing config test suite

Photon101 added 2 commits May 18, 2026 17:52
- Add deployCmd import + registration in index.ts (profullstack#239)
- Remove agentsCmd nesting under iterate; agents already at CLI root (profullstack#235)
- 26/26 tests passing
Closes profullstack#205

Replaces the [stub] webhooks list output with a real implementation
that reads from local-vault and displays configured targets and
subscriptions with proper pretty-print and --json support.
@ralyodio ralyodio merged commit 6f540ab into profullstack:master May 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add list command for webhook subscriptions

2 participants