Skip to content

Add webhook subscription list command#206

Open
HunterCML wants to merge 1 commit into
profullstack:masterfrom
HunterCML:codex/webhooks-sub-list
Open

Add webhook subscription list command#206
HunterCML wants to merge 1 commit into
profullstack:masterfrom
HunterCML:codex/webhooks-sub-list

Conversation

@HunterCML
Copy link
Copy Markdown

Closes #205.
Part of #133.

What changed

  • Adds sh1pt config webhooks sub list so event subscriptions have the same inspectable list path as webhook targets.
  • Supports --json for automation with a stable { subscriptions: [] } shape while the backing store is still stubbed.
  • Documents the command in the README webhook examples and the docs page.

Verification

  • pnpm exec vitest run packages/cli/src/commands/config.test.ts
  • pnpm --filter @profullstack/sh1pt typecheck
  • pnpm --filter sh1pt-dot-com build
  • git diff --check

@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

3 similar comments
@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

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

3 participants