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

Add a ListProfilesByBundleId command #217

Closed orj closed 3 years ago

orj commented 3 years ago

📝 Summary of Changes

Changes proposed in this pull request:

🧐🗒 Reviewer Notes

💁 Example

swift run asc profiles list-by-bundle com.example.app           

🔨 How To Test

This command is very similar to the profiles list command but has no filtering features and only fetches the profiles for a single app.

However this command can fetch Xcode Managed Profiles.