[PR #12] [MERGED] Add build info/expire commands #227

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

📋 Pull Request Information

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

Base: mainHead: feature/builds-info-expire


📝 Commits (1)

  • 8e498b0 Add build info/expire commands and tests

📊 Changes

10 files changed (+436 additions, -22 deletions)

View changed files

📝 .gitignore (+2 -2)
📝 Agents.md (+2 -0)
📝 PLAN.md (+18 -15)
📝 README.md (+6 -0)
📝 cmd/commands.go (+107 -1)
📝 cmd/commands_test.go (+42 -0)
📝 internal/asc/client.go (+65 -1)
📝 internal/asc/client_http_test.go (+66 -3)
📝 internal/asc/integration_test.go (+78 -0)
📝 internal/asc/output_test.go (+50 -0)

📄 Description

Summary

  • add build detail and expiration API methods with CLI subcommands
  • route builds listing through /v1/builds with app filtering to allow sorting
  • extend output handling for single-build responses and add HTTP/integration tests
  • update docs and plan notes for new commands

Test plan

  • go test ./...
  • make test-integration (reviews subtest skipped: no review data)

🔄 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/12 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/20/2026 **Status:** ✅ Merged **Merged:** 1/20/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `feature/builds-info-expire` --- ### 📝 Commits (1) - [`8e498b0`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/8e498b05a297c121df1e39b8dfa26aadf292484d) Add build info/expire commands and tests ### 📊 Changes **10 files changed** (+436 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -2) 📝 `Agents.md` (+2 -0) 📝 `PLAN.md` (+18 -15) 📝 `README.md` (+6 -0) 📝 `cmd/commands.go` (+107 -1) 📝 `cmd/commands_test.go` (+42 -0) 📝 `internal/asc/client.go` (+65 -1) 📝 `internal/asc/client_http_test.go` (+66 -3) 📝 `internal/asc/integration_test.go` (+78 -0) 📝 `internal/asc/output_test.go` (+50 -0) </details> ### 📄 Description ## Summary - add build detail and expiration API methods with CLI subcommands - route builds listing through /v1/builds with app filtering to allow sorting - extend output handling for single-build responses and add HTTP/integration tests - update docs and plan notes for new commands ## Test plan - [x] go test ./... - [x] make test-integration (reviews subtest skipped: no review data) --- <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:12 +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#227
No description provided.