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

List Beta Testers by group command #176

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

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

🗣 Context

List Beta Testers by group command

💬 Narrative

As a user I want to list betatesters for a specific app id and a specific group name.

🎨 Design

swift run asc testflight betatesters listbygroup <bundle id/ app id> <group name> _

✅ Acceptance Criteria

GIVEN ... WHEN ... THEN ...

🚫 Out of Scope

Describe what is out of scope