ittybittyapps / appstoreconnect-cli

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

Refactor GetBetaGroupOperation #183

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

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

📝 Summary of Changes

Closes #180

Changes proposed in this pull request:

  1. addTestersToGroup
  2. removeTestersFromGroup
  3. readBetaGroup
  4. deleteBetaGroup
  5. modifyBetaGroup

🧐🗒 Reviewer Notes

This refactor is required for using it in betatesters listbygroup command

🔨 How To Test

swift run asc testflight betatesters addgroup <email> iba.test3 testGrp4 swift run asc testflight betagroup modify iba.test3 testGrp4 swift run asc testflight betagroup delete iba.test3 testGrp3 swift run asc testflight betagroup read iba.test3 testGrp3 swift run asc testflight betagroup removeuser iba.test3 testGrp4 <email>