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

Update List Profiles Command to use Operation #182

Closed DechengMa closed 4 years ago

DechengMa commented 4 years ago

Update ListProfilesCommand to use Operation

📝 Summary of Changes

Changes proposed in this pull request:

⚠️ Items of Note

the SDK APIEndpoint.listProfiles() doesn't support paging (will start a PR to fix), so paging support is not included in this PR

🧐🗒 Reviewer Notes

💁 Example

Usage

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

🔨 How To Test

asc profiles list