mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #409] [MERGED] Pricing availability ID lookup #505
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#505
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/409
Author: @rudrankriyam
Created: 2/2/2026
Status: ✅ Merged
Merged: 2/2/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/pricing-availability-id-lookup-25d7📝 Commits (2)
92bbffdAdd pricing get flag validation testse300f51Add pricing get-by-id lookups📊 Changes
5 files changed (+137 additions, -24 deletions)
View changed files
📝
internal/asc/client_pricing.go(+4 -4)📝
internal/asc/pricing_test.go(+4 -4)📝
internal/cli/cmdtest/commands_test.go(+55 -0)📝
internal/cli/pricing/pricing.go(+48 -14)📝
internal/cli/pricing/pricing_test.go(+26 -2)📄 Description
Add
--idsupport forpricing schedule getandpricing availability getcommands to allow fetching by ID.This change provides more direct access to pricing schedules and availability by their unique identifiers, improving the flexibility of the CLI.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.