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