ittybittyapps/appstoreconnect-cli

Bug: Listing Profiles for an account with more than 20 profiles fails

orj opened this issue ยท 0 comments

orj commented

๐ŸŒŽ Environment

  • OS: macOS 10.15.5
  • Version/Release: master as of ef5daf1

๐Ÿ’ฌ Description

Listing profiles for an account with more than 20 profiles fails unless a limit is specified.

๐Ÿฆถ Reproduction Steps

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

  1. Have an account with more than 20 profiles
  2. Run swift run asc profiles list
  3. Command does not complete.
  4. Run swift run asc profiles list --limit 200
  5. Command completes

๐Ÿค” Expected Results

That the command lists all profiles and completes in a reasonable timeframe.

๐Ÿ˜ฒ Actual Results

The command does not complete.

๐Ÿค Relationships

This bug is probably caused by the the same issue in the SDK as #193