[PR #232] [MERGED] Add routing coverage CLI support #375

Closed
opened 2026-02-26 22:30:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: pr-203-routing-coverage


📝 Commits (1)

  • a7cccc3 feat: add routing coverage commands

📊 Changes

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

View changed files

📝 cmd/commands_test.go (+87 -0)
📝 cmd/root.go (+1 -0)
cmd/routing_coverage.go (+270 -0)
📝 internal/asc/client_http_test.go (+123 -0)
📝 internal/asc/client_types.go (+1 -0)
📝 internal/asc/output_core.go (+8 -0)
internal/asc/output_routing_coverage.go (+61 -0)
📝 internal/asc/output_test.go (+72 -0)
internal/asc/routing_coverage.go (+206 -0)

📄 Description

Summary

  • add routing coverage client types and output formatting
  • add routing-coverage CLI commands for get/info/create/delete with upload commit flow
  • add command validation and HTTP/output tests

Test plan

  • make build
  • make test
  • make lint
  • ASC_BYPASS_KEYCHAIN=1 go run . routing-coverage get --version-id 2a668936-a90d-4dc1-9103-5809ad0c88f5 --output json

🔄 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/232 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/27/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `pr-203-routing-coverage` --- ### 📝 Commits (1) - [`a7cccc3`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/a7cccc3bca716a0947d8fa31f9ced0c7f8b1f64b) feat: add routing coverage commands ### 📊 Changes **9 files changed** (+829 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/commands_test.go` (+87 -0) 📝 `cmd/root.go` (+1 -0) ➕ `cmd/routing_coverage.go` (+270 -0) 📝 `internal/asc/client_http_test.go` (+123 -0) 📝 `internal/asc/client_types.go` (+1 -0) 📝 `internal/asc/output_core.go` (+8 -0) ➕ `internal/asc/output_routing_coverage.go` (+61 -0) 📝 `internal/asc/output_test.go` (+72 -0) ➕ `internal/asc/routing_coverage.go` (+206 -0) </details> ### 📄 Description ## Summary - add routing coverage client types and output formatting - add routing-coverage CLI commands for get/info/create/delete with upload commit flow - add command validation and HTTP/output tests ## Test plan - [x] make build - [x] make test - [x] make lint - [x] ASC_BYPASS_KEYCHAIN=1 go run . routing-coverage get --version-id 2a668936-a90d-4dc1-9103-5809ad0c88f5 --output json --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:30:37 +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#375
No description provided.