mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #728] [MERGED] Builds latest expired filter #744
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#744
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/728
Author: @rudrankriyam
Created: 2/22/2026
Status: ✅ Merged
Merged: 2/23/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/builds-latest-expired-filter-7e49📝 Commits (3)
8e9d8b9test(builds latest): add exclude-expired coverageb2faf5dfeat(builds latest): support exclude-expired filteringe7eb705test(builds latest): verify invalid exclude-expired usage exit📊 Changes
9 files changed (+285 additions, -4 deletions)
View changed files
📝
cmd/exit_codes_test.go(+34 -0)📝
internal/asc/client_builds.go(+5 -2)📝
internal/asc/client_http_test.go(+32 -0)📝
internal/asc/client_options.go(+8 -0)📝
internal/asc/client_queries.go(+1 -0)📝
internal/asc/client_test.go(+17 -0)📝
internal/cli/builds/builds_latest.go(+15 -1)📝
internal/cli/builds/builds_latest_test.go(+11 -1)📝
internal/cli/cmdtest/builds_latest_output_test.go(+162 -0)📄 Description
Summary
--exclude-expiredflag toasc builds latestto filter out expired builds.--nextalso respects theexpired=falsefilter.WithBuildsExpiredoption in the ASC client to serializefilter[expired]for/v1/buildsAPI calls.Validation
make formatmake lintmake test(specificallyASC_BYPASS_KEYCHAIN=1 make testand targeted tests)Wall of Apps (only if this PR adds/updates a Wall app)
make generate app APP="..." LINK="..." CREATOR="..." PLATFORM="..."(or manually editeddocs/wall-of-apps.json+ ranmake update-wall-of-apps)docs/wall-of-apps.jsonREADME.mdEntry template:
Common Apple labels:
iOS,macOS,watchOS,tvOS,visionOS.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.