Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save easterapps/3811754f6b22818e3c838b2258016948 to your computer and use it in GitHub Desktop.
Save easterapps/3811754f6b22818e3c838b2258016948 to your computer and use it in GitHub Desktop.
appcenter cli calls
appcenter distribute releases edit \
--app <username_or_organization>/<application_identifier> \
-r <number> \
--token <TOKEN>\
disabled|enabled
appcenter crashes upload-mappings \
--mapping {mapping file} \
--app <username_or_organization>/<application_identifier> \
--version-name {version name}\
--token <TOKEN>
--version-code {version code}
appcenter distribute release \
--group Collaborators \
--file "${apkPath}" \
--release-notes 'text' \
--app <username_or_organization>/<application_identifier> \
--token "${APP_CENTER_TOKEN}" \
--quiet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment