mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #314] [MERGED] In-app events CLI #440
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#440
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/314
Author: @rudrankriyam
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/in-app-events-cli-95a3📝 Commits (4)
c2fcceafeat: add app-events CLI and client support7dc5131test: add app-events client and CLI coverage4a06b6bAdd generic asset validation and empty output coverage.e7794a2Merge origin/main into in-app-events PR📊 Changes
21 files changed (+4832 additions, -2 deletions)
View changed files
➕
internal/asc/app_events.go(+327 -0)📝
internal/asc/assets_upload.go(+7 -2)📝
internal/asc/assets_upload_test.go(+34 -0)➕
internal/asc/client_app_events.go(+725 -0)➕
internal/asc/client_app_events_test.go(+800 -0)📝
internal/asc/client_pagination.go(+16 -0)📝
internal/asc/client_types.go(+3 -0)➕
internal/asc/output_app_events.go(+243 -0)📝
internal/asc/output_core.go(+44 -0)📝
internal/asc/output_test.go(+393 -0)➕
internal/cli/app_events/app_events.go(+486 -0)➕
internal/cli/app_events/commands.go(+8 -0)➕
internal/cli/app_events/helpers.go(+154 -0)➕
internal/cli/app_events/localizations.go(+345 -0)➕
internal/cli/app_events/media_helpers.go(+110 -0)➕
internal/cli/app_events/screenshots.go(+311 -0)➕
internal/cli/app_events/shared_wrappers.go(+50 -0)➕
internal/cli/app_events/submit.go(+101 -0)➕
internal/cli/app_events/video_clips.go(+316 -0)📝
internal/cli/cmdtest/commands_test.go(+357 -0)...and 1 more files
📄 Description
Implement the
asc app-eventscommand group, providing full CRUD, upload flows, and output formatting for App Store in-app events, localizations, screenshots, and video clips.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.