mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #332] [MERGED] Add asc notify slack command for Slack webhook notifications #443
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#443
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/332
Author: @rudrankriyam
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @rudrankriyam
Base:
main← Head:feature/notify-slack📝 Commits (3)
9e8e59eAdd asc notify slack command for Slack webhook notifications72db0a1Fix notify slack: add timeout, UsageFunc, and improve tests5d1333aImprove notify tests: add stderr assertions and cmdtest integration tests📊 Changes
5 files changed (+517 additions, -1 deletions)
View changed files
📝
Agents.md(+8 -0)➕
internal/cli/cmdtest/notify_test.go(+97 -0)➕
internal/cli/notify/notify.go(+131 -0)➕
internal/cli/notify/notify_test.go(+278 -0)📝
internal/cli/registry/registry.go(+3 -1)📄 Description
Summary
This PR adds the command to send messages via Slack incoming webhooks, enabling AI agents and CI/CD pipelines to receive notifications about App Store Connect operations.
Features
Usage Examples
Changes
Testing
All tests pass:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.