ittybittyapps / appstoreconnect-cli

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

Implement RemoveBetaTester(s)FromGroup(s) #138

Closed DechengMa closed 4 years ago

DechengMa commented 4 years ago

Closes #110

📝 Summary of Changes

🧐🗒 Reviewer Notes

💁 Example

Usage: asc testflight betatesters removegroup <email> <group-names> asc testflight betagroup removeuser <group-name> <emails>

🔨 How To Test

asc testflight betatesters removegroup foo@gmail.com TestGroup1 TestGroup2 asc testflight betagroup removeuser TestGroup1 foo@gmail.com bar@gmail.com