mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #411] [MERGED] Iap offer code parity #508
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#508
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/411
Author: @rudrankriyam
Created: 2/2/2026
Status: ✅ Merged
Merged: 2/2/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/iap-offer-code-parity-2e41📝 Commits (1)
3f6fdebAdd IAP offer code prices and base territory CLI📊 Changes
10 files changed (+468 additions, -17 deletions)
View changed files
📝
internal/asc/client_iap_subresources_test.go(+52 -0)📝
internal/asc/client_pagination.go(+4 -0)📝
internal/asc/iap_output.go(+45 -0)📝
internal/asc/output_core.go(+8 -0)📝
internal/asc/output_test.go(+130 -6)📝
internal/cli/cmdtest/commands_test.go(+16 -1)➕
internal/cli/iap/offer_code_prices.go(+89 -0)📝
internal/cli/iap/offer_codes.go(+1 -0)📝
internal/cli/iap/price_schedules.go(+44 -0)📝
internal/cli/subscriptions/offer_codes.go(+79 -10)📄 Description
Adds CLI commands for
iap offer-codes pricesandiap price-schedules base-territory, and introducessubscriptions offer-codes one-time-codes getto expand App Store Connect API coverage.The
subscriptions offer-codes one-time-codescommand has been refactored from a direct listing command to a subcommand group, now includinglistandgetoperations for better organization and future extensibility.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.