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 Builds #111

Closed orj closed 4 years ago

orj commented 4 years ago

🗣 Context

Find and list builds for all apps in App Store Connect.

💬 Narrative

As a user I want list builds of apps in App Store Connect So that so that I can see what builds are available

📝 Notes

Covering this [API](Find and list builds for all apps in App Store Connect.).

🎨 Design

asc testflight builds list --filter-bundle-id <bundle ids...> --filter-expired <expired> --filter-version <versions...> --filter-processing-state <states...> --filter-version <versions...> --filter-beta-groups <beta groups...> --filter-beta-review-state <states...> --limit <n> 

Output:

Bundle Id Name Platform Version Build Number Beta Review State Processing State External Build State Internal Build State Auto Notify Min OS Version Uploaded Date Expiration Date Expired Uses Non Exempt Encryption Beta Groups

✅ Acceptance Criteria

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