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

Bug: testflight betatesters list --filter-group-names XYZ fails with Error: The group name you input ["XYZ"] are not unique. #168

Closed orj closed 4 years ago

orj commented 4 years ago

🌎 Environment

💬 Description

If you have a list of beta groups across apps or within an app that share the same substring you can not filter by that substring.

🦶 Reproduction Steps

With Beta Groups configured as:

App 1 Group Names: "XYZ", "ABCXYZ" App 2 Group Names: "XYZ"

When you:

  1. ./asc testflight betatesters list --filter-group-names "XYZ"

🤔 Expected Results

That the beta testers for any group that matches "XYZ".

😲 Actual Results

The following error:

Error: The group name you input ["XYZ"] are not unique.