mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #752] [CLOSED] Command flag consistency #765
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#765
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/752
Author: @cursor[bot]
Created: 2/24/2026
Status: ❌ Closed
Base:
fix/testflight-agent-ux← Head:cursor/command-flag-consistency-3ebe📝 Commits (1)
c50d5f3Align builds list version semantics and app lookup📊 Changes
4 files changed (+76 additions, -14 deletions)
View changed files
📝
internal/cli/builds/builds_commands.go(+21 -11)➕
internal/cli/builds/builds_commands_test.go(+41 -0)📝
internal/cli/shared/app_lookup.go(+3 -3)📝
internal/cli/shared/app_lookup_test.go(+11 -0)📄 Description
Summary
--versionflag acrossbuilds listandbuilds latestto filter by marketing version (CFBundleShortVersionString), improving consistency for users and AI agents.--build-numberflag forbuilds listto filter by CFBundleVersion.ResolveAppIDWithLookupto accept an already-resolved app ID, eliminating a redundant internalResolveAppIDcall.Validation
make formatmake lintmake test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.