mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #301] [MERGED] Add webhooks CLI commands #425
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#425
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/301
Author: @swiftlysingh
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/webhooks-cli📝 Commits (6)
408cdecAdd webhooks client models and requests64c3792Add webhooks output formattinga0d56d1Add webhooks CLI commands2eae4d7Merge branch 'main' into feat/webhooks-cli9e9e48ffix: align webhook deliveries filters with ASC API7e32cfcMerge remote-tracking branch 'origin/main' into feat/webhooks-cli📊 Changes
15 files changed (+1987 additions, -105 deletions)
View changed files
➕
internal/asc/client_http_webhooks_test.go(+276 -0)📝
internal/asc/client_options.go(+105 -0)📝
internal/asc/client_queries.go(+38 -1)📝
internal/asc/client_types.go(+107 -104)➕
internal/asc/client_webhooks.go(+217 -0)📝
internal/asc/output_core.go(+24 -0)➕
internal/asc/output_webhooks.go(+114 -0)➕
internal/asc/output_webhooks_test.go(+156 -0)➕
internal/asc/webhooks.go(+143 -0)➕
internal/cli/cmdtest/webhooks_test.go(+128 -0)📝
internal/cli/registry/registry.go(+2 -0)➕
internal/cli/webhooks/shared_wrappers.go(+38 -0)➕
internal/cli/webhooks/webhooks.go(+593 -0)➕
internal/cli/webhooks/webhooks_helpers.go(+30 -0)➕
internal/cli/webhooks/webhooks_helpers_test.go(+16 -0)📄 Description
Closes #248
Summary
--delivery-statefilter; require--created-afteror--created-beforebecause ASC rejects deliveryState filters in live API.Tests
Notes
--created-after(ASC requires a filter within 10 days).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.