shipthis 0.0.9 → 0.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/README.md +36 -20
  2. package/bin/readme.sh +15 -0
  3. package/bin/run.js +1 -1
  4. package/dist/commands/apple/apiKey/create.js +1 -1
  5. package/dist/commands/apple/apiKey/status.js +1 -1
  6. package/dist/commands/apple/certificate/create.js +1 -1
  7. package/dist/commands/apple/certificate/status.js +1 -1
  8. package/dist/commands/apple/login.js +3 -3
  9. package/dist/commands/apple/status.js +24 -9
  10. package/dist/commands/game/create.js +1 -1
  11. package/dist/commands/game/details.js +1 -1
  12. package/dist/commands/game/ios/app/create.js +1 -1
  13. package/dist/commands/game/ios/app/status.js +1 -1
  14. package/dist/commands/game/ios/app/sync.js +1 -1
  15. package/dist/commands/game/ios/profile/create.js +1 -1
  16. package/dist/commands/game/ios/profile/status.js +1 -1
  17. package/dist/commands/game/job/list.js +1 -1
  18. package/dist/commands/game/list.js +1 -1
  19. package/dist/commands/game/ship.js +1 -1
  20. package/dist/commands/game/status.js +1 -1
  21. package/dist/commands/game/wizard.js +3 -2
  22. package/dist/utils/help.js +14 -0
  23. package/docs/README.md +20 -0
  24. package/docs/apple/apiKey/create.md +26 -0
  25. package/docs/apple/apiKey/export.md +24 -0
  26. package/docs/apple/apiKey/import.md +24 -0
  27. package/docs/apple/apiKey/status.md +25 -0
  28. package/docs/apple/apiKey.md +110 -0
  29. package/docs/apple/certificate/create.md +26 -0
  30. package/docs/apple/certificate/export.md +24 -0
  31. package/docs/apple/certificate/import.md +24 -0
  32. package/docs/apple/certificate/status.md +25 -0
  33. package/docs/apple/certificate.md +110 -0
  34. package/docs/apple/login.md +30 -0
  35. package/docs/apple/status.md +21 -0
  36. package/docs/apple.md +48 -0
  37. package/docs/dashboard.md +18 -0
  38. package/docs/game/build/download.md +28 -0
  39. package/docs/game/build/list.md +31 -0
  40. package/docs/game/build.md +68 -0
  41. package/docs/game/create.md +23 -0
  42. package/docs/game/details.md +35 -0
  43. package/docs/game/export.md +26 -0
  44. package/docs/game/ios/app/addTester.md +24 -0
  45. package/docs/game/ios/app/create.md +25 -0
  46. package/docs/game/ios/app/status.md +21 -0
  47. package/docs/game/ios/app/sync.md +23 -0
  48. package/docs/game/ios/app.md +104 -0
  49. package/docs/game/ios/profile/create.md +23 -0
  50. package/docs/game/ios/profile/export.md +25 -0
  51. package/docs/game/ios/profile/import.md +25 -0
  52. package/docs/game/ios/profile/status.md +22 -0
  53. package/docs/game/ios/profile.md +106 -0
  54. package/docs/game/ios/status.md +23 -0
  55. package/docs/game/ios.md +247 -0
  56. package/docs/game/job/list.md +29 -0
  57. package/docs/game/job/status.md +30 -0
  58. package/docs/game/job.md +68 -0
  59. package/docs/game/list.md +26 -0
  60. package/docs/game/ship.md +21 -0
  61. package/docs/game/status.md +23 -0
  62. package/docs/game/wizard.md +23 -0
  63. package/docs/game.md +19 -0
  64. package/docs/help.md +21 -0
  65. package/docs/login.md +28 -0
  66. package/docs/status.md +18 -0
  67. package/oclif.manifest.json +22 -20
  68. package/package.json +17 -3
