mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[PR #212] [MERGED] App Store version promotions CLI #355
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#355
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/212
Author: @rudrankriyam
Created: 1/27/2026
Status: ✅ Merged
Merged: 1/27/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/app-store-version-promotions-cli-60e6📝 Commits (4)
28f652bAdd App Store version promotions createaf2ca67Merge branch 'main' of https://github.com/rudrankriyam/App-Store-Connect-CLI into cursor/app-store-version-promotions-cli-60e622d6027Require treatment for promotions create5894b4atest: avoid brittle promotion error check📊 Changes
9 files changed (+329 additions, -2 deletions)
View changed files
📝
README.md(+3 -0)📝
cmd/commands_test.go(+44 -0)📝
cmd/versions.go(+3 -2)➕
cmd/versions_promotions.go(+91 -0)📝
internal/asc/client_types.go(+2 -0)📝
internal/asc/output_core.go(+4 -0)➕
internal/asc/output_promotions.go(+32 -0)➕
internal/asc/promotions.go(+86 -0)➕
internal/asc/promotions_test.go(+64 -0)📄 Description
Implement
asc versions promotions createcommand to support creating App Store version promotions; fixes #200.The App Store Connect API currently only supports the creation of App Store Version Promotions, so the CLI command is designed as create-only.
Test Results:
go test ./...passed.POST /v1/appStoreVersionPromotionswere attempted but blocked by missingASC_*environment authentication values.CreateAppStoreVersionPromotionand CLI argument validation.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.