[PR #9] [MERGED] Improve sorting, tests, and agent docs #221

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

📋 Pull Request Information

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

Base: mainHead: feature/pagination-filters-integration-tests


📝 Commits (2)

  • ffb093d Add apps/builds sorting and expand CLI coverage
  • 6c839f3 Update agent docs and ignore local binaries

📊 Changes

10 files changed (+822 additions, -92 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 Agents.md (+26 -18)
📝 README.md (+45 -0)
📝 cmd/auth.go (+4 -16)
📝 cmd/commands.go (+55 -45)
cmd/commands_test.go (+130 -0)
📝 internal/asc/client.go (+34 -10)
internal/asc/client_http_test.go (+409 -0)
📝 internal/asc/client_test.go (+11 -3)
📝 internal/asc/output_test.go (+106 -0)

📄 Description

Summary

  • Correct apps/builds sorting options and add version output support
  • Add HTTP-level client tests plus CLI/output coverage for core commands
  • Improve agent-facing docs and ignore local build binaries

Test plan

  • make 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/9 **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/pagination-filters-integration-tests` --- ### 📝 Commits (2) - [`ffb093d`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/ffb093db5714257c82e46a75047fc23d5ca9131e) Add apps/builds sorting and expand CLI coverage - [`6c839f3`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/6c839f306375005ea518cc28298885cf3b4c1056) Update agent docs and ignore local binaries ### 📊 Changes **10 files changed** (+822 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `Agents.md` (+26 -18) 📝 `README.md` (+45 -0) 📝 `cmd/auth.go` (+4 -16) 📝 `cmd/commands.go` (+55 -45) ➕ `cmd/commands_test.go` (+130 -0) 📝 `internal/asc/client.go` (+34 -10) ➕ `internal/asc/client_http_test.go` (+409 -0) 📝 `internal/asc/client_test.go` (+11 -3) 📝 `internal/asc/output_test.go` (+106 -0) </details> ### 📄 Description ## Summary - Correct apps/builds sorting options and add version output support - Add HTTP-level client tests plus CLI/output coverage for core commands - Improve agent-facing docs and ignore local build binaries ## Test plan - [x] make 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:11 +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#221
No description provided.