mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[PR #139] [MERGED] Add versions create, update, and delete commands #319
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#319
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/139
Author: @cameronehrlich
Created: 1/25/2026
Status: ✅ Merged
Merged: 1/25/2026
Merged by: @rudrankriyam
Base:
main← Head:feature/versions-crud📝 Commits (1)
70947b8Add versions create, update, and delete commands📊 Changes
4 files changed (+277 additions, -8 deletions)
View changed files
📝
cmd/versions.go(+207 -0)📝
internal/asc/client_http_test.go(+4 -1)📝
internal/asc/client_publish.go(+4 -1)📝
internal/asc/client_versions.go(+62 -6)📄 Description
Summary
Adds full CRUD operations for App Store versions, enabling programmatic version management:
asc versions create: Create new versions with optional copyright and release typeasc versions update: Update copyright, release type, scheduled release date, or version stringasc versions delete: Safely delete versions in PREPARE_FOR_SUBMISSION stateNew Commands
Create Version
Update Version
Delete Version
API Changes
AppStoreVersionCreateAttributesto support optionalcopyrightandreleaseTypefieldsAppStoreVersionUpdateAttributestype for PATCH operationsUpdateAppStoreVersion()andDeleteAppStoreVersion()client methodsCreateAppStoreVersion()signature to accept full attributes structTesting
go build ./...go test ./internal/asc/...Checklist
--confirmrequired for destructive delete operation🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.