shipthis 0.1.24 → 0.1.26
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.
- package/README.md +25 -16
- package/docs/assets/ship-outputx0.8.gif +0 -0
- package/package.json +1 -1
- package/bin/readme.sh +0 -15
- package/npm-shrinkwrap.json +0 -14011
- package/oclif.manifest.json +0 -2286
package/oclif.manifest.json
DELETED
|
@@ -1,2286 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"commands": {
|
|
3
|
-
"dashboard": {
|
|
4
|
-
"aliases": [],
|
|
5
|
-
"args": {},
|
|
6
|
-
"description": "Opens the web-browser to your ShipThis dashboard",
|
|
7
|
-
"examples": [
|
|
8
|
-
"<%= config.bin %> <%= command.id %>"
|
|
9
|
-
],
|
|
10
|
-
"flags": {},
|
|
11
|
-
"hasDynamicHelp": false,
|
|
12
|
-
"hiddenAliases": [],
|
|
13
|
-
"id": "dashboard",
|
|
14
|
-
"pluginAlias": "shipthis",
|
|
15
|
-
"pluginName": "shipthis",
|
|
16
|
-
"pluginType": "core",
|
|
17
|
-
"strict": true,
|
|
18
|
-
"enableJsonFlag": false,
|
|
19
|
-
"isESM": true,
|
|
20
|
-
"relativePath": [
|
|
21
|
-
"dist",
|
|
22
|
-
"commands",
|
|
23
|
-
"dashboard.js"
|
|
24
|
-
]
|
|
25
|
-
},
|
|
26
|
-
"login": {
|
|
27
|
-
"aliases": [],
|
|
28
|
-
"args": {},
|
|
29
|
-
"description": "Authenticate - will create a new account if one does not exist.",
|
|
30
|
-
"examples": [
|
|
31
|
-
"<%= config.bin %> <%= command.id %>",
|
|
32
|
-
"<%= config.bin %> <%= command.id %> --force --email me@email.nowhere"
|
|
33
|
-
],
|
|
34
|
-
"flags": {
|
|
35
|
-
"force": {
|
|
36
|
-
"char": "f",
|
|
37
|
-
"name": "force",
|
|
38
|
-
"allowNo": false,
|
|
39
|
-
"type": "boolean"
|
|
40
|
-
},
|
|
41
|
-
"email": {
|
|
42
|
-
"char": "e",
|
|
43
|
-
"description": "Your email address",
|
|
44
|
-
"name": "email",
|
|
45
|
-
"hasDynamicHelp": false,
|
|
46
|
-
"multiple": false,
|
|
47
|
-
"type": "option"
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
"hasDynamicHelp": false,
|
|
51
|
-
"hiddenAliases": [],
|
|
52
|
-
"id": "login",
|
|
53
|
-
"pluginAlias": "shipthis",
|
|
54
|
-
"pluginName": "shipthis",
|
|
55
|
-
"pluginType": "core",
|
|
56
|
-
"strict": true,
|
|
57
|
-
"enableJsonFlag": false,
|
|
58
|
-
"isESM": true,
|
|
59
|
-
"relativePath": [
|
|
60
|
-
"dist",
|
|
61
|
-
"commands",
|
|
62
|
-
"login.js"
|
|
63
|
-
]
|
|
64
|
-
},
|
|
65
|
-
"status": {
|
|
66
|
-
"aliases": [],
|
|
67
|
-
"args": {},
|
|
68
|
-
"description": "Displays the current overall status.",
|
|
69
|
-
"examples": [
|
|
70
|
-
"<%= config.bin %> <%= command.id %>"
|
|
71
|
-
],
|
|
72
|
-
"flags": {},
|
|
73
|
-
"hasDynamicHelp": false,
|
|
74
|
-
"hiddenAliases": [],
|
|
75
|
-
"id": "status",
|
|
76
|
-
"pluginAlias": "shipthis",
|
|
77
|
-
"pluginName": "shipthis",
|
|
78
|
-
"pluginType": "core",
|
|
79
|
-
"strict": true,
|
|
80
|
-
"enableJsonFlag": false,
|
|
81
|
-
"isESM": true,
|
|
82
|
-
"relativePath": [
|
|
83
|
-
"dist",
|
|
84
|
-
"commands",
|
|
85
|
-
"status.js"
|
|
86
|
-
]
|
|
87
|
-
},
|
|
88
|
-
"apple:login": {
|
|
89
|
-
"aliases": [],
|
|
90
|
-
"args": {},
|
|
91
|
-
"description": "Authenticate with Apple - saves the session to the auth file",
|
|
92
|
-
"examples": [
|
|
93
|
-
"<%= config.bin %> <%= command.id %>",
|
|
94
|
-
"<%= config.bin %> <%= command.id %> --force --appleEmail me@email.nowhere"
|
|
95
|
-
],
|
|
96
|
-
"flags": {
|
|
97
|
-
"quiet": {
|
|
98
|
-
"char": "q",
|
|
99
|
-
"description": "Avoid output except for interactions and errors",
|
|
100
|
-
"name": "quiet",
|
|
101
|
-
"allowNo": false,
|
|
102
|
-
"type": "boolean"
|
|
103
|
-
},
|
|
104
|
-
"force": {
|
|
105
|
-
"char": "f",
|
|
106
|
-
"name": "force",
|
|
107
|
-
"allowNo": false,
|
|
108
|
-
"type": "boolean"
|
|
109
|
-
},
|
|
110
|
-
"appleEmail": {
|
|
111
|
-
"char": "e",
|
|
112
|
-
"description": "Your Apple Developer email address",
|
|
113
|
-
"name": "appleEmail",
|
|
114
|
-
"hasDynamicHelp": false,
|
|
115
|
-
"multiple": false,
|
|
116
|
-
"type": "option"
|
|
117
|
-
}
|
|
118
|
-
},
|
|
119
|
-
"hasDynamicHelp": false,
|
|
120
|
-
"hiddenAliases": [],
|
|
121
|
-
"id": "apple:login",
|
|
122
|
-
"pluginAlias": "shipthis",
|
|
123
|
-
"pluginName": "shipthis",
|
|
124
|
-
"pluginType": "core",
|
|
125
|
-
"strict": true,
|
|
126
|
-
"enableJsonFlag": false,
|
|
127
|
-
"isESM": true,
|
|
128
|
-
"relativePath": [
|
|
129
|
-
"dist",
|
|
130
|
-
"commands",
|
|
131
|
-
"apple",
|
|
132
|
-
"login.js"
|
|
133
|
-
]
|
|
134
|
-
},
|
|
135
|
-
"apple:status": {
|
|
136
|
-
"aliases": [],
|
|
137
|
-
"args": {},
|
|
138
|
-
"description": "Shows the status of the Apple authentication and integration.",
|
|
139
|
-
"examples": [
|
|
140
|
-
"<%= config.bin %> <%= command.id %>"
|
|
141
|
-
],
|
|
142
|
-
"flags": {},
|
|
143
|
-
"hasDynamicHelp": false,
|
|
144
|
-
"hiddenAliases": [],
|
|
145
|
-
"id": "apple:status",
|
|
146
|
-
"pluginAlias": "shipthis",
|
|
147
|
-
"pluginName": "shipthis",
|
|
148
|
-
"pluginType": "core",
|
|
149
|
-
"strict": true,
|
|
150
|
-
"enableJsonFlag": false,
|
|
151
|
-
"isESM": true,
|
|
152
|
-
"relativePath": [
|
|
153
|
-
"dist",
|
|
154
|
-
"commands",
|
|
155
|
-
"apple",
|
|
156
|
-
"status.js"
|
|
157
|
-
]
|
|
158
|
-
},
|
|
159
|
-
"game:create": {
|
|
160
|
-
"aliases": [],
|
|
161
|
-
"args": {},
|
|
162
|
-
"description": "Create a new game in ShipThis.",
|
|
163
|
-
"examples": [
|
|
164
|
-
"<%= config.bin %> <%= command.id %>"
|
|
165
|
-
],
|
|
166
|
-
"flags": {
|
|
167
|
-
"quiet": {
|
|
168
|
-
"char": "q",
|
|
169
|
-
"description": "Avoid output except for interactions and errors",
|
|
170
|
-
"name": "quiet",
|
|
171
|
-
"allowNo": false,
|
|
172
|
-
"type": "boolean"
|
|
173
|
-
},
|
|
174
|
-
"force": {
|
|
175
|
-
"char": "f",
|
|
176
|
-
"name": "force",
|
|
177
|
-
"allowNo": false,
|
|
178
|
-
"type": "boolean"
|
|
179
|
-
},
|
|
180
|
-
"name": {
|
|
181
|
-
"char": "n",
|
|
182
|
-
"description": "The name of the game",
|
|
183
|
-
"name": "name",
|
|
184
|
-
"hasDynamicHelp": false,
|
|
185
|
-
"multiple": false,
|
|
186
|
-
"type": "option"
|
|
187
|
-
},
|
|
188
|
-
"buildNumber": {
|
|
189
|
-
"char": "b",
|
|
190
|
-
"description": "Set the build number",
|
|
191
|
-
"name": "buildNumber",
|
|
192
|
-
"hasDynamicHelp": false,
|
|
193
|
-
"multiple": false,
|
|
194
|
-
"type": "option"
|
|
195
|
-
},
|
|
196
|
-
"semanticVersion": {
|
|
197
|
-
"char": "s",
|
|
198
|
-
"description": "Set the semantic version",
|
|
199
|
-
"name": "semanticVersion",
|
|
200
|
-
"hasDynamicHelp": false,
|
|
201
|
-
"multiple": false,
|
|
202
|
-
"type": "option"
|
|
203
|
-
},
|
|
204
|
-
"gameEngine": {
|
|
205
|
-
"char": "e",
|
|
206
|
-
"description": "Set the game engine",
|
|
207
|
-
"name": "gameEngine",
|
|
208
|
-
"hasDynamicHelp": false,
|
|
209
|
-
"multiple": false,
|
|
210
|
-
"type": "option"
|
|
211
|
-
},
|
|
212
|
-
"gameEngineVersion": {
|
|
213
|
-
"char": "v",
|
|
214
|
-
"description": "Set the game engine version",
|
|
215
|
-
"name": "gameEngineVersion",
|
|
216
|
-
"hasDynamicHelp": false,
|
|
217
|
-
"multiple": false,
|
|
218
|
-
"type": "option"
|
|
219
|
-
},
|
|
220
|
-
"iosBundleId": {
|
|
221
|
-
"char": "i",
|
|
222
|
-
"description": "Set the iOS bundle ID",
|
|
223
|
-
"name": "iosBundleId",
|
|
224
|
-
"hasDynamicHelp": false,
|
|
225
|
-
"multiple": false,
|
|
226
|
-
"type": "option"
|
|
227
|
-
},
|
|
228
|
-
"androidPackageName": {
|
|
229
|
-
"char": "a",
|
|
230
|
-
"description": "Set the Android package name",
|
|
231
|
-
"name": "androidPackageName",
|
|
232
|
-
"hasDynamicHelp": false,
|
|
233
|
-
"multiple": false,
|
|
234
|
-
"type": "option"
|
|
235
|
-
},
|
|
236
|
-
"gcpProjectId": {
|
|
237
|
-
"char": "g",
|
|
238
|
-
"description": "Set the GCP project ID",
|
|
239
|
-
"name": "gcpProjectId",
|
|
240
|
-
"hasDynamicHelp": false,
|
|
241
|
-
"multiple": false,
|
|
242
|
-
"type": "option"
|
|
243
|
-
},
|
|
244
|
-
"gcpServiceAccountId": {
|
|
245
|
-
"char": "c",
|
|
246
|
-
"description": "Set the GCP service account ID",
|
|
247
|
-
"name": "gcpServiceAccountId",
|
|
248
|
-
"hasDynamicHelp": false,
|
|
249
|
-
"multiple": false,
|
|
250
|
-
"type": "option"
|
|
251
|
-
}
|
|
252
|
-
},
|
|
253
|
-
"hasDynamicHelp": false,
|
|
254
|
-
"hiddenAliases": [],
|
|
255
|
-
"id": "game:create",
|
|
256
|
-
"pluginAlias": "shipthis",
|
|
257
|
-
"pluginName": "shipthis",
|
|
258
|
-
"pluginType": "core",
|
|
259
|
-
"strict": true,
|
|
260
|
-
"enableJsonFlag": false,
|
|
261
|
-
"isESM": true,
|
|
262
|
-
"relativePath": [
|
|
263
|
-
"dist",
|
|
264
|
-
"commands",
|
|
265
|
-
"game",
|
|
266
|
-
"create.js"
|
|
267
|
-
]
|
|
268
|
-
},
|
|
269
|
-
"game:details": {
|
|
270
|
-
"aliases": [],
|
|
271
|
-
"args": {},
|
|
272
|
-
"description": "Shows and sets the details of a game.",
|
|
273
|
-
"examples": [
|
|
274
|
-
"<%= config.bin %> <%= command.id %>",
|
|
275
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4",
|
|
276
|
-
"<%= config.bin %> <%= command.id %> --buildNumber 5 --semanticVersion 1.2.3",
|
|
277
|
-
"<%= config.bin %> <%= command.id %> --gameEngine godot --gameEngineVersion 4.2 --force"
|
|
278
|
-
],
|
|
279
|
-
"flags": {
|
|
280
|
-
"gameId": {
|
|
281
|
-
"char": "g",
|
|
282
|
-
"description": "The ID of the game",
|
|
283
|
-
"name": "gameId",
|
|
284
|
-
"hasDynamicHelp": false,
|
|
285
|
-
"multiple": false,
|
|
286
|
-
"type": "option"
|
|
287
|
-
},
|
|
288
|
-
"force": {
|
|
289
|
-
"char": "f",
|
|
290
|
-
"description": "Force the command to run",
|
|
291
|
-
"name": "force",
|
|
292
|
-
"allowNo": false,
|
|
293
|
-
"type": "boolean"
|
|
294
|
-
},
|
|
295
|
-
"name": {
|
|
296
|
-
"char": "n",
|
|
297
|
-
"description": "The name of the game",
|
|
298
|
-
"name": "name",
|
|
299
|
-
"hasDynamicHelp": false,
|
|
300
|
-
"multiple": false,
|
|
301
|
-
"type": "option"
|
|
302
|
-
},
|
|
303
|
-
"buildNumber": {
|
|
304
|
-
"char": "b",
|
|
305
|
-
"description": "Set the build number",
|
|
306
|
-
"name": "buildNumber",
|
|
307
|
-
"hasDynamicHelp": false,
|
|
308
|
-
"multiple": false,
|
|
309
|
-
"type": "option"
|
|
310
|
-
},
|
|
311
|
-
"semanticVersion": {
|
|
312
|
-
"char": "s",
|
|
313
|
-
"description": "Set the semantic version",
|
|
314
|
-
"name": "semanticVersion",
|
|
315
|
-
"hasDynamicHelp": false,
|
|
316
|
-
"multiple": false,
|
|
317
|
-
"type": "option"
|
|
318
|
-
},
|
|
319
|
-
"gameEngine": {
|
|
320
|
-
"char": "e",
|
|
321
|
-
"description": "Set the game engine",
|
|
322
|
-
"name": "gameEngine",
|
|
323
|
-
"hasDynamicHelp": false,
|
|
324
|
-
"multiple": false,
|
|
325
|
-
"type": "option"
|
|
326
|
-
},
|
|
327
|
-
"gameEngineVersion": {
|
|
328
|
-
"char": "v",
|
|
329
|
-
"description": "Set the game engine version",
|
|
330
|
-
"name": "gameEngineVersion",
|
|
331
|
-
"hasDynamicHelp": false,
|
|
332
|
-
"multiple": false,
|
|
333
|
-
"type": "option"
|
|
334
|
-
},
|
|
335
|
-
"iosBundleId": {
|
|
336
|
-
"char": "i",
|
|
337
|
-
"description": "Set the iOS bundle ID",
|
|
338
|
-
"name": "iosBundleId",
|
|
339
|
-
"hasDynamicHelp": false,
|
|
340
|
-
"multiple": false,
|
|
341
|
-
"type": "option"
|
|
342
|
-
},
|
|
343
|
-
"androidPackageName": {
|
|
344
|
-
"char": "a",
|
|
345
|
-
"description": "Set the Android package name",
|
|
346
|
-
"name": "androidPackageName",
|
|
347
|
-
"hasDynamicHelp": false,
|
|
348
|
-
"multiple": false,
|
|
349
|
-
"type": "option"
|
|
350
|
-
},
|
|
351
|
-
"gcpProjectId": {
|
|
352
|
-
"char": "g",
|
|
353
|
-
"description": "Set the GCP project ID",
|
|
354
|
-
"name": "gcpProjectId",
|
|
355
|
-
"hasDynamicHelp": false,
|
|
356
|
-
"multiple": false,
|
|
357
|
-
"type": "option"
|
|
358
|
-
},
|
|
359
|
-
"gcpServiceAccountId": {
|
|
360
|
-
"char": "c",
|
|
361
|
-
"description": "Set the GCP service account ID",
|
|
362
|
-
"name": "gcpServiceAccountId",
|
|
363
|
-
"hasDynamicHelp": false,
|
|
364
|
-
"multiple": false,
|
|
365
|
-
"type": "option"
|
|
366
|
-
}
|
|
367
|
-
},
|
|
368
|
-
"hasDynamicHelp": false,
|
|
369
|
-
"hiddenAliases": [],
|
|
370
|
-
"id": "game:details",
|
|
371
|
-
"pluginAlias": "shipthis",
|
|
372
|
-
"pluginName": "shipthis",
|
|
373
|
-
"pluginType": "core",
|
|
374
|
-
"strict": true,
|
|
375
|
-
"enableJsonFlag": false,
|
|
376
|
-
"isESM": true,
|
|
377
|
-
"relativePath": [
|
|
378
|
-
"dist",
|
|
379
|
-
"commands",
|
|
380
|
-
"game",
|
|
381
|
-
"details.js"
|
|
382
|
-
]
|
|
383
|
-
},
|
|
384
|
-
"game:export": {
|
|
385
|
-
"aliases": [],
|
|
386
|
-
"args": {
|
|
387
|
-
"game_id": {
|
|
388
|
-
"description": "The ID of the game to export (use \"list\" to get the ID)",
|
|
389
|
-
"name": "game_id",
|
|
390
|
-
"required": true
|
|
391
|
-
}
|
|
392
|
-
},
|
|
393
|
-
"description": "Downloads the shipthis.json file for a given game into the current directory.",
|
|
394
|
-
"examples": [
|
|
395
|
-
"<%= config.bin %> <%= command.id %> abcd1234",
|
|
396
|
-
"<%= config.bin %> <%= command.id %> abcd1234 --force"
|
|
397
|
-
],
|
|
398
|
-
"flags": {
|
|
399
|
-
"force": {
|
|
400
|
-
"char": "f",
|
|
401
|
-
"name": "force",
|
|
402
|
-
"allowNo": false,
|
|
403
|
-
"type": "boolean"
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
"hasDynamicHelp": false,
|
|
407
|
-
"hiddenAliases": [],
|
|
408
|
-
"id": "game:export",
|
|
409
|
-
"pluginAlias": "shipthis",
|
|
410
|
-
"pluginName": "shipthis",
|
|
411
|
-
"pluginType": "core",
|
|
412
|
-
"strict": true,
|
|
413
|
-
"enableJsonFlag": false,
|
|
414
|
-
"isESM": true,
|
|
415
|
-
"relativePath": [
|
|
416
|
-
"dist",
|
|
417
|
-
"commands",
|
|
418
|
-
"game",
|
|
419
|
-
"export.js"
|
|
420
|
-
]
|
|
421
|
-
},
|
|
422
|
-
"game:list": {
|
|
423
|
-
"aliases": [],
|
|
424
|
-
"args": {},
|
|
425
|
-
"description": "Shows a list of all your games.",
|
|
426
|
-
"examples": [
|
|
427
|
-
"<%= config.bin %> <%= command.id %>"
|
|
428
|
-
],
|
|
429
|
-
"flags": {
|
|
430
|
-
"pageNumber": {
|
|
431
|
-
"char": "p",
|
|
432
|
-
"description": "The page number to show (starts at 0)",
|
|
433
|
-
"name": "pageNumber",
|
|
434
|
-
"default": 0,
|
|
435
|
-
"hasDynamicHelp": false,
|
|
436
|
-
"multiple": false,
|
|
437
|
-
"type": "option"
|
|
438
|
-
},
|
|
439
|
-
"pageSize": {
|
|
440
|
-
"char": "s",
|
|
441
|
-
"description": "The number of items to show per page",
|
|
442
|
-
"name": "pageSize",
|
|
443
|
-
"default": 10,
|
|
444
|
-
"hasDynamicHelp": false,
|
|
445
|
-
"multiple": false,
|
|
446
|
-
"type": "option"
|
|
447
|
-
},
|
|
448
|
-
"orderBy": {
|
|
449
|
-
"char": "o",
|
|
450
|
-
"description": "The field to order by",
|
|
451
|
-
"name": "orderBy",
|
|
452
|
-
"default": "createdAt",
|
|
453
|
-
"hasDynamicHelp": false,
|
|
454
|
-
"multiple": false,
|
|
455
|
-
"options": [
|
|
456
|
-
"createdAt",
|
|
457
|
-
"updatedAt",
|
|
458
|
-
"name"
|
|
459
|
-
],
|
|
460
|
-
"type": "option"
|
|
461
|
-
},
|
|
462
|
-
"order": {
|
|
463
|
-
"char": "r",
|
|
464
|
-
"description": "The order to sort by",
|
|
465
|
-
"name": "order",
|
|
466
|
-
"default": "desc",
|
|
467
|
-
"hasDynamicHelp": false,
|
|
468
|
-
"multiple": false,
|
|
469
|
-
"options": [
|
|
470
|
-
"asc",
|
|
471
|
-
"desc"
|
|
472
|
-
],
|
|
473
|
-
"type": "option"
|
|
474
|
-
}
|
|
475
|
-
},
|
|
476
|
-
"hasDynamicHelp": false,
|
|
477
|
-
"hiddenAliases": [],
|
|
478
|
-
"id": "game:list",
|
|
479
|
-
"pluginAlias": "shipthis",
|
|
480
|
-
"pluginName": "shipthis",
|
|
481
|
-
"pluginType": "core",
|
|
482
|
-
"strict": true,
|
|
483
|
-
"enableJsonFlag": false,
|
|
484
|
-
"isESM": true,
|
|
485
|
-
"relativePath": [
|
|
486
|
-
"dist",
|
|
487
|
-
"commands",
|
|
488
|
-
"game",
|
|
489
|
-
"list.js"
|
|
490
|
-
]
|
|
491
|
-
},
|
|
492
|
-
"game:ship": {
|
|
493
|
-
"aliases": [],
|
|
494
|
-
"args": {},
|
|
495
|
-
"description": "Builds the app (for all platforms with valid credentials) and ships it to the stores.",
|
|
496
|
-
"examples": [
|
|
497
|
-
"<%= config.bin %> <%= command.id %>",
|
|
498
|
-
"<%= config.bin %> <%= command.id %> --platform ios",
|
|
499
|
-
"<%= config.bin %> <%= command.id %> --platform android --skipPublish",
|
|
500
|
-
"<%= config.bin %> <%= command.id %> --platform android --download output.aab"
|
|
501
|
-
],
|
|
502
|
-
"flags": {
|
|
503
|
-
"gameId": {
|
|
504
|
-
"char": "g",
|
|
505
|
-
"description": "The ID of the game",
|
|
506
|
-
"name": "gameId",
|
|
507
|
-
"hasDynamicHelp": false,
|
|
508
|
-
"multiple": false,
|
|
509
|
-
"type": "option"
|
|
510
|
-
},
|
|
511
|
-
"platform": {
|
|
512
|
-
"description": "The platform to ship the game to. This can be \"android\" or \"ios\"",
|
|
513
|
-
"name": "platform",
|
|
514
|
-
"required": false,
|
|
515
|
-
"hasDynamicHelp": false,
|
|
516
|
-
"multiple": false,
|
|
517
|
-
"options": [
|
|
518
|
-
"android",
|
|
519
|
-
"ios"
|
|
520
|
-
],
|
|
521
|
-
"type": "option"
|
|
522
|
-
},
|
|
523
|
-
"skipPublish": {
|
|
524
|
-
"description": "Skip the publish step",
|
|
525
|
-
"name": "skipPublish",
|
|
526
|
-
"required": false,
|
|
527
|
-
"allowNo": false,
|
|
528
|
-
"type": "boolean"
|
|
529
|
-
},
|
|
530
|
-
"download": {
|
|
531
|
-
"dependsOn": [
|
|
532
|
-
"platform"
|
|
533
|
-
],
|
|
534
|
-
"description": "Download the build artifact to the specified file",
|
|
535
|
-
"name": "download",
|
|
536
|
-
"required": false,
|
|
537
|
-
"hasDynamicHelp": false,
|
|
538
|
-
"multiple": false,
|
|
539
|
-
"type": "option"
|
|
540
|
-
},
|
|
541
|
-
"downloadAPK": {
|
|
542
|
-
"dependsOn": [
|
|
543
|
-
"platform"
|
|
544
|
-
],
|
|
545
|
-
"description": "Download the APK artifact (if available) to the specified file",
|
|
546
|
-
"name": "downloadAPK",
|
|
547
|
-
"required": false,
|
|
548
|
-
"hasDynamicHelp": false,
|
|
549
|
-
"multiple": false,
|
|
550
|
-
"type": "option"
|
|
551
|
-
}
|
|
552
|
-
},
|
|
553
|
-
"hasDynamicHelp": false,
|
|
554
|
-
"hiddenAliases": [],
|
|
555
|
-
"id": "game:ship",
|
|
556
|
-
"pluginAlias": "shipthis",
|
|
557
|
-
"pluginName": "shipthis",
|
|
558
|
-
"pluginType": "core",
|
|
559
|
-
"strict": true,
|
|
560
|
-
"enableJsonFlag": false,
|
|
561
|
-
"isESM": true,
|
|
562
|
-
"relativePath": [
|
|
563
|
-
"dist",
|
|
564
|
-
"commands",
|
|
565
|
-
"game",
|
|
566
|
-
"ship.js"
|
|
567
|
-
]
|
|
568
|
-
},
|
|
569
|
-
"game:status": {
|
|
570
|
-
"aliases": [],
|
|
571
|
-
"args": {},
|
|
572
|
-
"description": "Shows the status of the current game.",
|
|
573
|
-
"examples": [
|
|
574
|
-
"<%= config.bin %> <%= command.id %>",
|
|
575
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
|
|
576
|
-
],
|
|
577
|
-
"flags": {
|
|
578
|
-
"gameId": {
|
|
579
|
-
"char": "g",
|
|
580
|
-
"description": "The ID of the game",
|
|
581
|
-
"name": "gameId",
|
|
582
|
-
"hasDynamicHelp": false,
|
|
583
|
-
"multiple": false,
|
|
584
|
-
"type": "option"
|
|
585
|
-
}
|
|
586
|
-
},
|
|
587
|
-
"hasDynamicHelp": false,
|
|
588
|
-
"hiddenAliases": [],
|
|
589
|
-
"id": "game:status",
|
|
590
|
-
"pluginAlias": "shipthis",
|
|
591
|
-
"pluginName": "shipthis",
|
|
592
|
-
"pluginType": "core",
|
|
593
|
-
"strict": true,
|
|
594
|
-
"enableJsonFlag": false,
|
|
595
|
-
"isESM": true,
|
|
596
|
-
"relativePath": [
|
|
597
|
-
"dist",
|
|
598
|
-
"commands",
|
|
599
|
-
"game",
|
|
600
|
-
"status.js"
|
|
601
|
-
]
|
|
602
|
-
},
|
|
603
|
-
"game:wizard": {
|
|
604
|
-
"aliases": [],
|
|
605
|
-
"args": {
|
|
606
|
-
"platform": {
|
|
607
|
-
"description": "The platform to run the wizard for. This can be \"android\" or \"ios\"",
|
|
608
|
-
"name": "platform",
|
|
609
|
-
"options": [
|
|
610
|
-
"android",
|
|
611
|
-
"ios"
|
|
612
|
-
],
|
|
613
|
-
"required": true
|
|
614
|
-
}
|
|
615
|
-
},
|
|
616
|
-
"description": "Runs all the steps for the specific platform",
|
|
617
|
-
"examples": [
|
|
618
|
-
"<%= config.bin %> <%= command.id %> ios",
|
|
619
|
-
"<%= config.bin %> <%= command.id %> android"
|
|
620
|
-
],
|
|
621
|
-
"flags": {},
|
|
622
|
-
"hasDynamicHelp": false,
|
|
623
|
-
"hiddenAliases": [],
|
|
624
|
-
"id": "game:wizard",
|
|
625
|
-
"pluginAlias": "shipthis",
|
|
626
|
-
"pluginName": "shipthis",
|
|
627
|
-
"pluginType": "core",
|
|
628
|
-
"strict": true,
|
|
629
|
-
"enableJsonFlag": false,
|
|
630
|
-
"isESM": true,
|
|
631
|
-
"relativePath": [
|
|
632
|
-
"dist",
|
|
633
|
-
"commands",
|
|
634
|
-
"game",
|
|
635
|
-
"wizard.js"
|
|
636
|
-
]
|
|
637
|
-
},
|
|
638
|
-
"internal:fastlane": {
|
|
639
|
-
"aliases": [],
|
|
640
|
-
"args": {
|
|
641
|
-
"username": {
|
|
642
|
-
"description": "Your Apple email address",
|
|
643
|
-
"name": "username",
|
|
644
|
-
"required": true
|
|
645
|
-
},
|
|
646
|
-
"file": {
|
|
647
|
-
"description": "Path where the fastlane session will be written",
|
|
648
|
-
"name": "file",
|
|
649
|
-
"required": true
|
|
650
|
-
}
|
|
651
|
-
},
|
|
652
|
-
"description": "Output a fastlane session file which can be used with xcodes",
|
|
653
|
-
"examples": [
|
|
654
|
-
"<%= config.bin %> <%= command.id %>",
|
|
655
|
-
"<%= config.bin %> <%= command.id %> --force --username me@email.nowhere"
|
|
656
|
-
],
|
|
657
|
-
"flags": {
|
|
658
|
-
"force": {
|
|
659
|
-
"char": "f",
|
|
660
|
-
"name": "force",
|
|
661
|
-
"allowNo": false,
|
|
662
|
-
"type": "boolean"
|
|
663
|
-
}
|
|
664
|
-
},
|
|
665
|
-
"hasDynamicHelp": false,
|
|
666
|
-
"hiddenAliases": [],
|
|
667
|
-
"id": "internal:fastlane",
|
|
668
|
-
"pluginAlias": "shipthis",
|
|
669
|
-
"pluginName": "shipthis",
|
|
670
|
-
"pluginType": "core",
|
|
671
|
-
"strict": true,
|
|
672
|
-
"enableJsonFlag": false,
|
|
673
|
-
"isESM": true,
|
|
674
|
-
"relativePath": [
|
|
675
|
-
"dist",
|
|
676
|
-
"commands",
|
|
677
|
-
"internal",
|
|
678
|
-
"fastlane.js"
|
|
679
|
-
]
|
|
680
|
-
},
|
|
681
|
-
"internal:readme": {
|
|
682
|
-
"aliases": [],
|
|
683
|
-
"args": {
|
|
684
|
-
"outputDir": {
|
|
685
|
-
"description": "The directory where the readme files will be written",
|
|
686
|
-
"name": "outputDir",
|
|
687
|
-
"required": true
|
|
688
|
-
}
|
|
689
|
-
},
|
|
690
|
-
"description": "Generate the readme files for the commands",
|
|
691
|
-
"examples": [
|
|
692
|
-
"<%= config.bin %> <%= command.id %>"
|
|
693
|
-
],
|
|
694
|
-
"flags": {
|
|
695
|
-
"notDryRun": {
|
|
696
|
-
"char": "n",
|
|
697
|
-
"description": "Set to actually write the files (will not overwrite)",
|
|
698
|
-
"name": "notDryRun",
|
|
699
|
-
"allowNo": false,
|
|
700
|
-
"type": "boolean"
|
|
701
|
-
},
|
|
702
|
-
"overWrite": {
|
|
703
|
-
"char": "o",
|
|
704
|
-
"description": "Overwrite existing files",
|
|
705
|
-
"name": "overWrite",
|
|
706
|
-
"allowNo": false,
|
|
707
|
-
"type": "boolean"
|
|
708
|
-
},
|
|
709
|
-
"depth": {
|
|
710
|
-
"char": "d",
|
|
711
|
-
"description": "The depth of the topic tree to render as separate files",
|
|
712
|
-
"name": "depth",
|
|
713
|
-
"hasDynamicHelp": false,
|
|
714
|
-
"multiple": false,
|
|
715
|
-
"type": "option"
|
|
716
|
-
},
|
|
717
|
-
"only": {
|
|
718
|
-
"char": "l",
|
|
719
|
-
"description": "Glob pattern - will only write the files which match",
|
|
720
|
-
"name": "only",
|
|
721
|
-
"hasDynamicHelp": false,
|
|
722
|
-
"multiple": false,
|
|
723
|
-
"type": "option"
|
|
724
|
-
}
|
|
725
|
-
},
|
|
726
|
-
"hasDynamicHelp": false,
|
|
727
|
-
"hiddenAliases": [],
|
|
728
|
-
"id": "internal:readme",
|
|
729
|
-
"pluginAlias": "shipthis",
|
|
730
|
-
"pluginName": "shipthis",
|
|
731
|
-
"pluginType": "core",
|
|
732
|
-
"strict": true,
|
|
733
|
-
"enableJsonFlag": false,
|
|
734
|
-
"isESM": true,
|
|
735
|
-
"relativePath": [
|
|
736
|
-
"dist",
|
|
737
|
-
"commands",
|
|
738
|
-
"internal",
|
|
739
|
-
"readme.js"
|
|
740
|
-
]
|
|
741
|
-
},
|
|
742
|
-
"apple:apiKey:create": {
|
|
743
|
-
"aliases": [],
|
|
744
|
-
"args": {},
|
|
745
|
-
"description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
|
|
746
|
-
"examples": [
|
|
747
|
-
"<%= config.bin %> <%= command.id %>",
|
|
748
|
-
"<%= config.bin %> <%= command.id %> --force"
|
|
749
|
-
],
|
|
750
|
-
"flags": {
|
|
751
|
-
"force": {
|
|
752
|
-
"char": "f",
|
|
753
|
-
"name": "force",
|
|
754
|
-
"allowNo": false,
|
|
755
|
-
"type": "boolean"
|
|
756
|
-
},
|
|
757
|
-
"quiet": {
|
|
758
|
-
"char": "q",
|
|
759
|
-
"description": "Avoid output except for interactions and errors",
|
|
760
|
-
"name": "quiet",
|
|
761
|
-
"allowNo": false,
|
|
762
|
-
"type": "boolean"
|
|
763
|
-
}
|
|
764
|
-
},
|
|
765
|
-
"hasDynamicHelp": false,
|
|
766
|
-
"hiddenAliases": [],
|
|
767
|
-
"id": "apple:apiKey:create",
|
|
768
|
-
"pluginAlias": "shipthis",
|
|
769
|
-
"pluginName": "shipthis",
|
|
770
|
-
"pluginType": "core",
|
|
771
|
-
"strict": true,
|
|
772
|
-
"isESM": true,
|
|
773
|
-
"relativePath": [
|
|
774
|
-
"dist",
|
|
775
|
-
"commands",
|
|
776
|
-
"apple",
|
|
777
|
-
"apiKey",
|
|
778
|
-
"create.js"
|
|
779
|
-
]
|
|
780
|
-
},
|
|
781
|
-
"apple:apiKey:export": {
|
|
782
|
-
"aliases": [],
|
|
783
|
-
"args": {
|
|
784
|
-
"file": {
|
|
785
|
-
"description": "Name of the ZIP file to create",
|
|
786
|
-
"name": "file",
|
|
787
|
-
"required": true
|
|
788
|
-
}
|
|
789
|
-
},
|
|
790
|
-
"description": "Saves the current App Store Connect API Key to a ZIP file",
|
|
791
|
-
"examples": [
|
|
792
|
-
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
793
|
-
],
|
|
794
|
-
"flags": {
|
|
795
|
-
"force": {
|
|
796
|
-
"char": "f",
|
|
797
|
-
"description": "Overwrite the file if it already exists",
|
|
798
|
-
"name": "force",
|
|
799
|
-
"allowNo": false,
|
|
800
|
-
"type": "boolean"
|
|
801
|
-
}
|
|
802
|
-
},
|
|
803
|
-
"hasDynamicHelp": false,
|
|
804
|
-
"hiddenAliases": [],
|
|
805
|
-
"id": "apple:apiKey:export",
|
|
806
|
-
"pluginAlias": "shipthis",
|
|
807
|
-
"pluginName": "shipthis",
|
|
808
|
-
"pluginType": "core",
|
|
809
|
-
"strict": true,
|
|
810
|
-
"enableJsonFlag": false,
|
|
811
|
-
"isESM": true,
|
|
812
|
-
"relativePath": [
|
|
813
|
-
"dist",
|
|
814
|
-
"commands",
|
|
815
|
-
"apple",
|
|
816
|
-
"apiKey",
|
|
817
|
-
"export.js"
|
|
818
|
-
]
|
|
819
|
-
},
|
|
820
|
-
"apple:apiKey:import": {
|
|
821
|
-
"aliases": [],
|
|
822
|
-
"args": {
|
|
823
|
-
"file": {
|
|
824
|
-
"description": "Name of the ZIP file to import (must be in the same format as the export)",
|
|
825
|
-
"name": "file",
|
|
826
|
-
"required": true
|
|
827
|
-
}
|
|
828
|
-
},
|
|
829
|
-
"description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
|
|
830
|
-
"examples": [
|
|
831
|
-
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
832
|
-
],
|
|
833
|
-
"flags": {
|
|
834
|
-
"force": {
|
|
835
|
-
"char": "f",
|
|
836
|
-
"name": "force",
|
|
837
|
-
"allowNo": false,
|
|
838
|
-
"type": "boolean"
|
|
839
|
-
}
|
|
840
|
-
},
|
|
841
|
-
"hasDynamicHelp": false,
|
|
842
|
-
"hiddenAliases": [],
|
|
843
|
-
"id": "apple:apiKey:import",
|
|
844
|
-
"pluginAlias": "shipthis",
|
|
845
|
-
"pluginName": "shipthis",
|
|
846
|
-
"pluginType": "core",
|
|
847
|
-
"strict": true,
|
|
848
|
-
"enableJsonFlag": false,
|
|
849
|
-
"isESM": true,
|
|
850
|
-
"relativePath": [
|
|
851
|
-
"dist",
|
|
852
|
-
"commands",
|
|
853
|
-
"apple",
|
|
854
|
-
"apiKey",
|
|
855
|
-
"import.js"
|
|
856
|
-
]
|
|
857
|
-
},
|
|
858
|
-
"apple:apiKey:status": {
|
|
859
|
-
"aliases": [],
|
|
860
|
-
"args": {},
|
|
861
|
-
"description": "Displays the status of App Store Connect API Keys in your Apple and ShipThis accounts.\nThis API key is used to automatically publish your games to the App Store.",
|
|
862
|
-
"examples": [
|
|
863
|
-
"<%= config.bin %> <%= command.id %>",
|
|
864
|
-
"<%= config.bin %> <%= command.id %> --noAppleAuth"
|
|
865
|
-
],
|
|
866
|
-
"flags": {
|
|
867
|
-
"noAppleAuth": {
|
|
868
|
-
"char": "f",
|
|
869
|
-
"name": "noAppleAuth",
|
|
870
|
-
"allowNo": false,
|
|
871
|
-
"type": "boolean"
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
"hasDynamicHelp": false,
|
|
875
|
-
"hiddenAliases": [],
|
|
876
|
-
"id": "apple:apiKey:status",
|
|
877
|
-
"pluginAlias": "shipthis",
|
|
878
|
-
"pluginName": "shipthis",
|
|
879
|
-
"pluginType": "core",
|
|
880
|
-
"strict": true,
|
|
881
|
-
"enableJsonFlag": false,
|
|
882
|
-
"isESM": true,
|
|
883
|
-
"relativePath": [
|
|
884
|
-
"dist",
|
|
885
|
-
"commands",
|
|
886
|
-
"apple",
|
|
887
|
-
"apiKey",
|
|
888
|
-
"status.js"
|
|
889
|
-
]
|
|
890
|
-
},
|
|
891
|
-
"apple:certificate:create": {
|
|
892
|
-
"aliases": [],
|
|
893
|
-
"args": {},
|
|
894
|
-
"description": "Creates an iOS Distribution Certificate in your Apple Developer account.\nSaves the certificate with the private key to your ShipThis account",
|
|
895
|
-
"examples": [
|
|
896
|
-
"<%= config.bin %> <%= command.id %>",
|
|
897
|
-
"<%= config.bin %> <%= command.id %> --force"
|
|
898
|
-
],
|
|
899
|
-
"flags": {
|
|
900
|
-
"force": {
|
|
901
|
-
"char": "f",
|
|
902
|
-
"name": "force",
|
|
903
|
-
"allowNo": false,
|
|
904
|
-
"type": "boolean"
|
|
905
|
-
},
|
|
906
|
-
"quiet": {
|
|
907
|
-
"char": "q",
|
|
908
|
-
"description": "Avoid output except for interactions and errors",
|
|
909
|
-
"name": "quiet",
|
|
910
|
-
"allowNo": false,
|
|
911
|
-
"type": "boolean"
|
|
912
|
-
}
|
|
913
|
-
},
|
|
914
|
-
"hasDynamicHelp": false,
|
|
915
|
-
"hiddenAliases": [],
|
|
916
|
-
"id": "apple:certificate:create",
|
|
917
|
-
"pluginAlias": "shipthis",
|
|
918
|
-
"pluginName": "shipthis",
|
|
919
|
-
"pluginType": "core",
|
|
920
|
-
"strict": true,
|
|
921
|
-
"isESM": true,
|
|
922
|
-
"relativePath": [
|
|
923
|
-
"dist",
|
|
924
|
-
"commands",
|
|
925
|
-
"apple",
|
|
926
|
-
"certificate",
|
|
927
|
-
"create.js"
|
|
928
|
-
]
|
|
929
|
-
},
|
|
930
|
-
"apple:certificate:export": {
|
|
931
|
-
"aliases": [],
|
|
932
|
-
"args": {
|
|
933
|
-
"file": {
|
|
934
|
-
"description": "Name of the ZIP file to create",
|
|
935
|
-
"name": "file",
|
|
936
|
-
"required": true
|
|
937
|
-
}
|
|
938
|
-
},
|
|
939
|
-
"description": "Saves the current Apple Distribution Certificate to a ZIP file.",
|
|
940
|
-
"examples": [
|
|
941
|
-
"<%= config.bin %> <%= command.id %> userCert.zip"
|
|
942
|
-
],
|
|
943
|
-
"flags": {
|
|
944
|
-
"force": {
|
|
945
|
-
"char": "f",
|
|
946
|
-
"description": "Overwrite the file if it already exists",
|
|
947
|
-
"name": "force",
|
|
948
|
-
"allowNo": false,
|
|
949
|
-
"type": "boolean"
|
|
950
|
-
}
|
|
951
|
-
},
|
|
952
|
-
"hasDynamicHelp": false,
|
|
953
|
-
"hiddenAliases": [],
|
|
954
|
-
"id": "apple:certificate:export",
|
|
955
|
-
"pluginAlias": "shipthis",
|
|
956
|
-
"pluginName": "shipthis",
|
|
957
|
-
"pluginType": "core",
|
|
958
|
-
"strict": true,
|
|
959
|
-
"enableJsonFlag": false,
|
|
960
|
-
"isESM": true,
|
|
961
|
-
"relativePath": [
|
|
962
|
-
"dist",
|
|
963
|
-
"commands",
|
|
964
|
-
"apple",
|
|
965
|
-
"certificate",
|
|
966
|
-
"export.js"
|
|
967
|
-
]
|
|
968
|
-
},
|
|
969
|
-
"apple:certificate:import": {
|
|
970
|
-
"aliases": [],
|
|
971
|
-
"args": {
|
|
972
|
-
"file": {
|
|
973
|
-
"description": "Name of the ZIP file to import (must be in the same format as the export)",
|
|
974
|
-
"name": "file",
|
|
975
|
-
"required": true
|
|
976
|
-
}
|
|
977
|
-
},
|
|
978
|
-
"description": "Imports an iOS Distribution Certificate to your ShipThis account",
|
|
979
|
-
"examples": [
|
|
980
|
-
"<%= config.bin %> <%= command.id %> userCert.zip"
|
|
981
|
-
],
|
|
982
|
-
"flags": {
|
|
983
|
-
"force": {
|
|
984
|
-
"char": "f",
|
|
985
|
-
"name": "force",
|
|
986
|
-
"allowNo": false,
|
|
987
|
-
"type": "boolean"
|
|
988
|
-
}
|
|
989
|
-
},
|
|
990
|
-
"hasDynamicHelp": false,
|
|
991
|
-
"hiddenAliases": [],
|
|
992
|
-
"id": "apple:certificate:import",
|
|
993
|
-
"pluginAlias": "shipthis",
|
|
994
|
-
"pluginName": "shipthis",
|
|
995
|
-
"pluginType": "core",
|
|
996
|
-
"strict": true,
|
|
997
|
-
"enableJsonFlag": false,
|
|
998
|
-
"isESM": true,
|
|
999
|
-
"relativePath": [
|
|
1000
|
-
"dist",
|
|
1001
|
-
"commands",
|
|
1002
|
-
"apple",
|
|
1003
|
-
"certificate",
|
|
1004
|
-
"import.js"
|
|
1005
|
-
]
|
|
1006
|
-
},
|
|
1007
|
-
"apple:certificate:status": {
|
|
1008
|
-
"aliases": [],
|
|
1009
|
-
"args": {},
|
|
1010
|
-
"description": "Displays the status of the iOS Distribution certificates in your Apple and ShipThis accounts.\nThese are used to sign all of your iOS apps.",
|
|
1011
|
-
"examples": [
|
|
1012
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1013
|
-
"<%= config.bin %> <%= command.id %> --noAppleAuth"
|
|
1014
|
-
],
|
|
1015
|
-
"flags": {
|
|
1016
|
-
"noAppleAuth": {
|
|
1017
|
-
"char": "f",
|
|
1018
|
-
"name": "noAppleAuth",
|
|
1019
|
-
"allowNo": false,
|
|
1020
|
-
"type": "boolean"
|
|
1021
|
-
}
|
|
1022
|
-
},
|
|
1023
|
-
"hasDynamicHelp": false,
|
|
1024
|
-
"hiddenAliases": [],
|
|
1025
|
-
"id": "apple:certificate:status",
|
|
1026
|
-
"pluginAlias": "shipthis",
|
|
1027
|
-
"pluginName": "shipthis",
|
|
1028
|
-
"pluginType": "core",
|
|
1029
|
-
"strict": true,
|
|
1030
|
-
"enableJsonFlag": false,
|
|
1031
|
-
"isESM": true,
|
|
1032
|
-
"relativePath": [
|
|
1033
|
-
"dist",
|
|
1034
|
-
"commands",
|
|
1035
|
-
"apple",
|
|
1036
|
-
"certificate",
|
|
1037
|
-
"status.js"
|
|
1038
|
-
]
|
|
1039
|
-
},
|
|
1040
|
-
"game:android:status": {
|
|
1041
|
-
"aliases": [],
|
|
1042
|
-
"args": {},
|
|
1043
|
-
"description": "Shows the status of the setup for the Android platform for a specific game.",
|
|
1044
|
-
"examples": [
|
|
1045
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1046
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
|
|
1047
|
-
],
|
|
1048
|
-
"flags": {
|
|
1049
|
-
"gameId": {
|
|
1050
|
-
"char": "g",
|
|
1051
|
-
"description": "The ID of the game",
|
|
1052
|
-
"name": "gameId",
|
|
1053
|
-
"hasDynamicHelp": false,
|
|
1054
|
-
"multiple": false,
|
|
1055
|
-
"type": "option"
|
|
1056
|
-
}
|
|
1057
|
-
},
|
|
1058
|
-
"hasDynamicHelp": false,
|
|
1059
|
-
"hiddenAliases": [],
|
|
1060
|
-
"id": "game:android:status",
|
|
1061
|
-
"pluginAlias": "shipthis",
|
|
1062
|
-
"pluginName": "shipthis",
|
|
1063
|
-
"pluginType": "core",
|
|
1064
|
-
"strict": true,
|
|
1065
|
-
"enableJsonFlag": false,
|
|
1066
|
-
"isESM": true,
|
|
1067
|
-
"relativePath": [
|
|
1068
|
-
"dist",
|
|
1069
|
-
"commands",
|
|
1070
|
-
"game",
|
|
1071
|
-
"android",
|
|
1072
|
-
"status.js"
|
|
1073
|
-
]
|
|
1074
|
-
},
|
|
1075
|
-
"game:build:download": {
|
|
1076
|
-
"aliases": [],
|
|
1077
|
-
"args": {
|
|
1078
|
-
"build_id": {
|
|
1079
|
-
"description": "The ID of the build to download",
|
|
1080
|
-
"name": "build_id",
|
|
1081
|
-
"required": true
|
|
1082
|
-
},
|
|
1083
|
-
"file": {
|
|
1084
|
-
"description": "Name of the file to output",
|
|
1085
|
-
"name": "file",
|
|
1086
|
-
"required": true
|
|
1087
|
-
}
|
|
1088
|
-
},
|
|
1089
|
-
"description": "Downloads the given build artifact to the specified file",
|
|
1090
|
-
"examples": [
|
|
1091
|
-
"<%= config.bin %> <%= command.id %> 7a3f5c92 output.ipa",
|
|
1092
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4 e4b9a3d7 output.apk"
|
|
1093
|
-
],
|
|
1094
|
-
"flags": {
|
|
1095
|
-
"gameId": {
|
|
1096
|
-
"char": "g",
|
|
1097
|
-
"description": "The ID of the game",
|
|
1098
|
-
"name": "gameId",
|
|
1099
|
-
"hasDynamicHelp": false,
|
|
1100
|
-
"multiple": false,
|
|
1101
|
-
"type": "option"
|
|
1102
|
-
},
|
|
1103
|
-
"force": {
|
|
1104
|
-
"char": "f",
|
|
1105
|
-
"description": "Overwrite the file if it already exists",
|
|
1106
|
-
"name": "force",
|
|
1107
|
-
"allowNo": false,
|
|
1108
|
-
"type": "boolean"
|
|
1109
|
-
}
|
|
1110
|
-
},
|
|
1111
|
-
"hasDynamicHelp": false,
|
|
1112
|
-
"hiddenAliases": [],
|
|
1113
|
-
"id": "game:build:download",
|
|
1114
|
-
"pluginAlias": "shipthis",
|
|
1115
|
-
"pluginName": "shipthis",
|
|
1116
|
-
"pluginType": "core",
|
|
1117
|
-
"strict": true,
|
|
1118
|
-
"enableJsonFlag": false,
|
|
1119
|
-
"isESM": true,
|
|
1120
|
-
"relativePath": [
|
|
1121
|
-
"dist",
|
|
1122
|
-
"commands",
|
|
1123
|
-
"game",
|
|
1124
|
-
"build",
|
|
1125
|
-
"download.js"
|
|
1126
|
-
]
|
|
1127
|
-
},
|
|
1128
|
-
"game:build:list": {
|
|
1129
|
-
"aliases": [],
|
|
1130
|
-
"args": {},
|
|
1131
|
-
"description": "Lists the builds for successful jobs of a game.",
|
|
1132
|
-
"examples": [
|
|
1133
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1134
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4",
|
|
1135
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4 --pageSize 20 --pageNumber 1"
|
|
1136
|
-
],
|
|
1137
|
-
"flags": {
|
|
1138
|
-
"gameId": {
|
|
1139
|
-
"char": "g",
|
|
1140
|
-
"description": "The ID of the game",
|
|
1141
|
-
"name": "gameId",
|
|
1142
|
-
"hasDynamicHelp": false,
|
|
1143
|
-
"multiple": false,
|
|
1144
|
-
"type": "option"
|
|
1145
|
-
},
|
|
1146
|
-
"pageNumber": {
|
|
1147
|
-
"char": "p",
|
|
1148
|
-
"description": "The page number to show (starts at 0)",
|
|
1149
|
-
"name": "pageNumber",
|
|
1150
|
-
"default": 0,
|
|
1151
|
-
"hasDynamicHelp": false,
|
|
1152
|
-
"multiple": false,
|
|
1153
|
-
"type": "option"
|
|
1154
|
-
},
|
|
1155
|
-
"pageSize": {
|
|
1156
|
-
"char": "s",
|
|
1157
|
-
"description": "The number of items to show per page",
|
|
1158
|
-
"name": "pageSize",
|
|
1159
|
-
"default": 10,
|
|
1160
|
-
"hasDynamicHelp": false,
|
|
1161
|
-
"multiple": false,
|
|
1162
|
-
"type": "option"
|
|
1163
|
-
},
|
|
1164
|
-
"orderBy": {
|
|
1165
|
-
"char": "o",
|
|
1166
|
-
"description": "The field to order by",
|
|
1167
|
-
"name": "orderBy",
|
|
1168
|
-
"default": "createdAt",
|
|
1169
|
-
"hasDynamicHelp": false,
|
|
1170
|
-
"multiple": false,
|
|
1171
|
-
"options": [
|
|
1172
|
-
"createdAt",
|
|
1173
|
-
"updatedAt"
|
|
1174
|
-
],
|
|
1175
|
-
"type": "option"
|
|
1176
|
-
},
|
|
1177
|
-
"order": {
|
|
1178
|
-
"char": "r",
|
|
1179
|
-
"description": "The order to sort by",
|
|
1180
|
-
"name": "order",
|
|
1181
|
-
"default": "desc",
|
|
1182
|
-
"hasDynamicHelp": false,
|
|
1183
|
-
"multiple": false,
|
|
1184
|
-
"options": [
|
|
1185
|
-
"asc",
|
|
1186
|
-
"desc"
|
|
1187
|
-
],
|
|
1188
|
-
"type": "option"
|
|
1189
|
-
}
|
|
1190
|
-
},
|
|
1191
|
-
"hasDynamicHelp": false,
|
|
1192
|
-
"hiddenAliases": [],
|
|
1193
|
-
"id": "game:build:list",
|
|
1194
|
-
"pluginAlias": "shipthis",
|
|
1195
|
-
"pluginName": "shipthis",
|
|
1196
|
-
"pluginType": "core",
|
|
1197
|
-
"strict": true,
|
|
1198
|
-
"enableJsonFlag": false,
|
|
1199
|
-
"isESM": true,
|
|
1200
|
-
"relativePath": [
|
|
1201
|
-
"dist",
|
|
1202
|
-
"commands",
|
|
1203
|
-
"game",
|
|
1204
|
-
"build",
|
|
1205
|
-
"list.js"
|
|
1206
|
-
]
|
|
1207
|
-
},
|
|
1208
|
-
"game:ios:status": {
|
|
1209
|
-
"aliases": [],
|
|
1210
|
-
"args": {},
|
|
1211
|
-
"description": "Shows the Game iOS Platform status. If --gameId is not provided it will look in the current directory.",
|
|
1212
|
-
"examples": [
|
|
1213
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1214
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
|
|
1215
|
-
],
|
|
1216
|
-
"flags": {
|
|
1217
|
-
"gameId": {
|
|
1218
|
-
"char": "g",
|
|
1219
|
-
"description": "The ID of the game",
|
|
1220
|
-
"name": "gameId",
|
|
1221
|
-
"hasDynamicHelp": false,
|
|
1222
|
-
"multiple": false,
|
|
1223
|
-
"type": "option"
|
|
1224
|
-
}
|
|
1225
|
-
},
|
|
1226
|
-
"hasDynamicHelp": false,
|
|
1227
|
-
"hiddenAliases": [],
|
|
1228
|
-
"id": "game:ios:status",
|
|
1229
|
-
"pluginAlias": "shipthis",
|
|
1230
|
-
"pluginName": "shipthis",
|
|
1231
|
-
"pluginType": "core",
|
|
1232
|
-
"strict": true,
|
|
1233
|
-
"enableJsonFlag": false,
|
|
1234
|
-
"isESM": true,
|
|
1235
|
-
"relativePath": [
|
|
1236
|
-
"dist",
|
|
1237
|
-
"commands",
|
|
1238
|
-
"game",
|
|
1239
|
-
"ios",
|
|
1240
|
-
"status.js"
|
|
1241
|
-
]
|
|
1242
|
-
},
|
|
1243
|
-
"game:ios:wizard": {
|
|
1244
|
-
"aliases": [],
|
|
1245
|
-
"args": {},
|
|
1246
|
-
"description": "Runs all the steps for iOS",
|
|
1247
|
-
"examples": [
|
|
1248
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1249
|
-
],
|
|
1250
|
-
"flags": {
|
|
1251
|
-
"forceStep": {
|
|
1252
|
-
"char": "f",
|
|
1253
|
-
"description": "Force a specific step to run.",
|
|
1254
|
-
"name": "forceStep",
|
|
1255
|
-
"hasDynamicHelp": false,
|
|
1256
|
-
"multiple": false,
|
|
1257
|
-
"type": "option"
|
|
1258
|
-
}
|
|
1259
|
-
},
|
|
1260
|
-
"hasDynamicHelp": false,
|
|
1261
|
-
"hiddenAliases": [],
|
|
1262
|
-
"id": "game:ios:wizard",
|
|
1263
|
-
"pluginAlias": "shipthis",
|
|
1264
|
-
"pluginName": "shipthis",
|
|
1265
|
-
"pluginType": "core",
|
|
1266
|
-
"strict": true,
|
|
1267
|
-
"enableJsonFlag": false,
|
|
1268
|
-
"isESM": true,
|
|
1269
|
-
"relativePath": [
|
|
1270
|
-
"dist",
|
|
1271
|
-
"commands",
|
|
1272
|
-
"game",
|
|
1273
|
-
"ios",
|
|
1274
|
-
"wizard.js"
|
|
1275
|
-
]
|
|
1276
|
-
},
|
|
1277
|
-
"game:job:list": {
|
|
1278
|
-
"aliases": [],
|
|
1279
|
-
"args": {},
|
|
1280
|
-
"description": "Lists the jobs for a game.",
|
|
1281
|
-
"examples": [
|
|
1282
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1283
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
|
|
1284
|
-
],
|
|
1285
|
-
"flags": {
|
|
1286
|
-
"gameId": {
|
|
1287
|
-
"char": "g",
|
|
1288
|
-
"description": "The ID of the game",
|
|
1289
|
-
"name": "gameId",
|
|
1290
|
-
"hasDynamicHelp": false,
|
|
1291
|
-
"multiple": false,
|
|
1292
|
-
"type": "option"
|
|
1293
|
-
},
|
|
1294
|
-
"pageNumber": {
|
|
1295
|
-
"char": "p",
|
|
1296
|
-
"description": "The page number to show (starts at 0)",
|
|
1297
|
-
"name": "pageNumber",
|
|
1298
|
-
"default": 0,
|
|
1299
|
-
"hasDynamicHelp": false,
|
|
1300
|
-
"multiple": false,
|
|
1301
|
-
"type": "option"
|
|
1302
|
-
},
|
|
1303
|
-
"pageSize": {
|
|
1304
|
-
"char": "s",
|
|
1305
|
-
"description": "The number of items to show per page",
|
|
1306
|
-
"name": "pageSize",
|
|
1307
|
-
"default": 10,
|
|
1308
|
-
"hasDynamicHelp": false,
|
|
1309
|
-
"multiple": false,
|
|
1310
|
-
"type": "option"
|
|
1311
|
-
},
|
|
1312
|
-
"orderBy": {
|
|
1313
|
-
"char": "o",
|
|
1314
|
-
"description": "The field to order by",
|
|
1315
|
-
"name": "orderBy",
|
|
1316
|
-
"default": "createdAt",
|
|
1317
|
-
"hasDynamicHelp": false,
|
|
1318
|
-
"multiple": false,
|
|
1319
|
-
"options": [
|
|
1320
|
-
"createdAt",
|
|
1321
|
-
"updatedAt"
|
|
1322
|
-
],
|
|
1323
|
-
"type": "option"
|
|
1324
|
-
},
|
|
1325
|
-
"order": {
|
|
1326
|
-
"char": "r",
|
|
1327
|
-
"description": "The order to sort by",
|
|
1328
|
-
"name": "order",
|
|
1329
|
-
"default": "desc",
|
|
1330
|
-
"hasDynamicHelp": false,
|
|
1331
|
-
"multiple": false,
|
|
1332
|
-
"options": [
|
|
1333
|
-
"asc",
|
|
1334
|
-
"desc"
|
|
1335
|
-
],
|
|
1336
|
-
"type": "option"
|
|
1337
|
-
}
|
|
1338
|
-
},
|
|
1339
|
-
"hasDynamicHelp": false,
|
|
1340
|
-
"hiddenAliases": [],
|
|
1341
|
-
"id": "game:job:list",
|
|
1342
|
-
"pluginAlias": "shipthis",
|
|
1343
|
-
"pluginName": "shipthis",
|
|
1344
|
-
"pluginType": "core",
|
|
1345
|
-
"strict": true,
|
|
1346
|
-
"enableJsonFlag": false,
|
|
1347
|
-
"isESM": true,
|
|
1348
|
-
"relativePath": [
|
|
1349
|
-
"dist",
|
|
1350
|
-
"commands",
|
|
1351
|
-
"game",
|
|
1352
|
-
"job",
|
|
1353
|
-
"list.js"
|
|
1354
|
-
]
|
|
1355
|
-
},
|
|
1356
|
-
"game:job:status": {
|
|
1357
|
-
"aliases": [],
|
|
1358
|
-
"args": {
|
|
1359
|
-
"job_id": {
|
|
1360
|
-
"description": "The id of the job to get the status of",
|
|
1361
|
-
"name": "job_id",
|
|
1362
|
-
"required": true
|
|
1363
|
-
}
|
|
1364
|
-
},
|
|
1365
|
-
"description": "Shows the real-time status of a job.",
|
|
1366
|
-
"examples": [
|
|
1367
|
-
"<%= config.bin %> <%= command.id %> 4d32239e",
|
|
1368
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4 4d32239e",
|
|
1369
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4 --lines 20 --follow 4d32239e"
|
|
1370
|
-
],
|
|
1371
|
-
"flags": {
|
|
1372
|
-
"gameId": {
|
|
1373
|
-
"char": "g",
|
|
1374
|
-
"description": "The ID of the game",
|
|
1375
|
-
"name": "gameId",
|
|
1376
|
-
"hasDynamicHelp": false,
|
|
1377
|
-
"multiple": false,
|
|
1378
|
-
"type": "option"
|
|
1379
|
-
},
|
|
1380
|
-
"lines": {
|
|
1381
|
-
"char": "n",
|
|
1382
|
-
"description": "The number of lines to show",
|
|
1383
|
-
"name": "lines",
|
|
1384
|
-
"default": 10,
|
|
1385
|
-
"hasDynamicHelp": false,
|
|
1386
|
-
"multiple": false,
|
|
1387
|
-
"type": "option"
|
|
1388
|
-
},
|
|
1389
|
-
"follow": {
|
|
1390
|
-
"char": "f",
|
|
1391
|
-
"description": "Follow the log in real-time",
|
|
1392
|
-
"name": "follow",
|
|
1393
|
-
"allowNo": false,
|
|
1394
|
-
"type": "boolean"
|
|
1395
|
-
}
|
|
1396
|
-
},
|
|
1397
|
-
"hasDynamicHelp": false,
|
|
1398
|
-
"hiddenAliases": [],
|
|
1399
|
-
"id": "game:job:status",
|
|
1400
|
-
"pluginAlias": "shipthis",
|
|
1401
|
-
"pluginName": "shipthis",
|
|
1402
|
-
"pluginType": "core",
|
|
1403
|
-
"strict": true,
|
|
1404
|
-
"enableJsonFlag": false,
|
|
1405
|
-
"isESM": true,
|
|
1406
|
-
"relativePath": [
|
|
1407
|
-
"dist",
|
|
1408
|
-
"commands",
|
|
1409
|
-
"game",
|
|
1410
|
-
"job",
|
|
1411
|
-
"status.js"
|
|
1412
|
-
]
|
|
1413
|
-
},
|
|
1414
|
-
"game:android:apiKey:connect": {
|
|
1415
|
-
"aliases": [],
|
|
1416
|
-
"args": {},
|
|
1417
|
-
"description": "Connects ShipThis with Google for managing Service Account API Keys for an Android game",
|
|
1418
|
-
"examples": [
|
|
1419
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1420
|
-
"<%= config.bin %> <%= command.id %> --force",
|
|
1421
|
-
"<%= config.bin %> <%= command.id %> --disconnect"
|
|
1422
|
-
],
|
|
1423
|
-
"flags": {
|
|
1424
|
-
"gameId": {
|
|
1425
|
-
"char": "g",
|
|
1426
|
-
"description": "The ID of the game",
|
|
1427
|
-
"name": "gameId",
|
|
1428
|
-
"hasDynamicHelp": false,
|
|
1429
|
-
"multiple": false,
|
|
1430
|
-
"type": "option"
|
|
1431
|
-
},
|
|
1432
|
-
"force": {
|
|
1433
|
-
"char": "f",
|
|
1434
|
-
"name": "force",
|
|
1435
|
-
"allowNo": false,
|
|
1436
|
-
"type": "boolean"
|
|
1437
|
-
},
|
|
1438
|
-
"disconnect": {
|
|
1439
|
-
"char": "d",
|
|
1440
|
-
"name": "disconnect",
|
|
1441
|
-
"allowNo": false,
|
|
1442
|
-
"type": "boolean"
|
|
1443
|
-
}
|
|
1444
|
-
},
|
|
1445
|
-
"hasDynamicHelp": false,
|
|
1446
|
-
"hiddenAliases": [],
|
|
1447
|
-
"id": "game:android:apiKey:connect",
|
|
1448
|
-
"pluginAlias": "shipthis",
|
|
1449
|
-
"pluginName": "shipthis",
|
|
1450
|
-
"pluginType": "core",
|
|
1451
|
-
"strict": true,
|
|
1452
|
-
"isESM": true,
|
|
1453
|
-
"relativePath": [
|
|
1454
|
-
"dist",
|
|
1455
|
-
"commands",
|
|
1456
|
-
"game",
|
|
1457
|
-
"android",
|
|
1458
|
-
"apiKey",
|
|
1459
|
-
"connect.js"
|
|
1460
|
-
]
|
|
1461
|
-
},
|
|
1462
|
-
"game:android:apiKey:create": {
|
|
1463
|
-
"aliases": [],
|
|
1464
|
-
"args": {},
|
|
1465
|
-
"description": "Creates a new Android Service Account API Key for a game",
|
|
1466
|
-
"examples": [
|
|
1467
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1468
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
|
|
1469
|
-
],
|
|
1470
|
-
"flags": {
|
|
1471
|
-
"gameId": {
|
|
1472
|
-
"char": "g",
|
|
1473
|
-
"description": "The ID of the game",
|
|
1474
|
-
"name": "gameId",
|
|
1475
|
-
"hasDynamicHelp": false,
|
|
1476
|
-
"multiple": false,
|
|
1477
|
-
"type": "option"
|
|
1478
|
-
},
|
|
1479
|
-
"waitForAuth": {
|
|
1480
|
-
"char": "w",
|
|
1481
|
-
"description": "Wait for Google Authentication (10 mins).",
|
|
1482
|
-
"name": "waitForAuth",
|
|
1483
|
-
"allowNo": false,
|
|
1484
|
-
"type": "boolean"
|
|
1485
|
-
},
|
|
1486
|
-
"force": {
|
|
1487
|
-
"char": "f",
|
|
1488
|
-
"name": "force",
|
|
1489
|
-
"allowNo": false,
|
|
1490
|
-
"type": "boolean"
|
|
1491
|
-
}
|
|
1492
|
-
},
|
|
1493
|
-
"hasDynamicHelp": false,
|
|
1494
|
-
"hiddenAliases": [],
|
|
1495
|
-
"id": "game:android:apiKey:create",
|
|
1496
|
-
"pluginAlias": "shipthis",
|
|
1497
|
-
"pluginName": "shipthis",
|
|
1498
|
-
"pluginType": "core",
|
|
1499
|
-
"strict": true,
|
|
1500
|
-
"isESM": true,
|
|
1501
|
-
"relativePath": [
|
|
1502
|
-
"dist",
|
|
1503
|
-
"commands",
|
|
1504
|
-
"game",
|
|
1505
|
-
"android",
|
|
1506
|
-
"apiKey",
|
|
1507
|
-
"create.js"
|
|
1508
|
-
]
|
|
1509
|
-
},
|
|
1510
|
-
"game:android:apiKey:export": {
|
|
1511
|
-
"aliases": [],
|
|
1512
|
-
"args": {
|
|
1513
|
-
"file": {
|
|
1514
|
-
"description": "Name of the ZIP file to create",
|
|
1515
|
-
"name": "file",
|
|
1516
|
-
"required": true
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
"description": "Saves the current Android Service Account API Key to a ZIP file",
|
|
1520
|
-
"examples": [
|
|
1521
|
-
"<%= config.bin %> <%= command.id %> keyStore.zip"
|
|
1522
|
-
],
|
|
1523
|
-
"flags": {
|
|
1524
|
-
"gameId": {
|
|
1525
|
-
"char": "g",
|
|
1526
|
-
"description": "The ID of the game",
|
|
1527
|
-
"name": "gameId",
|
|
1528
|
-
"hasDynamicHelp": false,
|
|
1529
|
-
"multiple": false,
|
|
1530
|
-
"type": "option"
|
|
1531
|
-
},
|
|
1532
|
-
"force": {
|
|
1533
|
-
"char": "f",
|
|
1534
|
-
"description": "Overwrite the file if it already exists",
|
|
1535
|
-
"name": "force",
|
|
1536
|
-
"allowNo": false,
|
|
1537
|
-
"type": "boolean"
|
|
1538
|
-
}
|
|
1539
|
-
},
|
|
1540
|
-
"hasDynamicHelp": false,
|
|
1541
|
-
"hiddenAliases": [],
|
|
1542
|
-
"id": "game:android:apiKey:export",
|
|
1543
|
-
"pluginAlias": "shipthis",
|
|
1544
|
-
"pluginName": "shipthis",
|
|
1545
|
-
"pluginType": "core",
|
|
1546
|
-
"strict": true,
|
|
1547
|
-
"isESM": true,
|
|
1548
|
-
"relativePath": [
|
|
1549
|
-
"dist",
|
|
1550
|
-
"commands",
|
|
1551
|
-
"game",
|
|
1552
|
-
"android",
|
|
1553
|
-
"apiKey",
|
|
1554
|
-
"export.js"
|
|
1555
|
-
]
|
|
1556
|
-
},
|
|
1557
|
-
"game:android:apiKey:import": {
|
|
1558
|
-
"aliases": [],
|
|
1559
|
-
"args": {
|
|
1560
|
-
"file": {
|
|
1561
|
-
"description": "Name of the ZIP file to import (must be in the same format as the export)",
|
|
1562
|
-
"name": "file",
|
|
1563
|
-
"required": true
|
|
1564
|
-
}
|
|
1565
|
-
},
|
|
1566
|
-
"description": "Imports an Android Service Account API Key to your ShipThis account for the specified game.",
|
|
1567
|
-
"examples": [
|
|
1568
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1569
|
-
],
|
|
1570
|
-
"flags": {
|
|
1571
|
-
"gameId": {
|
|
1572
|
-
"char": "g",
|
|
1573
|
-
"description": "The ID of the game",
|
|
1574
|
-
"name": "gameId",
|
|
1575
|
-
"hasDynamicHelp": false,
|
|
1576
|
-
"multiple": false,
|
|
1577
|
-
"type": "option"
|
|
1578
|
-
},
|
|
1579
|
-
"force": {
|
|
1580
|
-
"char": "f",
|
|
1581
|
-
"name": "force",
|
|
1582
|
-
"allowNo": false,
|
|
1583
|
-
"type": "boolean"
|
|
1584
|
-
}
|
|
1585
|
-
},
|
|
1586
|
-
"hasDynamicHelp": false,
|
|
1587
|
-
"hiddenAliases": [],
|
|
1588
|
-
"id": "game:android:apiKey:import",
|
|
1589
|
-
"pluginAlias": "shipthis",
|
|
1590
|
-
"pluginName": "shipthis",
|
|
1591
|
-
"pluginType": "core",
|
|
1592
|
-
"strict": true,
|
|
1593
|
-
"isESM": true,
|
|
1594
|
-
"relativePath": [
|
|
1595
|
-
"dist",
|
|
1596
|
-
"commands",
|
|
1597
|
-
"game",
|
|
1598
|
-
"android",
|
|
1599
|
-
"apiKey",
|
|
1600
|
-
"import.js"
|
|
1601
|
-
]
|
|
1602
|
-
},
|
|
1603
|
-
"game:android:apiKey:invite": {
|
|
1604
|
-
"aliases": [],
|
|
1605
|
-
"args": {
|
|
1606
|
-
"accountId": {
|
|
1607
|
-
"description": "The Google Play Account ID",
|
|
1608
|
-
"name": "accountId",
|
|
1609
|
-
"required": false
|
|
1610
|
-
}
|
|
1611
|
-
},
|
|
1612
|
-
"description": "Invites the Service Account to your Google Play Account.",
|
|
1613
|
-
"examples": [
|
|
1614
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1615
|
-
],
|
|
1616
|
-
"flags": {
|
|
1617
|
-
"gameId": {
|
|
1618
|
-
"char": "g",
|
|
1619
|
-
"description": "The ID of the game",
|
|
1620
|
-
"name": "gameId",
|
|
1621
|
-
"hasDynamicHelp": false,
|
|
1622
|
-
"multiple": false,
|
|
1623
|
-
"type": "option"
|
|
1624
|
-
},
|
|
1625
|
-
"prompt": {
|
|
1626
|
-
"char": "p",
|
|
1627
|
-
"description": "Prompt for the Google Play Account ID",
|
|
1628
|
-
"name": "prompt",
|
|
1629
|
-
"allowNo": false,
|
|
1630
|
-
"type": "boolean"
|
|
1631
|
-
},
|
|
1632
|
-
"waitForGoogleApp": {
|
|
1633
|
-
"char": "p",
|
|
1634
|
-
"description": "Waits for the Google Play app to be created (10 mins).",
|
|
1635
|
-
"name": "waitForGoogleApp",
|
|
1636
|
-
"allowNo": false,
|
|
1637
|
-
"type": "boolean"
|
|
1638
|
-
},
|
|
1639
|
-
"waitForAuth": {
|
|
1640
|
-
"char": "w",
|
|
1641
|
-
"description": "Wait for Google Authentication (10 mins).",
|
|
1642
|
-
"name": "waitForAuth",
|
|
1643
|
-
"allowNo": false,
|
|
1644
|
-
"type": "boolean"
|
|
1645
|
-
}
|
|
1646
|
-
},
|
|
1647
|
-
"hasDynamicHelp": false,
|
|
1648
|
-
"hiddenAliases": [],
|
|
1649
|
-
"id": "game:android:apiKey:invite",
|
|
1650
|
-
"pluginAlias": "shipthis",
|
|
1651
|
-
"pluginName": "shipthis",
|
|
1652
|
-
"pluginType": "core",
|
|
1653
|
-
"strict": true,
|
|
1654
|
-
"isESM": true,
|
|
1655
|
-
"relativePath": [
|
|
1656
|
-
"dist",
|
|
1657
|
-
"commands",
|
|
1658
|
-
"game",
|
|
1659
|
-
"android",
|
|
1660
|
-
"apiKey",
|
|
1661
|
-
"invite.js"
|
|
1662
|
-
]
|
|
1663
|
-
},
|
|
1664
|
-
"game:android:apiKey:status": {
|
|
1665
|
-
"aliases": [],
|
|
1666
|
-
"args": {},
|
|
1667
|
-
"description": "Displays the status of the Android Service Account API Key for a specific game.",
|
|
1668
|
-
"examples": [
|
|
1669
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1670
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
|
|
1671
|
-
],
|
|
1672
|
-
"flags": {
|
|
1673
|
-
"gameId": {
|
|
1674
|
-
"char": "g",
|
|
1675
|
-
"description": "The ID of the game",
|
|
1676
|
-
"name": "gameId",
|
|
1677
|
-
"hasDynamicHelp": false,
|
|
1678
|
-
"multiple": false,
|
|
1679
|
-
"type": "option"
|
|
1680
|
-
}
|
|
1681
|
-
},
|
|
1682
|
-
"hasDynamicHelp": false,
|
|
1683
|
-
"hiddenAliases": [],
|
|
1684
|
-
"id": "game:android:apiKey:status",
|
|
1685
|
-
"pluginAlias": "shipthis",
|
|
1686
|
-
"pluginName": "shipthis",
|
|
1687
|
-
"pluginType": "core",
|
|
1688
|
-
"strict": true,
|
|
1689
|
-
"isESM": true,
|
|
1690
|
-
"relativePath": [
|
|
1691
|
-
"dist",
|
|
1692
|
-
"commands",
|
|
1693
|
-
"game",
|
|
1694
|
-
"android",
|
|
1695
|
-
"apiKey",
|
|
1696
|
-
"status.js"
|
|
1697
|
-
]
|
|
1698
|
-
},
|
|
1699
|
-
"game:android:keyStore:create": {
|
|
1700
|
-
"aliases": [],
|
|
1701
|
-
"args": {},
|
|
1702
|
-
"description": "Creates a new Android Keystore for a game",
|
|
1703
|
-
"examples": [
|
|
1704
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1705
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
|
|
1706
|
-
],
|
|
1707
|
-
"flags": {
|
|
1708
|
-
"gameId": {
|
|
1709
|
-
"char": "g",
|
|
1710
|
-
"description": "The ID of the game",
|
|
1711
|
-
"name": "gameId",
|
|
1712
|
-
"hasDynamicHelp": false,
|
|
1713
|
-
"multiple": false,
|
|
1714
|
-
"type": "option"
|
|
1715
|
-
},
|
|
1716
|
-
"force": {
|
|
1717
|
-
"char": "f",
|
|
1718
|
-
"name": "force",
|
|
1719
|
-
"allowNo": false,
|
|
1720
|
-
"type": "boolean"
|
|
1721
|
-
}
|
|
1722
|
-
},
|
|
1723
|
-
"hasDynamicHelp": false,
|
|
1724
|
-
"hiddenAliases": [],
|
|
1725
|
-
"id": "game:android:keyStore:create",
|
|
1726
|
-
"pluginAlias": "shipthis",
|
|
1727
|
-
"pluginName": "shipthis",
|
|
1728
|
-
"pluginType": "core",
|
|
1729
|
-
"strict": true,
|
|
1730
|
-
"isESM": true,
|
|
1731
|
-
"relativePath": [
|
|
1732
|
-
"dist",
|
|
1733
|
-
"commands",
|
|
1734
|
-
"game",
|
|
1735
|
-
"android",
|
|
1736
|
-
"keyStore",
|
|
1737
|
-
"create.js"
|
|
1738
|
-
]
|
|
1739
|
-
},
|
|
1740
|
-
"game:android:keyStore:export": {
|
|
1741
|
-
"aliases": [],
|
|
1742
|
-
"args": {
|
|
1743
|
-
"file": {
|
|
1744
|
-
"description": "Name of the ZIP file to create",
|
|
1745
|
-
"name": "file",
|
|
1746
|
-
"required": true
|
|
1747
|
-
}
|
|
1748
|
-
},
|
|
1749
|
-
"description": "Saves the current Android Keystore to a ZIP file",
|
|
1750
|
-
"examples": [
|
|
1751
|
-
"<%= config.bin %> <%= command.id %> keyStore.zip"
|
|
1752
|
-
],
|
|
1753
|
-
"flags": {
|
|
1754
|
-
"gameId": {
|
|
1755
|
-
"char": "g",
|
|
1756
|
-
"description": "The ID of the game",
|
|
1757
|
-
"name": "gameId",
|
|
1758
|
-
"hasDynamicHelp": false,
|
|
1759
|
-
"multiple": false,
|
|
1760
|
-
"type": "option"
|
|
1761
|
-
},
|
|
1762
|
-
"force": {
|
|
1763
|
-
"char": "f",
|
|
1764
|
-
"description": "Overwrite the file if it already exists",
|
|
1765
|
-
"name": "force",
|
|
1766
|
-
"allowNo": false,
|
|
1767
|
-
"type": "boolean"
|
|
1768
|
-
}
|
|
1769
|
-
},
|
|
1770
|
-
"hasDynamicHelp": false,
|
|
1771
|
-
"hiddenAliases": [],
|
|
1772
|
-
"id": "game:android:keyStore:export",
|
|
1773
|
-
"pluginAlias": "shipthis",
|
|
1774
|
-
"pluginName": "shipthis",
|
|
1775
|
-
"pluginType": "core",
|
|
1776
|
-
"strict": true,
|
|
1777
|
-
"enableJsonFlag": false,
|
|
1778
|
-
"isESM": true,
|
|
1779
|
-
"relativePath": [
|
|
1780
|
-
"dist",
|
|
1781
|
-
"commands",
|
|
1782
|
-
"game",
|
|
1783
|
-
"android",
|
|
1784
|
-
"keyStore",
|
|
1785
|
-
"export.js"
|
|
1786
|
-
]
|
|
1787
|
-
},
|
|
1788
|
-
"game:android:keyStore:import": {
|
|
1789
|
-
"aliases": [],
|
|
1790
|
-
"args": {
|
|
1791
|
-
"file": {
|
|
1792
|
-
"description": "Path to the ZIP file to import (must be in the same format as the export)",
|
|
1793
|
-
"name": "file",
|
|
1794
|
-
"required": false
|
|
1795
|
-
}
|
|
1796
|
-
},
|
|
1797
|
-
"description": "Imports an Android Keystore to your ShipThis account for the specified game.",
|
|
1798
|
-
"examples": [
|
|
1799
|
-
"<%= config.bin %> <%= command.id %> path/to/import.zip -g abfd5b00",
|
|
1800
|
-
"<%= config.bin %> <%= command.id %> --jksFile path/to/file.jks --keystorePassword yourpass --keyPassword yourkeypass"
|
|
1801
|
-
],
|
|
1802
|
-
"flags": {
|
|
1803
|
-
"gameId": {
|
|
1804
|
-
"char": "g",
|
|
1805
|
-
"description": "The ID of the game",
|
|
1806
|
-
"name": "gameId",
|
|
1807
|
-
"hasDynamicHelp": false,
|
|
1808
|
-
"multiple": false,
|
|
1809
|
-
"type": "option"
|
|
1810
|
-
},
|
|
1811
|
-
"jksFile": {
|
|
1812
|
-
"description": "Path to the JKS file to import (requires passwords)",
|
|
1813
|
-
"name": "jksFile",
|
|
1814
|
-
"hasDynamicHelp": false,
|
|
1815
|
-
"multiple": false,
|
|
1816
|
-
"type": "option"
|
|
1817
|
-
},
|
|
1818
|
-
"keystorePassword": {
|
|
1819
|
-
"description": "Keystore password (required when using --jksFile)",
|
|
1820
|
-
"name": "keystorePassword",
|
|
1821
|
-
"hasDynamicHelp": false,
|
|
1822
|
-
"multiple": false,
|
|
1823
|
-
"type": "option"
|
|
1824
|
-
},
|
|
1825
|
-
"keyPassword": {
|
|
1826
|
-
"description": "Key alias password (required when using --jksFile)",
|
|
1827
|
-
"name": "keyPassword",
|
|
1828
|
-
"hasDynamicHelp": false,
|
|
1829
|
-
"multiple": false,
|
|
1830
|
-
"type": "option"
|
|
1831
|
-
},
|
|
1832
|
-
"force": {
|
|
1833
|
-
"char": "f",
|
|
1834
|
-
"description": "Overwrite any existing keystore without confirmation",
|
|
1835
|
-
"name": "force",
|
|
1836
|
-
"allowNo": false,
|
|
1837
|
-
"type": "boolean"
|
|
1838
|
-
}
|
|
1839
|
-
},
|
|
1840
|
-
"hasDynamicHelp": false,
|
|
1841
|
-
"hiddenAliases": [],
|
|
1842
|
-
"id": "game:android:keyStore:import",
|
|
1843
|
-
"pluginAlias": "shipthis",
|
|
1844
|
-
"pluginName": "shipthis",
|
|
1845
|
-
"pluginType": "core",
|
|
1846
|
-
"strict": true,
|
|
1847
|
-
"enableJsonFlag": false,
|
|
1848
|
-
"isESM": true,
|
|
1849
|
-
"relativePath": [
|
|
1850
|
-
"dist",
|
|
1851
|
-
"commands",
|
|
1852
|
-
"game",
|
|
1853
|
-
"android",
|
|
1854
|
-
"keyStore",
|
|
1855
|
-
"import.js"
|
|
1856
|
-
]
|
|
1857
|
-
},
|
|
1858
|
-
"game:android:keyStore:status": {
|
|
1859
|
-
"aliases": [],
|
|
1860
|
-
"args": {},
|
|
1861
|
-
"description": "Displays the status of the Android Keystore for a specific game.",
|
|
1862
|
-
"examples": [
|
|
1863
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1864
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
|
|
1865
|
-
],
|
|
1866
|
-
"flags": {
|
|
1867
|
-
"gameId": {
|
|
1868
|
-
"char": "g",
|
|
1869
|
-
"description": "The ID of the game",
|
|
1870
|
-
"name": "gameId",
|
|
1871
|
-
"hasDynamicHelp": false,
|
|
1872
|
-
"multiple": false,
|
|
1873
|
-
"type": "option"
|
|
1874
|
-
}
|
|
1875
|
-
},
|
|
1876
|
-
"hasDynamicHelp": false,
|
|
1877
|
-
"hiddenAliases": [],
|
|
1878
|
-
"id": "game:android:keyStore:status",
|
|
1879
|
-
"pluginAlias": "shipthis",
|
|
1880
|
-
"pluginName": "shipthis",
|
|
1881
|
-
"pluginType": "core",
|
|
1882
|
-
"strict": true,
|
|
1883
|
-
"enableJsonFlag": false,
|
|
1884
|
-
"isESM": true,
|
|
1885
|
-
"relativePath": [
|
|
1886
|
-
"dist",
|
|
1887
|
-
"commands",
|
|
1888
|
-
"game",
|
|
1889
|
-
"android",
|
|
1890
|
-
"keyStore",
|
|
1891
|
-
"status.js"
|
|
1892
|
-
]
|
|
1893
|
-
},
|
|
1894
|
-
"game:ios:profile:create": {
|
|
1895
|
-
"aliases": [],
|
|
1896
|
-
"args": {},
|
|
1897
|
-
"description": "Creates a Mobile Provisioning Profile in the Apple Developer Portal.",
|
|
1898
|
-
"examples": [
|
|
1899
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1900
|
-
],
|
|
1901
|
-
"flags": {
|
|
1902
|
-
"quiet": {
|
|
1903
|
-
"char": "q",
|
|
1904
|
-
"description": "Avoid output except for interactions and errors",
|
|
1905
|
-
"name": "quiet",
|
|
1906
|
-
"allowNo": false,
|
|
1907
|
-
"type": "boolean"
|
|
1908
|
-
},
|
|
1909
|
-
"gameId": {
|
|
1910
|
-
"char": "g",
|
|
1911
|
-
"description": "The ID of the game",
|
|
1912
|
-
"name": "gameId",
|
|
1913
|
-
"hasDynamicHelp": false,
|
|
1914
|
-
"multiple": false,
|
|
1915
|
-
"type": "option"
|
|
1916
|
-
},
|
|
1917
|
-
"force": {
|
|
1918
|
-
"char": "f",
|
|
1919
|
-
"name": "force",
|
|
1920
|
-
"allowNo": false,
|
|
1921
|
-
"type": "boolean"
|
|
1922
|
-
}
|
|
1923
|
-
},
|
|
1924
|
-
"hasDynamicHelp": false,
|
|
1925
|
-
"hiddenAliases": [],
|
|
1926
|
-
"id": "game:ios:profile:create",
|
|
1927
|
-
"pluginAlias": "shipthis",
|
|
1928
|
-
"pluginName": "shipthis",
|
|
1929
|
-
"pluginType": "core",
|
|
1930
|
-
"strict": true,
|
|
1931
|
-
"enableJsonFlag": false,
|
|
1932
|
-
"isESM": true,
|
|
1933
|
-
"relativePath": [
|
|
1934
|
-
"dist",
|
|
1935
|
-
"commands",
|
|
1936
|
-
"game",
|
|
1937
|
-
"ios",
|
|
1938
|
-
"profile",
|
|
1939
|
-
"create.js"
|
|
1940
|
-
]
|
|
1941
|
-
},
|
|
1942
|
-
"game:ios:profile:export": {
|
|
1943
|
-
"aliases": [],
|
|
1944
|
-
"args": {
|
|
1945
|
-
"file": {
|
|
1946
|
-
"description": "Name of the ZIP file to create",
|
|
1947
|
-
"name": "file",
|
|
1948
|
-
"required": true
|
|
1949
|
-
}
|
|
1950
|
-
},
|
|
1951
|
-
"description": "Saves the current Mobile Provisioning Profile to a ZIP file",
|
|
1952
|
-
"examples": [
|
|
1953
|
-
"<%= config.bin %> <%= command.id %> userProfile.zip"
|
|
1954
|
-
],
|
|
1955
|
-
"flags": {
|
|
1956
|
-
"gameId": {
|
|
1957
|
-
"char": "g",
|
|
1958
|
-
"description": "The ID of the game",
|
|
1959
|
-
"name": "gameId",
|
|
1960
|
-
"hasDynamicHelp": false,
|
|
1961
|
-
"multiple": false,
|
|
1962
|
-
"type": "option"
|
|
1963
|
-
},
|
|
1964
|
-
"force": {
|
|
1965
|
-
"char": "f",
|
|
1966
|
-
"description": "Overwrite the file if it already exists",
|
|
1967
|
-
"name": "force",
|
|
1968
|
-
"allowNo": false,
|
|
1969
|
-
"type": "boolean"
|
|
1970
|
-
}
|
|
1971
|
-
},
|
|
1972
|
-
"hasDynamicHelp": false,
|
|
1973
|
-
"hiddenAliases": [],
|
|
1974
|
-
"id": "game:ios:profile:export",
|
|
1975
|
-
"pluginAlias": "shipthis",
|
|
1976
|
-
"pluginName": "shipthis",
|
|
1977
|
-
"pluginType": "core",
|
|
1978
|
-
"strict": true,
|
|
1979
|
-
"enableJsonFlag": false,
|
|
1980
|
-
"isESM": true,
|
|
1981
|
-
"relativePath": [
|
|
1982
|
-
"dist",
|
|
1983
|
-
"commands",
|
|
1984
|
-
"game",
|
|
1985
|
-
"ios",
|
|
1986
|
-
"profile",
|
|
1987
|
-
"export.js"
|
|
1988
|
-
]
|
|
1989
|
-
},
|
|
1990
|
-
"game:ios:profile:import": {
|
|
1991
|
-
"aliases": [],
|
|
1992
|
-
"args": {
|
|
1993
|
-
"file": {
|
|
1994
|
-
"description": "Name of the ZIP file to import (must be in the same format as the export)",
|
|
1995
|
-
"name": "file",
|
|
1996
|
-
"required": true
|
|
1997
|
-
}
|
|
1998
|
-
},
|
|
1999
|
-
"description": "Imports an Mobile Provisioning Profile to your ShipThis account",
|
|
2000
|
-
"examples": [
|
|
2001
|
-
"<%= config.bin %> <%= command.id %> profile.zip"
|
|
2002
|
-
],
|
|
2003
|
-
"flags": {
|
|
2004
|
-
"gameId": {
|
|
2005
|
-
"char": "g",
|
|
2006
|
-
"description": "The ID of the game",
|
|
2007
|
-
"name": "gameId",
|
|
2008
|
-
"hasDynamicHelp": false,
|
|
2009
|
-
"multiple": false,
|
|
2010
|
-
"type": "option"
|
|
2011
|
-
},
|
|
2012
|
-
"force": {
|
|
2013
|
-
"char": "f",
|
|
2014
|
-
"name": "force",
|
|
2015
|
-
"allowNo": false,
|
|
2016
|
-
"type": "boolean"
|
|
2017
|
-
}
|
|
2018
|
-
},
|
|
2019
|
-
"hasDynamicHelp": false,
|
|
2020
|
-
"hiddenAliases": [],
|
|
2021
|
-
"id": "game:ios:profile:import",
|
|
2022
|
-
"pluginAlias": "shipthis",
|
|
2023
|
-
"pluginName": "shipthis",
|
|
2024
|
-
"pluginType": "core",
|
|
2025
|
-
"strict": true,
|
|
2026
|
-
"enableJsonFlag": false,
|
|
2027
|
-
"isESM": true,
|
|
2028
|
-
"relativePath": [
|
|
2029
|
-
"dist",
|
|
2030
|
-
"commands",
|
|
2031
|
-
"game",
|
|
2032
|
-
"ios",
|
|
2033
|
-
"profile",
|
|
2034
|
-
"import.js"
|
|
2035
|
-
]
|
|
2036
|
-
},
|
|
2037
|
-
"game:ios:profile:status": {
|
|
2038
|
-
"aliases": [],
|
|
2039
|
-
"args": {},
|
|
2040
|
-
"description": "Shows the Game iOS Mobile Provisioning Profile Status.",
|
|
2041
|
-
"examples": [
|
|
2042
|
-
"<%= config.bin %> <%= command.id %>"
|
|
2043
|
-
],
|
|
2044
|
-
"flags": {
|
|
2045
|
-
"gameId": {
|
|
2046
|
-
"char": "g",
|
|
2047
|
-
"description": "The ID of the game",
|
|
2048
|
-
"name": "gameId",
|
|
2049
|
-
"hasDynamicHelp": false,
|
|
2050
|
-
"multiple": false,
|
|
2051
|
-
"type": "option"
|
|
2052
|
-
},
|
|
2053
|
-
"noAppleAuth": {
|
|
2054
|
-
"char": "f",
|
|
2055
|
-
"name": "noAppleAuth",
|
|
2056
|
-
"allowNo": false,
|
|
2057
|
-
"type": "boolean"
|
|
2058
|
-
}
|
|
2059
|
-
},
|
|
2060
|
-
"hasDynamicHelp": false,
|
|
2061
|
-
"hiddenAliases": [],
|
|
2062
|
-
"id": "game:ios:profile:status",
|
|
2063
|
-
"pluginAlias": "shipthis",
|
|
2064
|
-
"pluginName": "shipthis",
|
|
2065
|
-
"pluginType": "core",
|
|
2066
|
-
"strict": true,
|
|
2067
|
-
"enableJsonFlag": false,
|
|
2068
|
-
"isESM": true,
|
|
2069
|
-
"relativePath": [
|
|
2070
|
-
"dist",
|
|
2071
|
-
"commands",
|
|
2072
|
-
"game",
|
|
2073
|
-
"ios",
|
|
2074
|
-
"profile",
|
|
2075
|
-
"status.js"
|
|
2076
|
-
]
|
|
2077
|
-
},
|
|
2078
|
-
"game:ios:app:addTester": {
|
|
2079
|
-
"aliases": [],
|
|
2080
|
-
"args": {},
|
|
2081
|
-
"description": "Adds a test user to the game in App Store Connect.",
|
|
2082
|
-
"examples": [
|
|
2083
|
-
"<%= config.bin %> <%= command.id %>"
|
|
2084
|
-
],
|
|
2085
|
-
"flags": {
|
|
2086
|
-
"gameId": {
|
|
2087
|
-
"char": "g",
|
|
2088
|
-
"description": "The ID of the game",
|
|
2089
|
-
"name": "gameId",
|
|
2090
|
-
"hasDynamicHelp": false,
|
|
2091
|
-
"multiple": false,
|
|
2092
|
-
"type": "option"
|
|
2093
|
-
},
|
|
2094
|
-
"email": {
|
|
2095
|
-
"char": "e",
|
|
2096
|
-
"description": "The email address of the tester",
|
|
2097
|
-
"name": "email",
|
|
2098
|
-
"hasDynamicHelp": false,
|
|
2099
|
-
"multiple": false,
|
|
2100
|
-
"type": "option"
|
|
2101
|
-
},
|
|
2102
|
-
"firstName": {
|
|
2103
|
-
"char": "f",
|
|
2104
|
-
"description": "The first name of the tester",
|
|
2105
|
-
"name": "firstName",
|
|
2106
|
-
"hasDynamicHelp": false,
|
|
2107
|
-
"multiple": false,
|
|
2108
|
-
"type": "option"
|
|
2109
|
-
},
|
|
2110
|
-
"lastName": {
|
|
2111
|
-
"char": "l",
|
|
2112
|
-
"description": "The last name of the tester",
|
|
2113
|
-
"name": "lastName",
|
|
2114
|
-
"hasDynamicHelp": false,
|
|
2115
|
-
"multiple": false,
|
|
2116
|
-
"type": "option"
|
|
2117
|
-
}
|
|
2118
|
-
},
|
|
2119
|
-
"hasDynamicHelp": false,
|
|
2120
|
-
"hiddenAliases": [],
|
|
2121
|
-
"id": "game:ios:app:addTester",
|
|
2122
|
-
"pluginAlias": "shipthis",
|
|
2123
|
-
"pluginName": "shipthis",
|
|
2124
|
-
"pluginType": "core",
|
|
2125
|
-
"strict": true,
|
|
2126
|
-
"enableJsonFlag": false,
|
|
2127
|
-
"isESM": true,
|
|
2128
|
-
"relativePath": [
|
|
2129
|
-
"dist",
|
|
2130
|
-
"commands",
|
|
2131
|
-
"game",
|
|
2132
|
-
"ios",
|
|
2133
|
-
"app",
|
|
2134
|
-
"addTester.js"
|
|
2135
|
-
]
|
|
2136
|
-
},
|
|
2137
|
-
"game:ios:app:create": {
|
|
2138
|
-
"aliases": [],
|
|
2139
|
-
"args": {},
|
|
2140
|
-
"description": "Creates an App and BundleId in the Apple Developer Portal.",
|
|
2141
|
-
"examples": [
|
|
2142
|
-
"<%= config.bin %> <%= command.id %>"
|
|
2143
|
-
],
|
|
2144
|
-
"flags": {
|
|
2145
|
-
"quiet": {
|
|
2146
|
-
"char": "q",
|
|
2147
|
-
"description": "Avoid output except for interactions and errors",
|
|
2148
|
-
"name": "quiet",
|
|
2149
|
-
"allowNo": false,
|
|
2150
|
-
"type": "boolean"
|
|
2151
|
-
},
|
|
2152
|
-
"gameId": {
|
|
2153
|
-
"char": "g",
|
|
2154
|
-
"description": "The ID of the game",
|
|
2155
|
-
"name": "gameId",
|
|
2156
|
-
"hasDynamicHelp": false,
|
|
2157
|
-
"multiple": false,
|
|
2158
|
-
"type": "option"
|
|
2159
|
-
},
|
|
2160
|
-
"appName": {
|
|
2161
|
-
"char": "n",
|
|
2162
|
-
"description": "The name of the App in the Apple Developer Portal",
|
|
2163
|
-
"name": "appName",
|
|
2164
|
-
"hasDynamicHelp": false,
|
|
2165
|
-
"multiple": false,
|
|
2166
|
-
"type": "option"
|
|
2167
|
-
},
|
|
2168
|
-
"bundleId": {
|
|
2169
|
-
"char": "b",
|
|
2170
|
-
"description": "The BundleId in the Apple Developer Portal",
|
|
2171
|
-
"name": "bundleId",
|
|
2172
|
-
"hasDynamicHelp": false,
|
|
2173
|
-
"multiple": false,
|
|
2174
|
-
"type": "option"
|
|
2175
|
-
},
|
|
2176
|
-
"force": {
|
|
2177
|
-
"char": "f",
|
|
2178
|
-
"name": "force",
|
|
2179
|
-
"allowNo": false,
|
|
2180
|
-
"type": "boolean"
|
|
2181
|
-
}
|
|
2182
|
-
},
|
|
2183
|
-
"hasDynamicHelp": false,
|
|
2184
|
-
"hiddenAliases": [],
|
|
2185
|
-
"id": "game:ios:app:create",
|
|
2186
|
-
"pluginAlias": "shipthis",
|
|
2187
|
-
"pluginName": "shipthis",
|
|
2188
|
-
"pluginType": "core",
|
|
2189
|
-
"strict": true,
|
|
2190
|
-
"enableJsonFlag": false,
|
|
2191
|
-
"isESM": true,
|
|
2192
|
-
"relativePath": [
|
|
2193
|
-
"dist",
|
|
2194
|
-
"commands",
|
|
2195
|
-
"game",
|
|
2196
|
-
"ios",
|
|
2197
|
-
"app",
|
|
2198
|
-
"create.js"
|
|
2199
|
-
]
|
|
2200
|
-
},
|
|
2201
|
-
"game:ios:app:status": {
|
|
2202
|
-
"aliases": [],
|
|
2203
|
-
"args": {},
|
|
2204
|
-
"description": "Shows the Game iOS App status. ",
|
|
2205
|
-
"examples": [
|
|
2206
|
-
"<%= config.bin %> <%= command.id %>"
|
|
2207
|
-
],
|
|
2208
|
-
"flags": {
|
|
2209
|
-
"gameId": {
|
|
2210
|
-
"char": "g",
|
|
2211
|
-
"description": "The ID of the game",
|
|
2212
|
-
"name": "gameId",
|
|
2213
|
-
"hasDynamicHelp": false,
|
|
2214
|
-
"multiple": false,
|
|
2215
|
-
"type": "option"
|
|
2216
|
-
}
|
|
2217
|
-
},
|
|
2218
|
-
"hasDynamicHelp": false,
|
|
2219
|
-
"hiddenAliases": [],
|
|
2220
|
-
"id": "game:ios:app:status",
|
|
2221
|
-
"pluginAlias": "shipthis",
|
|
2222
|
-
"pluginName": "shipthis",
|
|
2223
|
-
"pluginType": "core",
|
|
2224
|
-
"strict": true,
|
|
2225
|
-
"enableJsonFlag": false,
|
|
2226
|
-
"isESM": true,
|
|
2227
|
-
"relativePath": [
|
|
2228
|
-
"dist",
|
|
2229
|
-
"commands",
|
|
2230
|
-
"game",
|
|
2231
|
-
"ios",
|
|
2232
|
-
"app",
|
|
2233
|
-
"status.js"
|
|
2234
|
-
]
|
|
2235
|
-
},
|
|
2236
|
-
"game:ios:app:sync": {
|
|
2237
|
-
"aliases": [],
|
|
2238
|
-
"args": {},
|
|
2239
|
-
"description": "Synchronies the Apple App \"BundleId\" with the capabilities from the local project.",
|
|
2240
|
-
"examples": [
|
|
2241
|
-
"<%= config.bin %> <%= command.id %>"
|
|
2242
|
-
],
|
|
2243
|
-
"flags": {
|
|
2244
|
-
"quiet": {
|
|
2245
|
-
"char": "q",
|
|
2246
|
-
"description": "Avoid output except for interactions and errors",
|
|
2247
|
-
"name": "quiet",
|
|
2248
|
-
"allowNo": false,
|
|
2249
|
-
"type": "boolean"
|
|
2250
|
-
},
|
|
2251
|
-
"gameId": {
|
|
2252
|
-
"char": "g",
|
|
2253
|
-
"description": "The ID of the game",
|
|
2254
|
-
"name": "gameId",
|
|
2255
|
-
"hasDynamicHelp": false,
|
|
2256
|
-
"multiple": false,
|
|
2257
|
-
"type": "option"
|
|
2258
|
-
},
|
|
2259
|
-
"force": {
|
|
2260
|
-
"char": "f",
|
|
2261
|
-
"name": "force",
|
|
2262
|
-
"allowNo": false,
|
|
2263
|
-
"type": "boolean"
|
|
2264
|
-
}
|
|
2265
|
-
},
|
|
2266
|
-
"hasDynamicHelp": false,
|
|
2267
|
-
"hiddenAliases": [],
|
|
2268
|
-
"id": "game:ios:app:sync",
|
|
2269
|
-
"pluginAlias": "shipthis",
|
|
2270
|
-
"pluginName": "shipthis",
|
|
2271
|
-
"pluginType": "core",
|
|
2272
|
-
"strict": true,
|
|
2273
|
-
"enableJsonFlag": false,
|
|
2274
|
-
"isESM": true,
|
|
2275
|
-
"relativePath": [
|
|
2276
|
-
"dist",
|
|
2277
|
-
"commands",
|
|
2278
|
-
"game",
|
|
2279
|
-
"ios",
|
|
2280
|
-
"app",
|
|
2281
|
-
"sync.js"
|
|
2282
|
-
]
|
|
2283
|
-
}
|
|
2284
|
-
},
|
|
2285
|
-
"version": "0.1.24"
|
|
2286
|
-
}
|