shipthis
Version:
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
26 lines (18 loc) • 604 B
Markdown
# apple certificate create
## Description
Creates an iOS Distribution Certificate in your Apple Developer account.
Saves the certificate with the private key to your ShipThis account
## Help Output
```help
USAGE
$ shipthis apple certificate create [-f] [-q]
FLAGS
-f, --force
-q, --quiet Avoid output except for interactions and errors
DESCRIPTION
Creates an iOS Distribution Certificate in your Apple Developer account.
Saves the certificate with the private key to your ShipThis account
EXAMPLES
$ shipthis apple certificate create
$ shipthis apple certificate create --force
```