@@ -0,0 +1,104 @@
1
+ # game ios app
2
+
3
+ Commands related to the App Store App for a specific game
4
+
5
+
6
+ ## Commands
7
+
8
+
9
+ ### game ios app addTester
10
+
11
+ #### Description
12
+
13
+ Adds a test user to the game in App Store Connect.
14
+
15
+ #### Help Output
16
+
17
+ ```
18
+ USAGE
19
+ $ shipthis game ios app addTester [-g <value>] [-e <value>] [-f <value>] [-l <value>]
20
+
21
+ FLAGS
22
+ -e, --email=<value> The email address of the tester
23
+ -f, --firstName=<value> The first name of the tester
24
+ -g, --gameId=<value> The ID of the game
25
+ -l, --lastName=<value> The last name of the tester
26
+
27
+ DESCRIPTION
28
+ Adds a test user to the game in App Store Connect.
29
+
30
+ EXAMPLES
31
+ $ shipthis game ios app addTester
32
+ ```
33
+
34
+ ### game ios app create
35
+
36
+ #### Description
37
+
38
+ Creates an App and BundleId in the Apple Developer Portal.
39
+
40
+ #### Help Output
41
+
42
+ ```
43
+ USAGE
44
+ $ shipthis game ios app create [-q] [-g <value>] [-n <value>] [-b <value>] [-f]
45
+
46
+ FLAGS
47
+ -b, --bundleId=<value> The BundleId in the Apple Developer Portal
48
+ -f, --force
49
+ -g, --gameId=<value> The ID of the game
50
+ -n, --appName=<value> The name of the App in the Apple Developer Portal
51
+ -q, --quiet Avoid output except for interactions and errors
52
+
53
+ DESCRIPTION
54
+ Creates an App and BundleId in the Apple Developer Portal.
55
+
56
+ EXAMPLES
57
+ $ shipthis game ios app create
58
+ ```
59
+
60
+ ### game ios app status
61
+
62
+ #### Description
63
+
64
+ Shows the Game iOS App status.
65
+
66
+ #### Help Output
67
+
68
+ ```
69
+ USAGE
70
+ $ shipthis game ios app status [-g <value>]
71
+
72
+ FLAGS
73
+ -g, --gameId=<value> The ID of the game
74
+
75
+ DESCRIPTION
76
+ Shows the Game iOS App status.
77
+
78
+ EXAMPLES
79
+ $ shipthis game ios app status
80
+ ```
81
+
82
+ ### game ios app sync
83
+
84
+ #### Description
85
+
86
+ Synchronies the Apple App &#34;BundleId&#34; with the capabilities from the local project.
87
+
88
+ #### Help Output
89
+
90
+ ```
91
+ USAGE
92
+ $ shipthis game ios app sync [-q] [-g <value>] [-f]
93
+
94
+ FLAGS
95
+ -f, --force
96
+ -g, --gameId=<value> The ID of the game
97
+ -q, --quiet Avoid output except for interactions and errors
98
+
99
+ DESCRIPTION
100
+ Synchronies the Apple App "BundleId" with the capabilities from the local project.
101
+
102
+ EXAMPLES
103
+ $ shipthis game ios app sync
104
+ ```
@@ -0,0 +1,23 @@
1
+ # game ios profile create
2
+
3
+ ## Description
4
+
5
+ Creates a Mobile Provisioning Profile in the Apple Developer Portal.
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game ios profile create [-q] [-g <value>] [-f]
12
+
13
+ FLAGS
14
+ -f, --force
15
+ -g, --gameId=<value> The ID of the game
16
+ -q, --quiet Avoid output except for interactions and errors
17
+
18
+ DESCRIPTION
19
+ Creates a Mobile Provisioning Profile in the Apple Developer Portal.
20
+
21
+ EXAMPLES
22
+ $ shipthis game ios profile create
23
+ ```
@@ -0,0 +1,25 @@
1
+ # game ios profile export
2
+
3
+ ## Description
4
+
5
+ Saves the current Mobile Provisioning Profile to a ZIP file
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game ios profile export FILE [-g <value>] [-f]
12
+
13
+ ARGUMENTS
14
+ FILE Name of the ZIP file to create
15
+
16
+ FLAGS
17
+ -f, --force Overwrite the file if it already exists
18
+ -g, --gameId=<value> The ID of the game
19
+
20
+ DESCRIPTION
21
+ Saves the current Mobile Provisioning Profile to a ZIP file
22
+
23
+ EXAMPLES
24
+ $ shipthis game ios profile export userProfile.zip
25
+ ```
@@ -0,0 +1,25 @@
1
+ # game ios profile import
2
+
3
+ ## Description
4
+
5
+ Imports an Mobile Provisioning Profile to your ShipThis account
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game ios profile import FILE [-g <value>] [-f]
12
+
13
+ ARGUMENTS
14
+ FILE Name of the ZIP file to import (must be in the same format as the export)
15
+
16
+ FLAGS
17
+ -f, --force
18
+ -g, --gameId=<value> The ID of the game
19
+
20
+ DESCRIPTION
21
+ Imports an Mobile Provisioning Profile to your ShipThis account
22
+
23
+ EXAMPLES
24
+ $ shipthis game ios profile import profile.zip
25
+ ```
@@ -0,0 +1,22 @@
1
+ # game ios profile status
2
+
3
+ ## Description
4
+
5
+ Shows the Game iOS Mobile Provisioning Profile Status.
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game ios profile status [-g <value>] [-f]
12
+
13
+ FLAGS
14
+ -f, --noAppleAuth
15
+ -g, --gameId=<value> The ID of the game
16
+
17
+ DESCRIPTION
18
+ Shows the Game iOS Mobile Provisioning Profile Status.
19
+
20
+ EXAMPLES
21
+ $ shipthis game ios profile status
22
+ ```
@@ -0,0 +1,106 @@
1
+ # game ios profile
2
+
3
+ Commands related to the App Store Provisioning Profiles for this Game
4
+
5
+
6
+ ## Commands
7
+
8
+
9
+ ### game ios profile create
10
+
11
+ #### Description
12
+
13
+ Creates a Mobile Provisioning Profile in the Apple Developer Portal.
14
+
15
+ #### Help Output
16
+
17
+ ```
18
+ USAGE
19
+ $ shipthis game ios profile create [-q] [-g <value>] [-f]
20
+
21
+ FLAGS
22
+ -f, --force
23
+ -g, --gameId=<value> The ID of the game
24
+ -q, --quiet Avoid output except for interactions and errors
25
+
26
+ DESCRIPTION
27
+ Creates a Mobile Provisioning Profile in the Apple Developer Portal.
28
+
29
+ EXAMPLES
30
+ $ shipthis game ios profile create
31
+ ```
32
+
33
+ ### game ios profile export
34
+
35
+ #### Description
36
+
37
+ Saves the current Mobile Provisioning Profile to a ZIP file
38
+
39
+ #### Help Output
40
+
41
+ ```
42
+ USAGE
43
+ $ shipthis game ios profile export FILE [-g <value>] [-f]
44
+
45
+ ARGUMENTS
46
+ FILE Name of the ZIP file to create
47
+
48
+ FLAGS
49
+ -f, --force Overwrite the file if it already exists
50
+ -g, --gameId=<value> The ID of the game
51
+
52
+ DESCRIPTION
53
+ Saves the current Mobile Provisioning Profile to a ZIP file
54
+
55
+ EXAMPLES
56
+ $ shipthis game ios profile export userProfile.zip
57
+ ```
58
+
59
+ ### game ios profile import
60
+
61
+ #### Description
62
+
63
+ Imports an Mobile Provisioning Profile to your ShipThis account
64
+
65
+ #### Help Output
66
+
67
+ ```
68
+ USAGE
69
+ $ shipthis game ios profile import FILE [-g <value>] [-f]
70
+
71
+ ARGUMENTS
72
+ FILE Name of the ZIP file to import (must be in the same format as the export)
73
+
74
+ FLAGS
75
+ -f, --force
76
+ -g, --gameId=<value> The ID of the game
77
+
78
+ DESCRIPTION
79
+ Imports an Mobile Provisioning Profile to your ShipThis account
80
+
81
+ EXAMPLES
82
+ $ shipthis game ios profile import profile.zip
83
+ ```
84
+
85
+ ### game ios profile status
86
+
87
+ #### Description
88
+
89
+ Shows the Game iOS Mobile Provisioning Profile Status.
90
+
91
+ #### Help Output
92
+
93
+ ```
94
+ USAGE
95
+ $ shipthis game ios profile status [-g <value>] [-f]
96
+
97
+ FLAGS
98
+ -f, --noAppleAuth
99
+ -g, --gameId=<value> The ID of the game
100
+
101
+ DESCRIPTION
102
+ Shows the Game iOS Mobile Provisioning Profile Status.
103
+
104
+ EXAMPLES
105
+ $ shipthis game ios profile status
106
+ ```
@@ -0,0 +1,23 @@
1
+ # game ios status
2
+
3
+ ## Description
4
+
5
+ Shows the Game iOS Platform status. If --gameId is not provided it will look in the current directory.
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game ios status [-g <value>]
12
+
13
+ FLAGS
14
+ -g, --gameId=<value> The ID of the game
15
+
16
+ DESCRIPTION
17
+ Shows the Game iOS Platform status. If --gameId is not provided it will look in the current directory.
18
+
19
+ EXAMPLES
20
+ $ shipthis game ios status
21
+
22
+ $ shipthis game ios status --gameId 0c179fc4
23
+ ```
@@ -0,0 +1,247 @@
1
+ # game ios
2
+
3
+ Commands related to the iOS platform for a specific game
4
+
5
+ ## Topics
6
+
7
+
8
+ # game ios app
9
+
10
+ Commands related to the App Store App for a specific game
11
+
12
+
13
+ ## Commands
14
+
15
+
16
+ ### game ios app addTester
17
+
18
+ #### Description
19
+
20
+ Adds a test user to the game in App Store Connect.
21
+
22
+ #### Help Output
23
+
24
+ ```
25
+ USAGE
26
+ $ shipthis game ios app addTester [-g <value>] [-e <value>] [-f <value>] [-l <value>]
27
+
28
+ FLAGS
29
+ -e, --email=<value> The email address of the tester
30
+ -f, --firstName=<value> The first name of the tester
31
+ -g, --gameId=<value> The ID of the game
32
+ -l, --lastName=<value> The last name of the tester
33
+
34
+ DESCRIPTION
35
+ Adds a test user to the game in App Store Connect.
36
+
37
+ EXAMPLES
38
+ $ shipthis game ios app addTester
39
+ ```
40
+
41
+ ### game ios app create
42
+
43
+ #### Description
44
+
45
+ Creates an App and BundleId in the Apple Developer Portal.
46
+
47
+ #### Help Output
48
+
49
+ ```
50
+ USAGE
51
+ $ shipthis game ios app create [-q] [-g <value>] [-n <value>] [-b <value>] [-f]
52
+
53
+ FLAGS
54
+ -b, --bundleId=<value> The BundleId in the Apple Developer Portal
55
+ -f, --force
56
+ -g, --gameId=<value> The ID of the game
57
+ -n, --appName=<value> The name of the App in the Apple Developer Portal
58
+ -q, --quiet Avoid output except for interactions and errors
59
+
60
+ DESCRIPTION
61
+ Creates an App and BundleId in the Apple Developer Portal.
62
+
63
+ EXAMPLES
64
+ $ shipthis game ios app create
65
+ ```
66
+
67
+ ### game ios app status
68
+
69
+ #### Description
70
+
71
+ Shows the Game iOS App status.
72
+
73
+ #### Help Output
74
+
75
+ ```
76
+ USAGE
77
+ $ shipthis game ios app status [-g <value>]
78
+
79
+ FLAGS
80
+ -g, --gameId=<value> The ID of the game
81
+
82
+ DESCRIPTION
83
+ Shows the Game iOS App status.
84
+
85
+ EXAMPLES
86
+ $ shipthis game ios app status
87
+ ```
88
+
89
+ ### game ios app sync
90
+
91
+ #### Description
92
+
93
+ Synchronies the Apple App &#34;BundleId&#34; with the capabilities from the local project.
94
+
95
+ #### Help Output
96
+
97
+ ```
98
+ USAGE
99
+ $ shipthis game ios app sync [-q] [-g <value>] [-f]
100
+
101
+ FLAGS
102
+ -f, --force
103
+ -g, --gameId=<value> The ID of the game
104
+ -q, --quiet Avoid output except for interactions and errors
105
+
106
+ DESCRIPTION
107
+ Synchronies the Apple App "BundleId" with the capabilities from the local project.
108
+
109
+ EXAMPLES
110
+ $ shipthis game ios app sync
111
+ ```
112
+
113
+
114
+ # game ios profile
115
+
116
+ Commands related to the App Store Provisioning Profiles for this Game
117
+
118
+
119
+ ## Commands
120
+
121
+
122
+ ### game ios profile create
123
+
124
+ #### Description
125
+
126
+ Creates a Mobile Provisioning Profile in the Apple Developer Portal.
127
+
128
+ #### Help Output
129
+
130
+ ```
131
+ USAGE
132
+ $ shipthis game ios profile create [-q] [-g <value>] [-f]
133
+
134
+ FLAGS
135
+ -f, --force
136
+ -g, --gameId=<value> The ID of the game
137
+ -q, --quiet Avoid output except for interactions and errors
138
+
139
+ DESCRIPTION
140
+ Creates a Mobile Provisioning Profile in the Apple Developer Portal.
141
+
142
+ EXAMPLES
143
+ $ shipthis game ios profile create
144
+ ```
145
+
146
+ ### game ios profile export
147
+
148
+ #### Description
149
+
150
+ Saves the current Mobile Provisioning Profile to a ZIP file
151
+
152
+ #### Help Output
153
+
154
+ ```
155
+ USAGE
156
+ $ shipthis game ios profile export FILE [-g <value>] [-f]
157
+
158
+ ARGUMENTS
159
+ FILE Name of the ZIP file to create
160
+
161
+ FLAGS
162
+ -f, --force Overwrite the file if it already exists
163
+ -g, --gameId=<value> The ID of the game
164
+
165
+ DESCRIPTION
166
+ Saves the current Mobile Provisioning Profile to a ZIP file
167
+
168
+ EXAMPLES
169
+ $ shipthis game ios profile export userProfile.zip
170
+ ```
171
+
172
+ ### game ios profile import
173
+
174
+ #### Description
175
+
176
+ Imports an Mobile Provisioning Profile to your ShipThis account
177
+
178
+ #### Help Output
179
+
180
+ ```
181
+ USAGE
182
+ $ shipthis game ios profile import FILE [-g <value>] [-f]
183
+
184
+ ARGUMENTS
185
+ FILE Name of the ZIP file to import (must be in the same format as the export)
186
+
187
+ FLAGS
188
+ -f, --force
189
+ -g, --gameId=<value> The ID of the game
190
+
191
+ DESCRIPTION
192
+ Imports an Mobile Provisioning Profile to your ShipThis account
193
+
194
+ EXAMPLES
195
+ $ shipthis game ios profile import profile.zip
196
+ ```
197
+
198
+ ### game ios profile status
199
+
200
+ #### Description
201
+
202
+ Shows the Game iOS Mobile Provisioning Profile Status.
203
+
204
+ #### Help Output
205
+
206
+ ```
207
+ USAGE
208
+ $ shipthis game ios profile status [-g <value>] [-f]
209
+
210
+ FLAGS
211
+ -f, --noAppleAuth
212
+ -g, --gameId=<value> The ID of the game
213
+
214
+ DESCRIPTION
215
+ Shows the Game iOS Mobile Provisioning Profile Status.
216
+
217
+ EXAMPLES
218
+ $ shipthis game ios profile status
219
+ ```
220
+
221
+
222
+ ## Commands
223
+
224
+
225
+ ### game ios status
226
+
227
+ #### Description
228
+
229
+ Shows the Game iOS Platform status. If --gameId is not provided it will look in the current directory.
230
+
231
+ #### Help Output
232
+
233
+ ```
234
+ USAGE
235
+ $ shipthis game ios status [-g <value>]
236
+
237
+ FLAGS
238
+ -g, --gameId=<value> The ID of the game
239
+
240
+ DESCRIPTION
241
+ Shows the Game iOS Platform status. If --gameId is not provided it will look in the current directory.
242
+
243
+ EXAMPLES
244
+ $ shipthis game ios status
245
+
246
+ $ shipthis game ios status --gameId 0c179fc4
247
+ ```
@@ -0,0 +1,29 @@
1
+ # game job list
2
+
3
+ ## Description
4
+
5
+ Lists the jobs for a game.
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game job list [-g <value>] [-p <value>] [-s <value>] [-o createdAt|updatedAt] [-r asc|desc]
12
+
13
+ FLAGS
14
+ -g, --gameId=<value> The ID of the game
15
+ -o, --orderBy=<option> [default: createdAt] The field to order by
16
+ <options: createdAt|updatedAt>
17
+ -p, --pageNumber=<value> The page number to show (starts at 0)
18
+ -r, --order=<option> [default: desc] The order to sort by
19
+ <options: asc|desc>
20
+ -s, --pageSize=<value> [default: 10] The number of items to show per page
21
+
22
+ DESCRIPTION
23
+ Lists the jobs for a game.
24
+
25
+ EXAMPLES
26
+ $ shipthis game job list
27
+
28
+ $ shipthis game job list --gameId 0c179fc4
29
+ ```
@@ -0,0 +1,30 @@
1
+ # game job status
2
+
3
+ ## Description
4
+
5
+ Shows the real-time status of a job.
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game job status JOB_ID [-g <value>] [-n <value>] [-f]
12
+
13
+ ARGUMENTS
14
+ JOB_ID The id of the job to get the status of
15
+
16
+ FLAGS
17
+ -f, --follow Follow the log in real-time
18
+ -g, --gameId=<value> The ID of the game
19
+ -n, --lines=<value> [default: 10] The number of lines to show
20
+
21
+ DESCRIPTION
22
+ Shows the real-time status of a job.
23
+
24
+ EXAMPLES
25
+ $ shipthis game job status 4d32239e
26
+
27
+ $ shipthis game job status --gameId 0c179fc4 4d32239e
28
+
29
+ $ shipthis game job status --gameId 0c179fc4 --lines 20 --follow 4d32239e
30
+ ```
@@ -0,0 +1,68 @@
1
+ # game job
2
+
3
+ Commands related to jobs for a specific game
4
+
5
+
6
+ ## Commands
7
+
8
+
9
+ ### game job list
10
+
11
+ #### Description
12
+
13
+ Lists the jobs for a game.
14
+
15
+ #### Help Output
16
+
17
+ ```
18
+ USAGE
19
+ $ shipthis game job list [-g <value>] [-p <value>] [-s <value>] [-o createdAt|updatedAt] [-r asc|desc]
20
+
21
+ FLAGS
22
+ -g, --gameId=<value> The ID of the game
23
+ -o, --orderBy=<option> [default: createdAt] The field to order by
24
+ <options: createdAt|updatedAt>
25
+ -p, --pageNumber=<value> The page number to show (starts at 0)
26
+ -r, --order=<option> [default: desc] The order to sort by
27
+ <options: asc|desc>
28
+ -s, --pageSize=<value> [default: 10] The number of items to show per page
29
+
30
+ DESCRIPTION
31
+ Lists the jobs for a game.
32
+
33
+ EXAMPLES
34
+ $ shipthis game job list
35
+
36
+ $ shipthis game job list --gameId 0c179fc4
37
+ ```
38
+
39
+ ### game job status
40
+
41
+ #### Description
42
+
43
+ Shows the real-time status of a job.
44
+
45
+ #### Help Output
46
+
47
+ ```
48
+ USAGE
49
+ $ shipthis game job status JOB_ID [-g <value>] [-n <value>] [-f]
50
+
51
+ ARGUMENTS
52
+ JOB_ID The id of the job to get the status of
53
+
54
+ FLAGS
55
+ -f, --follow Follow the log in real-time
56
+ -g, --gameId=<value> The ID of the game
57
+ -n, --lines=<value> [default: 10] The number of lines to show
58
+
59
+ DESCRIPTION
60
+ Shows the real-time status of a job.
61
+
62
+ EXAMPLES
63
+ $ shipthis game job status 4d32239e
64
+
65
+ $ shipthis game job status --gameId 0c179fc4 4d32239e
66
+
67
+ $ shipthis game job status --gameId 0c179fc4 --lines 20 --follow 4d32239e
68
+ ```