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

Use Operations in CreateCertificateCommand #117

Closed DechengMa closed 4 years ago

DechengMa commented 4 years ago

We have implemented the CreateCertificateCommand, this PR is to apply Operations (our new way of fetching data) to this command

📝 Summary of Changes

Changes proposed in this pull request:

🧐🗒 Reviewer Notes

💁 Example

Usage:

asc certificates create [--api-issuer <uuid>] [--api-key-id <keyid>] [--csv] [--json] [--table] [--yaml] <certificate-type> <csr-file>

🔨 How To Test

swift run asc certificates create MAC_INSTALLER_DISTRIBUTION filePath

adamjcampbell commented 4 years ago

@DechengMa this PR needs to be updated as I converted the command to make use of await

DechengMa commented 4 years ago

@DechengMa this PR needs to be updated as I converted the command to make use of await

Hi @adamjcampbell , I have rebased master and added .await() to the command