Use the existing asc testflight betagroup list command
From the results pick a unique combination of bundle id and betagroup name and run the read command with the following usage:
USAGE: asc testflight betagroup read [--api-issuer <uuid>] [--api-key-id <keyid>] [--csv] [--json] [--table] [--yaml] <app-bundle-id> <group-name>
Closes #100
📝 Summary of Changes
Changes proposed in this pull request:
🧐🗒 Reviewer Notes
💁 Example
asc testflight betagroup read com.example.app testGroup --yaml
🔨 How To Test
Use the existing
asc testflight betagroup list
command From the results pick a unique combination of bundle id and betagroup name and run the read command with the following usage:USAGE: asc testflight betagroup read [--api-issuer <uuid>] [--api-key-id <keyid>] [--csv] [--json] [--table] [--yaml] <app-bundle-id> <group-name>