shipthis
Version:
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
31 lines (22 loc) • 893 B
Markdown
# game build list
## Description
Lists the builds for successful jobs of a game.
## Help Output
```help
USAGE
$ shipthis game build list [-g <value>] [-p <value>] [-s <value>] [-o createdAt|updatedAt] [-r asc|desc]
FLAGS
-g, --gameId=<value> The ID of the game
-o, --orderBy=<option> [default: createdAt] The field to order by
<options: createdAt|updatedAt>
-p, --pageNumber=<value> The page number to show (starts at 0)
-r, --order=<option> [default: desc] The order to sort by
<options: asc|desc>
-s, --pageSize=<value> [default: 10] The number of items to show per page
DESCRIPTION
Lists the builds for successful jobs of a game.
EXAMPLES
$ shipthis game build list
$ shipthis game build list --gameId 0c179fc4
$ shipthis game build list --gameId 0c179fc4 --pageSize 20 --pageNumber 1
```