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: Top level commands should be sorted alphabetically #201

Closed orj closed 4 years ago

orj commented 4 years ago

🌎 Environment

💬 Description

The top level subcommands are note in alpha order.

🦶 Reproduction Steps

Run:

asc -h

🤔 Expected Results

  bundle-ids
  capability   
  certificates
  devices
  profiles
  reports
  testflight
  users

😲 Actual Results

Current command order:

  bundle-ids
  certificates
  devices
  profiles
  reports
  testflight
  users
  capability