mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #31] [MERGED] Handle missing submission lookups #239
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#239
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/31
Author: @rudrankriyam
Created: 1/21/2026
Status: ✅ Merged
Merged: 1/21/2026
Merged by: @rudrankriyam
Base:
main← Head:feature/manual-qa-fixes📝 Commits (1)
3f3cbffHandle missing submission lookups📊 Changes
5 files changed (+143 additions, -6 deletions)
View changed files
📝
cmd/submit.go(+12 -0)📝
cmd/versions.go(+31 -5)➕
cmd/versions_test.go(+90 -0)📝
internal/asc/client.go(+7 -1)📝
internal/asc/client_http_test.go(+3 -0)📄 Description
Summary
versions getincludesTest plan
PATH="$(go env GOPATH)/bin:$PATH" make formatgo test ./...make clean build./asc versions get --version-id <VERSION_ID> --include-submission./asc submit status --version-id <VERSION_ID>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.