Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DechengMa
Copy link
Contributor

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

📝 Summary of Changes

Changes proposed in this pull request:

  • Add dry-run flag to push command
  • Create required service function for push command
  • Wire up removing logic in sync such command

🧐🗒 Reviewer Notes

💁 Example

swift run asc testflight sync push --dry-run

Beta Tester with email: [email protected] will be removed from groups: New Group 3 in apps: com.exmaple.foo
Beta Tester with email: [email protected] will be removed from groups: New Group 3 in apps: com.exmaple.foo
Beta Tester with email: [email protected] will be removed from groups: New Group 3 in apps: com.exmaple.foo
swift run asc testflight sync push 

✅  Beta Tester with email: [email protected] will be removed from groups: New Group 3 in apps: com.exmaple.foo
✅  Beta Tester with email: [email protected] will be removed from groups: New Group 3 in apps: com.exmaple.foo
✅  Beta Tester with email: [email protected] 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 

@DechengMa DechengMa added the enhancement New feature or request label Oct 13, 2020
@DechengMa DechengMa self-assigned this Oct 13, 2020
@DechengMa DechengMa marked this pull request as draft November 30, 2020 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant