mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #658] [MERGED] feat: support internal beta groups on create/list #688
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#688
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/658
Author: @rudrankriyam
Created: 2/19/2026
Status: ✅ Merged
Merged: 2/19/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/testflight-beta-groups-internal📝 Commits (8)
a07e07bfeat: support internal beta groups on create/listcfed90ffix: use global betaGroups endpoint for internal filtere746abafix: apply internal/external filter client-side for --app4413c69fix: create internal beta groups via create-only attributeb58d235fix: drop invalid beta-groups update --internal flag2670ecadocs: update beta-groups internal examples0f7f9f8fix: drop invalid beta-groups update --all-builds flag94fc3a4docs: add OpenAPI and live API smoke-test checklist📊 Changes
9 files changed (+409 additions, -25 deletions)
View changed files
📝
AGENTS.md(+10 -0)📝
README.md(+7 -1)📝
internal/asc/client.go(+9 -3)📝
internal/asc/client_options.go(+7 -0)📝
internal/asc/client_queries.go(+4 -0)➕
internal/cli/cmdtest/beta_groups_create_test.go(+130 -0)📝
internal/cli/cmdtest/beta_groups_global_test.go(+143 -0)📝
internal/cli/docs/templates/ASC.md(+2 -0)📝
internal/cli/testflight/beta_groups.go(+97 -21)📄 Description
Summary
asc testflight beta-groups create --internalby settingisInternalGroup=trueon the create payload (create-only attribute).asc testflight beta-groups list --internal/--externalfilters.--global: uses ASC server-sidefilter[isInternalGroup].--app: fetches app beta groups and filters client-side (ASC does not allowfilter[isInternalGroup]on the app-scoped endpoint).beta-groups update --internal(create-only attribute)beta-groups update --all-builds(ASC rejectshasAccessToAllBuildson update)create --internalrequest payload.AGENTS.mdwith an OpenAPI + live smoke-test checklist to avoid dead flags in future.Test plan
make formatmake lintASC_BYPASS_KEYCHAIN=1 make test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.