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 paging support to ListProfilesCommand #196

Closed DechengMa closed 4 years ago

DechengMa commented 4 years ago

Closes #185

📝 Summary of Changes

Changes proposed in this pull request:

🧐🗒 Reviewer Notes

💁 Example

asc profiles list [--limit <limit>] [--sort <sort>] [--filter-name <name> ...] [--filter-profile-state <state>] [--filter-profile-type <type> ...] [--download-path <path>]

🔨 How To Test

swift run asc profiles list