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: No paging support for List Profiles Command #185

Closed DechengMa closed 4 years ago

DechengMa commented 4 years ago

💬 Description

The List Profile Command doesn't support paging.

🦶 Reproduction Steps

Steps to reproduce the behavior, provide an example of the command line issued:

  1. Given an apple store connect account that has more than 50 profiles
  2. Run this swift run asc profiles list

🤔 Expected Results

All the profiles

😲 Actual Results

the first 50 of profiles

🤝 Relationships