mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #291] [MERGED] Add promoted purchases CLI #415
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#415
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/291
Author: @rudrankriyam
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/promoted-purchases📝 Commits (5)
16ff47dAdd promoted purchases commands7f2acd3Deduplicate optional bool flag typecdb9aa7Merge pull request #292 from rudrankriyam/cursor/optionalbool-type-deduplication-0694a2eb6a3Merge main into feat/promoted-purchases5ed9e4bMerge main into feat/promoted-purchases📊 Changes
22 files changed (+1492 additions, -104 deletions)
View changed files
📝
internal/asc/client_http_test.go(+255 -0)📝
internal/asc/client_options.go(+20 -1)📝
internal/asc/client_pagination.go(+4 -0)➕
internal/asc/client_promoted_purchases.go(+178 -0)📝
internal/asc/client_queries.go(+10 -0)📝
internal/asc/client_types.go(+1 -0)📝
internal/asc/output_core.go(+16 -0)➕
internal/asc/output_promoted_purchases.go(+93 -0)📝
internal/asc/output_test.go(+130 -0)➕
internal/asc/promoted_purchases.go(+60 -0)➕
internal/cli/cmdtest/promoted_purchases_test.go(+127 -0)➖
internal/cli/preorders/optional_bool.go(+0 -32)📝
internal/cli/preorders/pre_orders.go(+4 -3)➕
internal/cli/promotedpurchases/promoted_purchases.go(+466 -0)➕
internal/cli/promotedpurchases/promoted_purchases_helpers.go(+27 -0)➕
internal/cli/promotedpurchases/shared_wrappers.go(+38 -0)📝
internal/cli/registry/registry.go(+2 -0)📝
internal/cli/sandbox/sandbox_helpers.go(+0 -27)📝
internal/cli/sandbox/sandbox_helpers_test.go(+8 -4)📝
internal/cli/sandbox/sandbox_manage.go(+5 -4)...and 2 more files
📄 Description
Summary
Test plan
Fixes #243
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.