[PR #172] [MERGED] Add builds expire-all for batch expiration #334

Closed
opened 2026-02-26 21:34:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/172
Author: @rudrankriyam
Created: 1/25/2026
Status: Merged
Merged: 1/25/2026
Merged by: @rudrankriyam

Base: mainHead: issue-169-expire-all


📝 Commits (3)

  • d744da3 Add expire-all for bulk TestFlight builds
  • 62015b7 Add ASC_BYPASS_KEYCHAIN and tighten expire-all output
  • 0a8fd4d Merge remote-tracking branch 'origin/main' into issue-169-expire-all

📊 Changes

9 files changed (+536 additions, -0 deletions)

View changed files

📝 Agents.md (+1 -0)
📝 README.md (+5 -0)
📝 cmd/builds_commands.go (+2 -0)
cmd/builds_expire_all.go (+298 -0)
📝 cmd/commands_test.go (+52 -0)
📝 internal/asc/output_builds.go (+94 -0)
📝 internal/asc/output_core.go (+4 -0)
📝 internal/asc/output_test.go (+56 -0)
📝 internal/auth/keychain.go (+24 -0)

📄 Description

Summary

  • add builds expire-all with --older-than/--keep-latest, dry-run, and confirm gating
  • include table/markdown output for expire-all results plus validation tests
  • document bulk expiration usage in README and builds help

Test plan

  • go test ./...
  • Manual: ran expire-all dry-run and confirm against FoundationLab

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/172 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/25/2026 **Status:** ✅ Merged **Merged:** 1/25/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `issue-169-expire-all` --- ### 📝 Commits (3) - [`d744da3`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/d744da342572303e4b095da55a729ce88f192cd9) Add expire-all for bulk TestFlight builds - [`62015b7`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/62015b701e3b92fca3f19d403ffa344a697dc863) Add ASC_BYPASS_KEYCHAIN and tighten expire-all output - [`0a8fd4d`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/0a8fd4dfdcc48143c05c91f54f914da8cca8077e) Merge remote-tracking branch 'origin/main' into issue-169-expire-all ### 📊 Changes **9 files changed** (+536 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Agents.md` (+1 -0) 📝 `README.md` (+5 -0) 📝 `cmd/builds_commands.go` (+2 -0) ➕ `cmd/builds_expire_all.go` (+298 -0) 📝 `cmd/commands_test.go` (+52 -0) 📝 `internal/asc/output_builds.go` (+94 -0) 📝 `internal/asc/output_core.go` (+4 -0) 📝 `internal/asc/output_test.go` (+56 -0) 📝 `internal/auth/keychain.go` (+24 -0) </details> ### 📄 Description ## Summary - add `builds expire-all` with `--older-than`/`--keep-latest`, dry-run, and confirm gating - include table/markdown output for expire-all results plus validation tests - document bulk expiration usage in README and builds help ## Test plan - [x] go test ./... - [x] Manual: ran expire-all dry-run and confirm against FoundationLab --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:34:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#334
No description provided.