upload-to-play-store
v1.0.0
Published
Upload AAB file to the Play store
Downloads
100
Readme
upload-to-play-store
Upload AAB file to the Play store
npx upload-to-play-store --help
# Publish Android App Bundle to Google Play
# Options:
# -k, --keyFile <path> set google api json key file
# -p, --packageName <name> set package name (com.some.app)
# -a, --aabFile <path> set path to .aab file
# -t, --title <title> title for release
# -s, --status Set the status at the store
# -e, --exit exit on error with error code 1.
# -h, --help display help for command