[PR #361] [MERGED] feat: add TestFlight beta license agreements and notifications #470

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

📋 Pull Request Information

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

Base: mainHead: pr/testflight-beta-license-notifications


📝 Commits (2)

  • 221d49f feat: add TestFlight beta license agreements and notifications
  • 52b244e fix: drop unused beta notifications import

📊 Changes

16 files changed (+1225 additions, -0 deletions)

View changed files

internal/asc/beta_license_agreements.go (+282 -0)
internal/asc/beta_license_agreements_test.go (+178 -0)
internal/asc/build_beta_notifications.go (+75 -0)
internal/asc/build_beta_notifications_test.go (+45 -0)
internal/asc/client_options_beta_license_agreements.go (+76 -0)
📝 internal/asc/client_pagination.go (+4 -0)
internal/asc/client_queries_beta_license_agreements.go (+35 -0)
📝 internal/asc/client_types.go (+2 -0)
internal/asc/output_beta_license_agreements.go (+40 -0)
internal/asc/output_build_beta_notifications.go (+21 -0)
📝 internal/asc/output_core.go (+12 -0)
internal/cli/cmdtest/testflight_beta_license_agreements_test.go (+108 -0)
internal/cli/cmdtest/testflight_beta_notifications_test.go (+28 -0)
internal/cli/testflight/beta_license_agreements.go (+240 -0)
internal/cli/testflight/beta_notifications.go (+77 -0)
📝 internal/cli/testflight/testflight.go (+2 -0)

📄 Description

Summary

  • add beta license agreements list/get/update client and CLI commands
  • add build beta notification create client and CLI command
  • wire pagination/output formatting and cmdtest coverage

Test plan

  • not run (not requested)

🔄 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/361 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/31/2026 **Status:** ✅ Merged **Merged:** 1/31/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `pr/testflight-beta-license-notifications` --- ### 📝 Commits (2) - [`221d49f`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/221d49fe0e5125672d221982ba27261945693b6f) feat: add TestFlight beta license agreements and notifications - [`52b244e`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/52b244e62d8103e9c07b4f08bccb13577feb3b67) fix: drop unused beta notifications import ### 📊 Changes **16 files changed** (+1225 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `internal/asc/beta_license_agreements.go` (+282 -0) ➕ `internal/asc/beta_license_agreements_test.go` (+178 -0) ➕ `internal/asc/build_beta_notifications.go` (+75 -0) ➕ `internal/asc/build_beta_notifications_test.go` (+45 -0) ➕ `internal/asc/client_options_beta_license_agreements.go` (+76 -0) 📝 `internal/asc/client_pagination.go` (+4 -0) ➕ `internal/asc/client_queries_beta_license_agreements.go` (+35 -0) 📝 `internal/asc/client_types.go` (+2 -0) ➕ `internal/asc/output_beta_license_agreements.go` (+40 -0) ➕ `internal/asc/output_build_beta_notifications.go` (+21 -0) 📝 `internal/asc/output_core.go` (+12 -0) ➕ `internal/cli/cmdtest/testflight_beta_license_agreements_test.go` (+108 -0) ➕ `internal/cli/cmdtest/testflight_beta_notifications_test.go` (+28 -0) ➕ `internal/cli/testflight/beta_license_agreements.go` (+240 -0) ➕ `internal/cli/testflight/beta_notifications.go` (+77 -0) 📝 `internal/cli/testflight/testflight.go` (+2 -0) </details> ### 📄 Description ## Summary - add beta license agreements list/get/update client and CLI commands - add build beta notification create client and CLI command - wire pagination/output formatting and cmdtest coverage ## Test plan - not run (not requested) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:31:06 +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#470
No description provided.