shipthis
Version:
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
24 lines (16 loc) • 417 B
Markdown
apple apiKey export
# Description
Saves the current App Store Connect API Key to a ZIP file
# Help Output
```help
USAGE
shipthis apple apiKey export FILE [-f]
ARGUMENTS
FILE Name of the ZIP file to create
FLAGS
-f, --force Overwrite the file if it already exists
DESCRIPTION
Saves the current App Store Connect API Key to a ZIP file
EXAMPLES
shipthis apple apiKey export userApiKey.zip
```