ittybittyapps / appstoreconnect-cli

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

Allow for exact matching with build arguments #258

Closed xezero closed 1 year ago

xezero commented 1 year ago

In most cases we want to match the bundle id exactly when we’re specifying build arguments, especially when they’re being used to point to a specific build (rather than a filter for a list).

This is particularly problematic when we have multiple bundle ids that have the same prefix (e.g. com.company.appname, com.company.appname.development)