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: Beta Group list lacks sort options #166

Closed orj closed 4 years ago

orj commented 4 years ago

🌎 Environment

💬 Description

asc testflight betagroup list is missing --sort options.

🦶 Reproduction Steps

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

  1. Run asc testflight betagroup list -h

🤔 Expected Results

That there are sort options for this command.

😲 Actual Results

There are no sort options.

🌳 Logs

./asc testflight betagroup list -h                                                                                                                                                                                                           307ms < Wed 27 May 16:37:43 2020
OVERVIEW: List beta groups

USAGE: asc testflight betagroup list [--api-issuer <uuid>] [--api-key-id <keyid>] [--csv] [--json] [--table] [--yaml] [--filter-identifiers <app-id / bundle-id> ...] [--filter-names <filter-names> ...]

OPTIONS:
  --api-issuer <uuid>     An AppStore Connect API Key issuer ID. (default: @env:APPSTORE_CONNECT_ISSUER_ID)
        The value for this option can be obtained from the AppStore Connect portal and takes the form of a UUID.

        If not specified on the command line this value will be read from the environment variable APPSTORE_CONNECT_ISSUER_ID.
  --api-key-id <keyid>    An AppStoreConnect API Key ID. (default: @env:APPSTORE_CONNECT_API_KEY_ID)
        The value for this option can be obtained from the AppStore Connect portal and takes the form of an 10 character alpha-numeric identifier, eg. 7MM5YSX5LS

If not specified on the command line the value of this option will be read from the environment variable APPSTORE_CONNECT_API_KEY_ID.

        The environment will be searched for key with the name of APPSTORE_CONNECT_API_KEY. The contents of this environment key are expected to be a PKCS 8 (.p8) formatted private key associated with this Key ID.

        If the APPSTORE_CONNECT_API_KEY environment variable is empty, in the incorrect format, or not found then the following directories will be searched in sequence for a private key file with the name of 'AuthKey_<keyid>.p8': ./private_keys, ~/private_keys, ~/.private_keys and
        ~/.appstoreconnect/private_keys.
  --csv/--json/--table/--yaml
                          Display results in specified format. (default: table)
  --filter-identifiers <app-id / bundle-id>
                          The app AppStore ID. eg. 432156789 or app bundle identifier. eg. com.example.App 
        Please input either app id or bundle Id
  --filter-names <filter-names>
                          Filter by beta group name 
        This filter works on partial matches in a case insensitive fashion, e.g. 'group' will match 'myGroup'
  -h, --help              Show help information.