ittybittyapps / appstoreconnect-cli

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

Add API calls for removing testers and group in sync push command #242

Open DechengMa opened 3 years ago

DechengMa commented 3 years ago

Add API calls for removing testers and group in sync push command

📝 Summary of Changes

Changes proposed in this pull request:

🧐🗒 Reviewer Notes

💁 Example

swift run asc testflight sync push --dry-run

Beta Tester with email: foo+91@gmail.com will be removed from groups: New Group 3 in apps: com.exmaple.foo
Beta Tester with email: foo+138@gmail.com will be removed from groups: New Group 3 in apps: com.exmaple.foo
Beta Tester with email: foo+142@gmail.com will be removed from groups: New Group 3 in apps: com.exmaple.foo
swift run asc testflight sync push 

✅  Beta Tester with email: foo+91@gmail.com will be removed from groups: New Group 3 in apps: com.exmaple.foo
✅  Beta Tester with email: foo+138@gmail.com will be removed from groups: New Group 3 in apps: com.exmaple.foo
✅  Beta Tester with email: foo+142@gmail.com will be removed from groups: New Group 3 in apps: com.exmaple.foo

🔨 How To Test

swift run asc testflight sync push --dry-run
swift run asc testflight sync push