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 disable bundleId capability command #189

Closed DechengMa closed 4 years ago

DechengMa commented 4 years ago

Closes #94

📝 Summary of Changes

Changes proposed in this pull request:

🧐🗒 Reviewer Notes

💁 Example

Usage

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

🔨 How To Test

asc capability disable com.exmaple.foo push_notifications

orj commented 4 years ago

Once you merge #168, rebase this PR.