shipthis
Version:
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
25 lines (17 loc) • 628 B
Markdown
# Command: `game android keyStore delete`
## Description
Delete the active Android KeyStore from ShipThis
## Help Output
```help
USAGE
$ shipthis game android keyStore delete [-g <value>] [-i] [-y]
FLAGS
-g, --gameId=<value> The ID of the game
-i, --immediate Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)
-y, --iAmSure I am sure I want to do this - do not prompt me
DESCRIPTION
Delete the active Android KeyStore from ShipThis
EXAMPLES
$ shipthis game android keyStore delete
$ shipthis game android keyStore delete --immediate --iAmSure
```