ittybittyapps / appstoreconnect-cli

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

Read beta group #146

Closed adamjcampbell closed 4 years ago

adamjcampbell commented 4 years ago

Closes #100

📝 Summary of Changes

Changes proposed in this pull request:

🧐🗒 Reviewer Notes

💁 Example

asc testflight betagroup read com.example.app testGroup --yaml

app:
  id: 1234567890
  bundleId: com.example.app
  name: Test App
  primaryLocale: en-AU
  sku: TEST1
groupName: testGroup
isInternal: false
publicLinkEnabled: false
publicLinkLimitEnabled: false
creationDate: 2020-05-06T05:16:51Z

🔨 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>