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

Implement create profile command #206

Closed DechengMa closed 4 years ago

DechengMa commented 4 years ago

Closes #200

📝 Summary of Changes

Changes proposed in this pull request:

🧐🗒 Reviewer Notes

💁 Example

Usage

asc profiles create <name> <profile-type> <bundle-id> [--certificates <certificates> ...] [--devices <devices> ...]

🔨 How To Test

asc profiles create fooname ios_app_development com.example.foo 1234abcd 1234abcd
DechengMa commented 4 years ago

@orj I did some tweaks and for consistency, the input was changed to

var certificatesSerialNumbers: [String]

var devicesUdids: [String]

these two can be listed by our other commands like list certificate and list devices