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

Add the ability to include/exclude internal beta groups from list #167

Closed orj closed 4 years ago

orj commented 4 years ago

🗣 Context

The "internal" App Store Connect User's beta group is a group that is created for you automatically by App Store Connect. The only members of this group are members of the internal development team. It is generally less interesting than the custom created groups.

💬 Narrative

As a user I want exclude internal beta groups from being listed So that so it doesn't clutter my data

🎨 Design

The option could be --exclude-internal and default to false.

✅ Acceptance Criteria

GIVEN I am listing Beta Groups WHEN I specify the --exclude-internal flag THEN no beta groups with internal: true will be shown