shipthis
Version:
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
30 lines (20 loc) • 635 B
Markdown
# game job status
## Description
Shows the real-time status of a job.
## Help Output
```help
USAGE
$ shipthis game job status JOB_ID [-g <value>] [-n <value>] [-f]
ARGUMENTS
JOB_ID The id of the job to get the status of
FLAGS
-f, --follow Follow the log in real-time
-g, --gameId=<value> The ID of the game
-n, --lines=<value> [default: 10] The number of lines to show
DESCRIPTION
Shows the real-time status of a job.
EXAMPLES
$ shipthis game job status 4d32239e
$ shipthis game job status --gameId 0c179fc4 4d32239e
$ shipthis game job status --gameId 0c179fc4 --lines 20 --follow 4d32239e
```