shipthis
Version:
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
24 lines (17 loc) • 550 B
Markdown
# game ios app addTester
## Description
Adds a test user to the game in App Store Connect.
## Help Output
```help
USAGE
$ shipthis game ios app addTester [-g <value>] [-e <value>] [-f <value>] [-l <value>]
FLAGS
-e, --email=<value> The email address of the tester
-f, --firstName=<value> The first name of the tester
-g, --gameId=<value> The ID of the game
-l, --lastName=<value> The last name of the tester
DESCRIPTION
Adds a test user to the game in App Store Connect.
EXAMPLES
$ shipthis game ios app addTester
```