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 Enable bundleId Capability Command #186

Closed DechengMa closed 4 years ago

DechengMa commented 4 years ago

Relates to #93

📝 Summary of Changes

Changes proposed in this pull request:

⚠️ Items of Note

This PR doesn't include printing the output of the response, if that is a requirement please comment below. :)

TODO

MIssing CapabilitySetting options: CapabilitySetting in SDK doesn't have a public init(bug), so it can be left til SDK fix that problem.

🧐🗒 Reviewer Notes

💁 Example

Usage:

asc capability enable <bundle-id> <capability-type>

🔨 How To Test

asc capability enable com.exmaple.app push_notifications