shipthis
Version:
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
24 lines (16 loc) • 442 B
Markdown
apple certificate export
# Description
Saves the current Apple Distribution Certificate to a ZIP file.
# Help Output
```help
USAGE
shipthis apple certificate 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 Apple Distribution Certificate to a ZIP file.
EXAMPLES
shipthis apple certificate export userCert.zip
```