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

Fixed CreateProfileCommand to use "create" instead of "delete" #198

Closed csjones closed 4 years ago

csjones commented 4 years ago

When using the profiles command, it contains two delete subcommands.

📝 Summary of Changes

Changes proposed in this pull request:

🧐🗒 Reviewer Notes

💁 Example

Theses new changes would be used as follows: asc profiles create <string> <profile-type> <bundle-id>

🔨 How To Test

The issue can be reproduced with the following command asc help profiles which outputs the following for subcommands:

SUBCOMMANDS:
  list                    Find and list provisioning profiles and download their data.
  delete                  Create a new provisioning profile.
  delete                  Delete a provisioning profile that is used for app development or distribution.