mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #754] [CLOSED] feat: wire --family-sharable flag for IAP and subscription create/update #766
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#766
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/754
Author: @arnemoor
Created: 2/24/2026
Status: ❌ Closed
Base:
main← Head:feat/family-sharable-flag📝 Commits (1)
93aaa9afeat: wire --family-sharable flag for IAP and subscription create/update📊 Changes
4 files changed (+293 additions, -8 deletions)
View changed files
➕
internal/cli/cmdtest/iap_family_sharable_test.go(+131 -0)➕
internal/cli/cmdtest/subscriptions_family_sharable_test.go(+131 -0)📝
internal/cli/iap/iap.go(+16 -5)📝
internal/cli/subscriptions/subscriptions.go(+15 -3)📄 Description
Summary
familySharableAPI field as--family-sharableCLI flag oniap create,iap update,subscriptions create, andsubscriptions update--family-sharableas a sole update flag (no "at least one update flag" error)Test plan
TestIAPCreateFamilySharable— verifies request body contains"familySharable":trueTestIAPUpdateFamilySharableAsSoleFlag— verifies--family-sharablealone is sufficient, no other attrs setTestSubscriptionsCreateFamilySharable— same for subscriptions createTestSubscriptionsUpdateFamilySharableAsSoleFlag— same for subscriptions updateASC_BYPASS_KEYCHAIN=1 make test— full suite greenmake format— cleanasc iap create --help | grep familyetc.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.