ittybittyapps / appstoreconnect-cli

An easy to use command-line tool for interacting with the Apple AppStore Connect API
MIT License
174 stars 17 forks source link

Filter betatesters by betagroups #175

Closed n-a-f-i-s-a closed 4 years ago

n-a-f-i-s-a commented 4 years ago

📝 Summary of Changes

Changes proposed in this pull request:

🧐🗒 Reviewer Notes

🔨 How To Test

swift run asc testflight betatesters list --filter-identifiers iba.test3 --filter-group-names testGrp1

adamjcampbell commented 4 years ago

Is this PR making use of the endpoint described here: https://developer.apple.com/documentation/appstoreconnectapi/list_all_beta_testers_in_a_betagroup ?

I feel like there's room for a different Operation making use of this endpoint to make some of this code easier to reason about

n-a-f-i-s-a commented 4 years ago

@adamjcampbell When group name and identifiers are both passed I am calling the betagroup endpoint with included beta testers

n-a-f-i-s-a commented 4 years ago

This is no longer required as we have #176