UNPKG

shipthis

Version:

ShipThis manages building and uploading your Godot games to the App Store and Google Play.

25 lines (17 loc) 500 B
# Command: `game android keyStore export` ## Description Saves the current Android Keystore to a ZIP file ## Help Output ```help USAGE $ shipthis game android keyStore export FILE [-g <value>] [-f] ARGUMENTS FILE Name of the ZIP file to create FLAGS -f, --force Overwrite the file if it already exists -g, --gameId=<value> The ID of the game DESCRIPTION Saves the current Android Keystore to a ZIP file EXAMPLES $ shipthis game android keyStore export keyStore.zip ```