shipthis
Version:
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
26 lines (17 loc) • 410 B
Markdown
# Command: `apiKey revoke`
## Description
Revokes a specific ShipThis API key.
## Help Output
```help
USAGE
$ shipthis apiKey revoke APIKEYID [-q]
ARGUMENTS
APIKEYID The ID of the API key to revoke
FLAGS
-q, --quiet Suppress output except for errors
DESCRIPTION
Revokes a specific ShipThis API key.
EXAMPLES
$ shipthis apiKey revoke abcd1234
$ shipthis apiKey revoke abcd1234 --quiet
```