mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #399] [MERGED] Subscription grace period #500
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#500
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/399
Author: @rudrankriyam
Created: 2/2/2026
Status: ✅ Merged
Merged: 2/2/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/subscription-grace-period-25f3📝 Commits (3)
2a5edbftest: add subscription period validation8febf4cfeat: add subscription period and grace period updateff3012afix: preserve legacy grace period durations📊 Changes
10 files changed (+436 additions, -6 deletions)
View changed files
📝
internal/asc/client_subscription_grace_periods.go(+29 -0)📝
internal/asc/client_types.go(+1 -0)📝
internal/asc/subscription_grace_periods.go(+37 -0)📝
internal/asc/subscription_grace_periods_test.go(+51 -0)➕
internal/asc/subscription_periods.go(+13 -0)📝
internal/cli/cmdtest/commands_test.go(+30 -0)📝
internal/cli/subscriptions/grace_periods.go(+88 -1)📝
internal/cli/subscriptions/helpers.go(+85 -0)➕
internal/cli/subscriptions/helpers_test.go(+74 -0)📝
internal/cli/subscriptions/subscriptions.go(+28 -5)📄 Description
Add
subscription-periodflag tosubscriptions createandupdatecommands, and implementsubscriptions grace-periods updatecommand to align with the OpenAPI spec.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.