shipthis 0.1.39 → 0.1.42

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 (94) hide show
  1. package/README.md +58 -0
  2. package/assets/markdown/confirm-change-android-build-method.md.ejs +13 -0
  3. package/dist/{AppleBundleIdDetails-Ck7iAjMb.js → AppleBundleIdDetails-jDq3gYbk.js} +7 -5
  4. package/dist/{Command-C84QiOWP.js → Command-cVo97lkQ.js} +2 -1
  5. package/dist/{CommandGame-CsM9GE5Q.js → CommandGame-BwudtYCO.js} +2 -2
  6. package/dist/{Create-Dx1nEKmS.js → Create-By4NsPEI.js} +3 -1
  7. package/dist/{GameStatus-B4WBgoLs.js → GameStatus-C59zQE1H.js} +3 -1
  8. package/dist/{Import-BC5XgwRT.js → Import-DTcVM-T-.js} +4 -2
  9. package/dist/{JobLogTail-mBXpeWMu.js → JobLogTail-BzisGkY8.js} +30 -16
  10. package/dist/{JobProgress-KZ6EkMFi.js → JobProgress-DAnhaTho.js} +21 -9
  11. package/dist/{JobStatusTable-BYIxTt0d.js → JobStatusTable-BYEi8dtD.js} +3 -2
  12. package/dist/{ProjectCredentialsTable-DSy1YIWX.js → ProjectCredentialsTable-NZf3V39z.js} +2 -2
  13. package/dist/{UserCredentialsTable-qNByRE84.js → UserCredentialsTable-Dp884nYO.js} +2 -1
  14. package/dist/{baseAppleCommand-CdROzhyU.js → baseAppleCommand-DewNWX3L.js} +1 -1
  15. package/dist/baseCommand-CscxrTMI.js +757 -0
  16. package/dist/{baseGameAndroidCommand-B21zS0MN.js → baseGameAndroidCommand-CEcDz5P2.js} +4 -2
  17. package/dist/{index-Cv-92xRd.js → baseGameCommand-BKvHM3h_.js} +19 -755
  18. package/dist/commands/apiKey/create.js +7 -7
  19. package/dist/commands/apiKey/list.js +7 -7
  20. package/dist/commands/apiKey/revoke.js +7 -7
  21. package/dist/commands/apple/apiKey/create.js +14 -14
  22. package/dist/commands/apple/apiKey/delete.js +8 -8
  23. package/dist/commands/apple/apiKey/export.js +14 -14
  24. package/dist/commands/apple/apiKey/import.js +14 -14
  25. package/dist/commands/apple/apiKey/status.js +13 -13
  26. package/dist/commands/apple/certificate/create.js +14 -14
  27. package/dist/commands/apple/certificate/delete.js +8 -8
  28. package/dist/commands/apple/certificate/export.js +14 -14
  29. package/dist/commands/apple/certificate/import.js +14 -14
  30. package/dist/commands/apple/certificate/status.js +13 -13
  31. package/dist/commands/apple/login.js +5 -5
  32. package/dist/commands/apple/status.js +13 -13
  33. package/dist/commands/dashboard.js +8 -8
  34. package/dist/commands/game/android/apiKey/connect.js +12 -12
  35. package/dist/commands/game/android/apiKey/create.js +14 -14
  36. package/dist/commands/game/android/apiKey/delete.js +7 -7
  37. package/dist/commands/game/android/apiKey/export.js +14 -14
  38. package/dist/commands/game/android/apiKey/import.js +14 -14
  39. package/dist/commands/game/android/apiKey/invite.js +20 -20
  40. package/dist/commands/game/android/apiKey/policy.js +9 -9
  41. package/dist/commands/game/android/apiKey/status.js +14 -14
  42. package/dist/commands/game/android/keyStore/create.js +11 -11
  43. package/dist/commands/game/android/keyStore/delete.js +7 -7
  44. package/dist/commands/game/android/keyStore/export.js +13 -13
  45. package/dist/commands/game/android/keyStore/import.js +16 -16
  46. package/dist/commands/game/android/keyStore/status.js +16 -16
  47. package/dist/commands/game/android/status.js +6 -6
  48. package/dist/commands/game/build/download.js +7 -7
  49. package/dist/commands/game/build/list.js +12 -12
  50. package/dist/commands/game/create.js +5 -5
  51. package/dist/commands/game/details.js +16 -13
  52. package/dist/commands/game/export.js +5 -5
  53. package/dist/commands/game/ios/app/addTester.js +9 -9
  54. package/dist/commands/game/ios/app/create.js +10 -9
  55. package/dist/commands/game/ios/app/status.js +14 -14
  56. package/dist/commands/game/ios/app/sync.js +12 -12
  57. package/dist/commands/game/ios/profile/create.js +10 -10
  58. package/dist/commands/game/ios/profile/delete.js +8 -8
  59. package/dist/commands/game/ios/profile/export.js +13 -13
  60. package/dist/commands/game/ios/profile/import.js +13 -13
  61. package/dist/commands/game/ios/profile/status.js +14 -14
  62. package/dist/commands/game/ios/status.js +18 -18
  63. package/dist/commands/game/ios/wizard.js +8 -8
  64. package/dist/commands/game/job/list.js +7 -7
  65. package/dist/commands/game/job/status.js +14 -14
  66. package/dist/commands/game/list.js +7 -7
  67. package/dist/commands/game/ship.js +30 -13
  68. package/dist/commands/game/status.js +14 -14
  69. package/dist/commands/game/wizard.js +87 -37
  70. package/dist/commands/internal/fastlane.js +13 -13
  71. package/dist/commands/internal/readme.js +17 -17
  72. package/dist/commands/login.js +21 -21
  73. package/dist/commands/status.js +10 -10
  74. package/dist/commands/util/android-build-method.js +66 -0
  75. package/dist/commands/util/glass.js +118 -0
  76. package/dist/{export-BtUjg3Tl.js → export-DBQHSKU-.js} +1 -1
  77. package/dist/{import-BYSkF-tX.js → import-Bk4w8kks.js} +1 -1
  78. package/dist/{index-CcGRePRU.js → index-WrVwh6le.js} +6 -4
  79. package/dist/{index-Du6l7ZyV.js → index-qOGviaGc.js} +1 -1
  80. package/dist/{index-CgGLBt2v.js → index-zdIBXHs2.js} +5 -3
  81. package/dist/{upload-LoVBuJbT.js → upload-CeRPHRCP.js} +1 -1
  82. package/dist/{useAppleApp-Bg0x6s97.js → useAppleApp-DgZH0CBS.js} +1 -1
  83. package/dist/{useAppleBundleId-CEOssLqN.js → useAppleBundleId-CA7Pg4Hi.js} +2 -2
  84. package/dist/{useAppleProfiles-CHf_gHdZ.js → useAppleProfiles-CUBTPbcC.js} +1 -1
  85. package/dist/{useGoogleStatus-Ch36GbVo.js → useGoogleStatus-DpPwKmw_.js} +2 -1
  86. package/dist/{useProjectCredentials-CsQWPdyo.js → useProjectCredentials-rQLm2O1J.js} +2 -1
  87. package/dist/{useWebSocket-CWeaaLqi.js → useWebSocket-PU55rRGt.js} +1 -1
  88. package/docs/README.md +1 -0
  89. package/docs/util/android-build-method.md +26 -0
  90. package/docs/util/glass.md +47 -0
  91. package/docs/util.md +12 -0
  92. package/npm-shrinkwrap.json +14181 -0
  93. package/oclif.manifest.json +2966 -0
  94. package/package.json +11 -6
@@ -0,0 +1,2966 @@
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
+ "<%= config.bin %> <%= command.id %> --acceptAgreements"
34
+ ],
35
+ "flags": {
36
+ "email": {
37
+ "char": "e",
38
+ "description": "Your email address",
39
+ "name": "email",
40
+ "hasDynamicHelp": false,
41
+ "multiple": false,
42
+ "type": "option"
43
+ },
44
+ "force": {
45
+ "char": "f",
46
+ "name": "force",
47
+ "allowNo": false,
48
+ "type": "boolean"
49
+ },
50
+ "acceptAgreements": {
51
+ "description": "Accept the current version of the agreements (terms & privacy).",
52
+ "name": "acceptAgreements",
53
+ "allowNo": false,
54
+ "type": "boolean"
55
+ }
56
+ },
57
+ "hasDynamicHelp": false,
58
+ "hiddenAliases": [],
59
+ "id": "login",
60
+ "pluginAlias": "shipthis",
61
+ "pluginName": "shipthis",
62
+ "pluginType": "core",
63
+ "strict": true,
64
+ "enableJsonFlag": false,
65
+ "isESM": true,
66
+ "relativePath": [
67
+ "dist",
68
+ "commands",
69
+ "login.js"
70
+ ]
71
+ },
72
+ "status": {
73
+ "aliases": [],
74
+ "args": {},
75
+ "description": "Displays the current overall status.",
76
+ "examples": [
77
+ "<%= config.bin %> <%= command.id %>"
78
+ ],
79
+ "flags": {},
80
+ "hasDynamicHelp": false,
81
+ "hiddenAliases": [],
82
+ "id": "status",
83
+ "pluginAlias": "shipthis",
84
+ "pluginName": "shipthis",
85
+ "pluginType": "core",
86
+ "strict": true,
87
+ "enableJsonFlag": false,
88
+ "isESM": true,
89
+ "relativePath": [
90
+ "dist",
91
+ "commands",
92
+ "status.js"
93
+ ]
94
+ },
95
+ "apiKey:create": {
96
+ "aliases": [],
97
+ "args": {},
98
+ "description": "Create a new API key for your ShipThis account.",
99
+ "examples": [
100
+ "<%= config.bin %> <%= command.id %> --durationDays 30",
101
+ "<%= config.bin %> <%= command.id %> --name ci-key --durationDays 90",
102
+ "<%= config.bin %> <%= command.id %> --name ci-key-headless --durationDays 365 --quiet"
103
+ ],
104
+ "flags": {
105
+ "durationDays": {
106
+ "char": "d",
107
+ "description": "duration of the API key in days",
108
+ "name": "durationDays",
109
+ "default": 365,
110
+ "hasDynamicHelp": false,
111
+ "multiple": false,
112
+ "type": "option"
113
+ },
114
+ "name": {
115
+ "char": "n",
116
+ "description": "name to apply to the API key (if not provided, a random name will be generated)",
117
+ "name": "name",
118
+ "hasDynamicHelp": false,
119
+ "multiple": false,
120
+ "type": "option"
121
+ },
122
+ "quiet": {
123
+ "char": "q",
124
+ "description": "Outputs just the secret value",
125
+ "name": "quiet",
126
+ "allowNo": false,
127
+ "type": "boolean"
128
+ }
129
+ },
130
+ "hasDynamicHelp": false,
131
+ "hiddenAliases": [],
132
+ "id": "apiKey:create",
133
+ "pluginAlias": "shipthis",
134
+ "pluginName": "shipthis",
135
+ "pluginType": "core",
136
+ "strict": true,
137
+ "enableJsonFlag": false,
138
+ "isESM": true,
139
+ "relativePath": [
140
+ "dist",
141
+ "commands",
142
+ "apiKey",
143
+ "create.js"
144
+ ]
145
+ },
146
+ "apiKey:list": {
147
+ "aliases": [],
148
+ "args": {},
149
+ "description": "Displays a list of your ShipThis API keys.",
150
+ "examples": [
151
+ "<%= config.bin %> <%= command.id %>",
152
+ "<%= config.bin %> <%= command.id %> --pageNumber 1",
153
+ "<%= config.bin %> <%= command.id %> --orderBy createdAt --order asc"
154
+ ],
155
+ "flags": {
156
+ "order": {
157
+ "char": "r",
158
+ "description": "The order to sort by",
159
+ "name": "order",
160
+ "default": "desc",
161
+ "hasDynamicHelp": false,
162
+ "multiple": false,
163
+ "options": [
164
+ "asc",
165
+ "desc"
166
+ ],
167
+ "type": "option"
168
+ },
169
+ "orderBy": {
170
+ "char": "o",
171
+ "description": "The field to order by",
172
+ "name": "orderBy",
173
+ "default": "createdAt",
174
+ "hasDynamicHelp": false,
175
+ "multiple": false,
176
+ "options": [
177
+ "createdAt",
178
+ "updatedAt",
179
+ "name"
180
+ ],
181
+ "type": "option"
182
+ },
183
+ "pageNumber": {
184
+ "char": "p",
185
+ "description": "The page number to show (starts at 0)",
186
+ "name": "pageNumber",
187
+ "default": 0,
188
+ "hasDynamicHelp": false,
189
+ "multiple": false,
190
+ "type": "option"
191
+ },
192
+ "pageSize": {
193
+ "char": "s",
194
+ "description": "The number of items to show per page",
195
+ "name": "pageSize",
196
+ "default": 10,
197
+ "hasDynamicHelp": false,
198
+ "multiple": false,
199
+ "type": "option"
200
+ }
201
+ },
202
+ "hasDynamicHelp": false,
203
+ "hiddenAliases": [],
204
+ "id": "apiKey:list",
205
+ "pluginAlias": "shipthis",
206
+ "pluginName": "shipthis",
207
+ "pluginType": "core",
208
+ "strict": true,
209
+ "enableJsonFlag": false,
210
+ "isESM": true,
211
+ "relativePath": [
212
+ "dist",
213
+ "commands",
214
+ "apiKey",
215
+ "list.js"
216
+ ]
217
+ },
218
+ "apiKey:revoke": {
219
+ "aliases": [],
220
+ "args": {
221
+ "apiKeyId": {
222
+ "description": "The ID of the API key to revoke",
223
+ "name": "apiKeyId",
224
+ "required": true
225
+ }
226
+ },
227
+ "description": "Revokes a specific ShipThis API key.",
228
+ "examples": [
229
+ "<%= config.bin %> <%= command.id %> abcd1234",
230
+ "<%= config.bin %> <%= command.id %> abcd1234 --quiet"
231
+ ],
232
+ "flags": {
233
+ "quiet": {
234
+ "char": "q",
235
+ "description": "Suppress output except for errors",
236
+ "name": "quiet",
237
+ "allowNo": false,
238
+ "type": "boolean"
239
+ }
240
+ },
241
+ "hasDynamicHelp": false,
242
+ "hiddenAliases": [],
243
+ "id": "apiKey:revoke",
244
+ "pluginAlias": "shipthis",
245
+ "pluginName": "shipthis",
246
+ "pluginType": "core",
247
+ "strict": true,
248
+ "enableJsonFlag": false,
249
+ "isESM": true,
250
+ "relativePath": [
251
+ "dist",
252
+ "commands",
253
+ "apiKey",
254
+ "revoke.js"
255
+ ]
256
+ },
257
+ "apple:login": {
258
+ "aliases": [],
259
+ "args": {},
260
+ "description": "Authenticate with Apple - saves the session to the auth file",
261
+ "examples": [
262
+ "<%= config.bin %> <%= command.id %>",
263
+ "<%= config.bin %> <%= command.id %> --force --appleEmail me@email.nowhere",
264
+ "<%= config.bin %> <%= command.id %> --logout"
265
+ ],
266
+ "flags": {
267
+ "appleEmail": {
268
+ "char": "e",
269
+ "description": "Your Apple Developer email address",
270
+ "name": "appleEmail",
271
+ "hasDynamicHelp": false,
272
+ "multiple": false,
273
+ "type": "option"
274
+ },
275
+ "force": {
276
+ "char": "f",
277
+ "name": "force",
278
+ "allowNo": false,
279
+ "type": "boolean"
280
+ },
281
+ "quiet": {
282
+ "char": "q",
283
+ "description": "Avoid output except for interactions and errors",
284
+ "name": "quiet",
285
+ "allowNo": false,
286
+ "type": "boolean"
287
+ },
288
+ "logout": {
289
+ "char": "l",
290
+ "description": "Forget the saved Apple session (log out)",
291
+ "name": "logout",
292
+ "allowNo": false,
293
+ "type": "boolean"
294
+ }
295
+ },
296
+ "hasDynamicHelp": false,
297
+ "hiddenAliases": [],
298
+ "id": "apple:login",
299
+ "pluginAlias": "shipthis",
300
+ "pluginName": "shipthis",
301
+ "pluginType": "core",
302
+ "strict": true,
303
+ "enableJsonFlag": false,
304
+ "isESM": true,
305
+ "relativePath": [
306
+ "dist",
307
+ "commands",
308
+ "apple",
309
+ "login.js"
310
+ ]
311
+ },
312
+ "apple:status": {
313
+ "aliases": [],
314
+ "args": {},
315
+ "description": "Shows the status of the Apple authentication and integration.",
316
+ "examples": [
317
+ "<%= config.bin %> <%= command.id %>"
318
+ ],
319
+ "flags": {},
320
+ "hasDynamicHelp": false,
321
+ "hiddenAliases": [],
322
+ "id": "apple:status",
323
+ "pluginAlias": "shipthis",
324
+ "pluginName": "shipthis",
325
+ "pluginType": "core",
326
+ "strict": true,
327
+ "enableJsonFlag": false,
328
+ "isESM": true,
329
+ "relativePath": [
330
+ "dist",
331
+ "commands",
332
+ "apple",
333
+ "status.js"
334
+ ]
335
+ },
336
+ "game:create": {
337
+ "aliases": [],
338
+ "args": {},
339
+ "description": "Create a new game in ShipThis.",
340
+ "examples": [
341
+ "<%= config.bin %> <%= command.id %>"
342
+ ],
343
+ "flags": {
344
+ "force": {
345
+ "char": "f",
346
+ "name": "force",
347
+ "allowNo": false,
348
+ "type": "boolean"
349
+ },
350
+ "quiet": {
351
+ "char": "q",
352
+ "description": "Avoid output except for interactions and errors",
353
+ "name": "quiet",
354
+ "allowNo": false,
355
+ "type": "boolean"
356
+ },
357
+ "androidPackageName": {
358
+ "char": "a",
359
+ "description": "Set the Android package name",
360
+ "name": "androidPackageName",
361
+ "hasDynamicHelp": false,
362
+ "multiple": false,
363
+ "type": "option"
364
+ },
365
+ "buildNumber": {
366
+ "char": "b",
367
+ "description": "Set the build number",
368
+ "name": "buildNumber",
369
+ "hasDynamicHelp": false,
370
+ "multiple": false,
371
+ "type": "option"
372
+ },
373
+ "gameEngine": {
374
+ "char": "e",
375
+ "description": "Set the game engine",
376
+ "name": "gameEngine",
377
+ "hasDynamicHelp": false,
378
+ "multiple": false,
379
+ "type": "option"
380
+ },
381
+ "gameEngineVersion": {
382
+ "char": "v",
383
+ "description": "Set the game engine version",
384
+ "name": "gameEngineVersion",
385
+ "hasDynamicHelp": false,
386
+ "multiple": false,
387
+ "type": "option"
388
+ },
389
+ "gcpProjectId": {
390
+ "char": "g",
391
+ "description": "Set the GCP project ID",
392
+ "name": "gcpProjectId",
393
+ "hasDynamicHelp": false,
394
+ "multiple": false,
395
+ "type": "option"
396
+ },
397
+ "gcpServiceAccountId": {
398
+ "char": "c",
399
+ "description": "Set the GCP service account ID",
400
+ "name": "gcpServiceAccountId",
401
+ "hasDynamicHelp": false,
402
+ "multiple": false,
403
+ "type": "option"
404
+ },
405
+ "iosBundleId": {
406
+ "char": "i",
407
+ "description": "Set the iOS bundle ID",
408
+ "name": "iosBundleId",
409
+ "hasDynamicHelp": false,
410
+ "multiple": false,
411
+ "type": "option"
412
+ },
413
+ "liquidGlassIconPath": {
414
+ "char": "l",
415
+ "description": "Set the Liquid Glass icon path",
416
+ "name": "liquidGlassIconPath",
417
+ "hasDynamicHelp": false,
418
+ "multiple": false,
419
+ "type": "option"
420
+ },
421
+ "name": {
422
+ "char": "n",
423
+ "description": "The name of the game",
424
+ "name": "name",
425
+ "hasDynamicHelp": false,
426
+ "multiple": false,
427
+ "type": "option"
428
+ },
429
+ "semanticVersion": {
430
+ "char": "s",
431
+ "description": "Set the semantic version",
432
+ "name": "semanticVersion",
433
+ "hasDynamicHelp": false,
434
+ "multiple": false,
435
+ "type": "option"
436
+ },
437
+ "useDemoCredentials": {
438
+ "char": "d",
439
+ "description": "Use demo credentials for this project",
440
+ "name": "useDemoCredentials",
441
+ "hasDynamicHelp": false,
442
+ "multiple": false,
443
+ "type": "option"
444
+ }
445
+ },
446
+ "hasDynamicHelp": false,
447
+ "hiddenAliases": [],
448
+ "id": "game:create",
449
+ "pluginAlias": "shipthis",
450
+ "pluginName": "shipthis",
451
+ "pluginType": "core",
452
+ "strict": true,
453
+ "enableJsonFlag": false,
454
+ "isESM": true,
455
+ "relativePath": [
456
+ "dist",
457
+ "commands",
458
+ "game",
459
+ "create.js"
460
+ ]
461
+ },
462
+ "game:details": {
463
+ "aliases": [],
464
+ "args": {},
465
+ "description": "Shows and sets the details of a game.",
466
+ "examples": [
467
+ "<%= config.bin %> <%= command.id %>",
468
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4",
469
+ "<%= config.bin %> <%= command.id %> --buildNumber 5 --semanticVersion 1.2.3",
470
+ "<%= config.bin %> <%= command.id %> --gameEngine godot --gameEngineVersion 4.2 --force"
471
+ ],
472
+ "flags": {
473
+ "gameId": {
474
+ "char": "g",
475
+ "description": "The ID of the game",
476
+ "name": "gameId",
477
+ "hasDynamicHelp": false,
478
+ "multiple": false,
479
+ "type": "option"
480
+ },
481
+ "force": {
482
+ "char": "f",
483
+ "description": "Force the command to run",
484
+ "name": "force",
485
+ "allowNo": false,
486
+ "type": "boolean"
487
+ },
488
+ "androidPackageName": {
489
+ "char": "a",
490
+ "description": "Set the Android package name",
491
+ "name": "androidPackageName",
492
+ "hasDynamicHelp": false,
493
+ "multiple": false,
494
+ "type": "option"
495
+ },
496
+ "buildNumber": {
497
+ "char": "b",
498
+ "description": "Set the build number",
499
+ "name": "buildNumber",
500
+ "hasDynamicHelp": false,
501
+ "multiple": false,
502
+ "type": "option"
503
+ },
504
+ "gameEngine": {
505
+ "char": "e",
506
+ "description": "Set the game engine",
507
+ "name": "gameEngine",
508
+ "hasDynamicHelp": false,
509
+ "multiple": false,
510
+ "type": "option"
511
+ },
512
+ "gameEngineVersion": {
513
+ "char": "v",
514
+ "description": "Set the game engine version",
515
+ "name": "gameEngineVersion",
516
+ "hasDynamicHelp": false,
517
+ "multiple": false,
518
+ "type": "option"
519
+ },
520
+ "gcpProjectId": {
521
+ "char": "g",
522
+ "description": "Set the GCP project ID",
523
+ "name": "gcpProjectId",
524
+ "hasDynamicHelp": false,
525
+ "multiple": false,
526
+ "type": "option"
527
+ },
528
+ "gcpServiceAccountId": {
529
+ "char": "c",
530
+ "description": "Set the GCP service account ID",
531
+ "name": "gcpServiceAccountId",
532
+ "hasDynamicHelp": false,
533
+ "multiple": false,
534
+ "type": "option"
535
+ },
536
+ "iosBundleId": {
537
+ "char": "i",
538
+ "description": "Set the iOS bundle ID",
539
+ "name": "iosBundleId",
540
+ "hasDynamicHelp": false,
541
+ "multiple": false,
542
+ "type": "option"
543
+ },
544
+ "liquidGlassIconPath": {
545
+ "char": "l",
546
+ "description": "Set the Liquid Glass icon path",
547
+ "name": "liquidGlassIconPath",
548
+ "hasDynamicHelp": false,
549
+ "multiple": false,
550
+ "type": "option"
551
+ },
552
+ "name": {
553
+ "char": "n",
554
+ "description": "The name of the game",
555
+ "name": "name",
556
+ "hasDynamicHelp": false,
557
+ "multiple": false,
558
+ "type": "option"
559
+ },
560
+ "semanticVersion": {
561
+ "char": "s",
562
+ "description": "Set the semantic version",
563
+ "name": "semanticVersion",
564
+ "hasDynamicHelp": false,
565
+ "multiple": false,
566
+ "type": "option"
567
+ },
568
+ "useDemoCredentials": {
569
+ "char": "d",
570
+ "description": "Use demo credentials for this project",
571
+ "name": "useDemoCredentials",
572
+ "hasDynamicHelp": false,
573
+ "multiple": false,
574
+ "type": "option"
575
+ }
576
+ },
577
+ "hasDynamicHelp": false,
578
+ "hiddenAliases": [],
579
+ "id": "game:details",
580
+ "pluginAlias": "shipthis",
581
+ "pluginName": "shipthis",
582
+ "pluginType": "core",
583
+ "strict": true,
584
+ "enableJsonFlag": false,
585
+ "isESM": true,
586
+ "relativePath": [
587
+ "dist",
588
+ "commands",
589
+ "game",
590
+ "details.js"
591
+ ]
592
+ },
593
+ "game:export": {
594
+ "aliases": [],
595
+ "args": {
596
+ "game_id": {
597
+ "description": "The ID of the game to export (use \"list\" to get the ID)",
598
+ "name": "game_id",
599
+ "required": true
600
+ }
601
+ },
602
+ "description": "Downloads the shipthis.json file for a given game into the current directory.",
603
+ "examples": [
604
+ "<%= config.bin %> <%= command.id %> abcd1234",
605
+ "<%= config.bin %> <%= command.id %> abcd1234 --force"
606
+ ],
607
+ "flags": {
608
+ "force": {
609
+ "char": "f",
610
+ "name": "force",
611
+ "allowNo": false,
612
+ "type": "boolean"
613
+ }
614
+ },
615
+ "hasDynamicHelp": false,
616
+ "hiddenAliases": [],
617
+ "id": "game:export",
618
+ "pluginAlias": "shipthis",
619
+ "pluginName": "shipthis",
620
+ "pluginType": "core",
621
+ "strict": true,
622
+ "enableJsonFlag": false,
623
+ "isESM": true,
624
+ "relativePath": [
625
+ "dist",
626
+ "commands",
627
+ "game",
628
+ "export.js"
629
+ ]
630
+ },
631
+ "game:list": {
632
+ "aliases": [],
633
+ "args": {},
634
+ "description": "Shows a list of all your games.",
635
+ "examples": [
636
+ "<%= config.bin %> <%= command.id %>"
637
+ ],
638
+ "flags": {
639
+ "order": {
640
+ "char": "r",
641
+ "description": "The order to sort by",
642
+ "name": "order",
643
+ "default": "desc",
644
+ "hasDynamicHelp": false,
645
+ "multiple": false,
646
+ "options": [
647
+ "asc",
648
+ "desc"
649
+ ],
650
+ "type": "option"
651
+ },
652
+ "orderBy": {
653
+ "char": "o",
654
+ "description": "The field to order by",
655
+ "name": "orderBy",
656
+ "default": "createdAt",
657
+ "hasDynamicHelp": false,
658
+ "multiple": false,
659
+ "options": [
660
+ "createdAt",
661
+ "updatedAt",
662
+ "name"
663
+ ],
664
+ "type": "option"
665
+ },
666
+ "pageNumber": {
667
+ "char": "p",
668
+ "description": "The page number to show (starts at 0)",
669
+ "name": "pageNumber",
670
+ "default": 0,
671
+ "hasDynamicHelp": false,
672
+ "multiple": false,
673
+ "type": "option"
674
+ },
675
+ "pageSize": {
676
+ "char": "s",
677
+ "description": "The number of items to show per page",
678
+ "name": "pageSize",
679
+ "default": 10,
680
+ "hasDynamicHelp": false,
681
+ "multiple": false,
682
+ "type": "option"
683
+ }
684
+ },
685
+ "hasDynamicHelp": false,
686
+ "hiddenAliases": [],
687
+ "id": "game:list",
688
+ "pluginAlias": "shipthis",
689
+ "pluginName": "shipthis",
690
+ "pluginType": "core",
691
+ "strict": true,
692
+ "enableJsonFlag": false,
693
+ "isESM": true,
694
+ "relativePath": [
695
+ "dist",
696
+ "commands",
697
+ "game",
698
+ "list.js"
699
+ ]
700
+ },
701
+ "game:ship": {
702
+ "aliases": [],
703
+ "args": {},
704
+ "description": "Builds and publishes your ShipThis game.",
705
+ "examples": [
706
+ "<%= config.bin %> <%= command.id %>",
707
+ "<%= config.bin %> <%= command.id %> --platform ios",
708
+ "<%= config.bin %> <%= command.id %> --platform android --skipPublish",
709
+ "<%= config.bin %> <%= command.id %> --platform android --download game.aab",
710
+ "<%= config.bin %> <%= command.id %> --platform android --follow --downloadAPK game.apk",
711
+ "<%= config.bin %> <%= command.id %> --platform ios --follow --verbose",
712
+ "<%= config.bin %> <%= command.id %> --platform ios --useDemoCredentials --download game.ipa",
713
+ "<%= config.bin %> <%= command.id %> --platform android --gameEngineVersion 4.5.1 --skipPublish"
714
+ ],
715
+ "flags": {
716
+ "gameId": {
717
+ "char": "g",
718
+ "description": "The ID of the game",
719
+ "name": "gameId",
720
+ "hasDynamicHelp": false,
721
+ "multiple": false,
722
+ "type": "option"
723
+ },
724
+ "download": {
725
+ "dependsOn": [
726
+ "platform"
727
+ ],
728
+ "description": "Download the build artifact to the specified file",
729
+ "name": "download",
730
+ "required": false,
731
+ "hasDynamicHelp": false,
732
+ "multiple": false,
733
+ "type": "option"
734
+ },
735
+ "downloadAPK": {
736
+ "dependsOn": [
737
+ "platform"
738
+ ],
739
+ "description": "Download the APK artifact (if available) to the specified file",
740
+ "name": "downloadAPK",
741
+ "required": false,
742
+ "hasDynamicHelp": false,
743
+ "multiple": false,
744
+ "type": "option"
745
+ },
746
+ "follow": {
747
+ "dependsOn": [
748
+ "platform"
749
+ ],
750
+ "description": "Follow the job logs in real-time (requires --platform)",
751
+ "name": "follow",
752
+ "required": false,
753
+ "allowNo": false,
754
+ "type": "boolean"
755
+ },
756
+ "platform": {
757
+ "description": "The platform to ship the game to. This can be \"android\" or \"ios\"",
758
+ "name": "platform",
759
+ "required": false,
760
+ "hasDynamicHelp": false,
761
+ "multiple": false,
762
+ "options": [
763
+ "android",
764
+ "ios"
765
+ ],
766
+ "type": "option"
767
+ },
768
+ "skipPublish": {
769
+ "description": "Skip the publish step",
770
+ "name": "skipPublish",
771
+ "required": false,
772
+ "allowNo": false,
773
+ "type": "boolean"
774
+ },
775
+ "verbose": {
776
+ "description": "Enable verbose logging",
777
+ "name": "verbose",
778
+ "required": false,
779
+ "allowNo": false,
780
+ "type": "boolean"
781
+ },
782
+ "useDemoCredentials": {
783
+ "dependsOn": [
784
+ "platform"
785
+ ],
786
+ "description": "Use demo credentials for this build (requires --platform, implies --skipPublish)",
787
+ "name": "useDemoCredentials",
788
+ "required": false,
789
+ "allowNo": false,
790
+ "type": "boolean"
791
+ },
792
+ "gameEngineVersion": {
793
+ "description": "Override the specified game engine version for this build",
794
+ "name": "gameEngineVersion",
795
+ "required": false,
796
+ "hasDynamicHelp": false,
797
+ "multiple": false,
798
+ "type": "option"
799
+ }
800
+ },
801
+ "hasDynamicHelp": false,
802
+ "hiddenAliases": [],
803
+ "id": "game:ship",
804
+ "pluginAlias": "shipthis",
805
+ "pluginName": "shipthis",
806
+ "pluginType": "core",
807
+ "strict": true,
808
+ "enableJsonFlag": false,
809
+ "isESM": true,
810
+ "relativePath": [
811
+ "dist",
812
+ "commands",
813
+ "game",
814
+ "ship.js"
815
+ ]
816
+ },
817
+ "game:status": {
818
+ "aliases": [],
819
+ "args": {},
820
+ "description": "Shows the status of the current game.",
821
+ "examples": [
822
+ "<%= config.bin %> <%= command.id %>",
823
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4",
824
+ "<%= config.bin %> <%= command.id %> --platform ios"
825
+ ],
826
+ "flags": {
827
+ "gameId": {
828
+ "char": "g",
829
+ "description": "The ID of the game",
830
+ "name": "gameId",
831
+ "hasDynamicHelp": false,
832
+ "multiple": false,
833
+ "type": "option"
834
+ },
835
+ "platform": {
836
+ "char": "p",
837
+ "description": "The platform to check status for (ios, android)",
838
+ "name": "platform",
839
+ "hasDynamicHelp": false,
840
+ "multiple": false,
841
+ "options": [
842
+ "android",
843
+ "ios"
844
+ ],
845
+ "type": "option"
846
+ }
847
+ },
848
+ "hasDynamicHelp": false,
849
+ "hiddenAliases": [],
850
+ "id": "game:status",
851
+ "pluginAlias": "shipthis",
852
+ "pluginName": "shipthis",
853
+ "pluginType": "core",
854
+ "strict": true,
855
+ "enableJsonFlag": false,
856
+ "isESM": true,
857
+ "relativePath": [
858
+ "dist",
859
+ "commands",
860
+ "game",
861
+ "status.js"
862
+ ]
863
+ },
864
+ "game:wizard": {
865
+ "aliases": [],
866
+ "args": {
867
+ "platform": {
868
+ "description": "The platform to run the wizard for. This can be \"android\" or \"ios\"",
869
+ "name": "platform",
870
+ "options": [
871
+ "android",
872
+ "ios"
873
+ ],
874
+ "required": true
875
+ }
876
+ },
877
+ "description": "Runs all the steps for the specific platform",
878
+ "examples": [
879
+ "<%= config.bin %> <%= command.id %> ios",
880
+ "<%= config.bin %> <%= command.id %> android"
881
+ ],
882
+ "flags": {},
883
+ "hasDynamicHelp": false,
884
+ "hiddenAliases": [],
885
+ "id": "game:wizard",
886
+ "pluginAlias": "shipthis",
887
+ "pluginName": "shipthis",
888
+ "pluginType": "core",
889
+ "strict": true,
890
+ "enableJsonFlag": false,
891
+ "isESM": true,
892
+ "relativePath": [
893
+ "dist",
894
+ "commands",
895
+ "game",
896
+ "wizard.js"
897
+ ]
898
+ },
899
+ "internal:fastlane": {
900
+ "aliases": [],
901
+ "args": {
902
+ "file": {
903
+ "description": "Path where the fastlane session will be written",
904
+ "name": "file",
905
+ "required": true
906
+ },
907
+ "username": {
908
+ "description": "Your Apple email address",
909
+ "name": "username",
910
+ "required": true
911
+ }
912
+ },
913
+ "description": "Output a fastlane session file which can be used with xcodes",
914
+ "examples": [
915
+ "<%= config.bin %> <%= command.id %>",
916
+ "<%= config.bin %> <%= command.id %> --force --username me@email.nowhere"
917
+ ],
918
+ "flags": {
919
+ "force": {
920
+ "char": "f",
921
+ "name": "force",
922
+ "allowNo": false,
923
+ "type": "boolean"
924
+ }
925
+ },
926
+ "hasDynamicHelp": false,
927
+ "hiddenAliases": [],
928
+ "id": "internal:fastlane",
929
+ "pluginAlias": "shipthis",
930
+ "pluginName": "shipthis",
931
+ "pluginType": "core",
932
+ "strict": true,
933
+ "enableJsonFlag": false,
934
+ "isESM": true,
935
+ "relativePath": [
936
+ "dist",
937
+ "commands",
938
+ "internal",
939
+ "fastlane.js"
940
+ ]
941
+ },
942
+ "internal:readme": {
943
+ "aliases": [],
944
+ "args": {
945
+ "outputDir": {
946
+ "description": "The directory where the readme files will be written",
947
+ "name": "outputDir",
948
+ "required": true
949
+ }
950
+ },
951
+ "description": "Generate the readme files for the commands",
952
+ "examples": [
953
+ "<%= config.bin %> <%= command.id %>"
954
+ ],
955
+ "flags": {
956
+ "depth": {
957
+ "char": "d",
958
+ "description": "The depth of the topic tree to render as separate files",
959
+ "name": "depth",
960
+ "hasDynamicHelp": false,
961
+ "multiple": false,
962
+ "type": "option"
963
+ },
964
+ "notDryRun": {
965
+ "char": "n",
966
+ "description": "Set to actually write the files (will not overwrite)",
967
+ "name": "notDryRun",
968
+ "allowNo": false,
969
+ "type": "boolean"
970
+ },
971
+ "only": {
972
+ "char": "l",
973
+ "description": "Glob pattern - will only write the files which match",
974
+ "name": "only",
975
+ "hasDynamicHelp": false,
976
+ "multiple": false,
977
+ "type": "option"
978
+ },
979
+ "overWrite": {
980
+ "char": "o",
981
+ "description": "Overwrite existing files",
982
+ "name": "overWrite",
983
+ "allowNo": false,
984
+ "type": "boolean"
985
+ }
986
+ },
987
+ "hasDynamicHelp": false,
988
+ "hiddenAliases": [],
989
+ "id": "internal:readme",
990
+ "pluginAlias": "shipthis",
991
+ "pluginName": "shipthis",
992
+ "pluginType": "core",
993
+ "strict": true,
994
+ "enableJsonFlag": false,
995
+ "isESM": true,
996
+ "relativePath": [
997
+ "dist",
998
+ "commands",
999
+ "internal",
1000
+ "readme.js"
1001
+ ]
1002
+ },
1003
+ "util:android-build-method": {
1004
+ "aliases": [],
1005
+ "args": {},
1006
+ "description": "Gets and sets the Android build method in export_presets.cfg",
1007
+ "examples": [
1008
+ "<%= config.bin %> <%= command.id %>",
1009
+ "<%= config.bin %> <%= command.id %> --legacy",
1010
+ "<%= config.bin %> <%= command.id %> --gradle"
1011
+ ],
1012
+ "flags": {
1013
+ "legacy": {
1014
+ "char": "l",
1015
+ "description": "use legacy build method",
1016
+ "name": "legacy",
1017
+ "allowNo": false,
1018
+ "type": "boolean"
1019
+ },
1020
+ "gradle": {
1021
+ "char": "g",
1022
+ "description": "use gradle build method",
1023
+ "name": "gradle",
1024
+ "allowNo": false,
1025
+ "type": "boolean"
1026
+ }
1027
+ },
1028
+ "hasDynamicHelp": false,
1029
+ "hiddenAliases": [],
1030
+ "id": "util:android-build-method",
1031
+ "pluginAlias": "shipthis",
1032
+ "pluginName": "shipthis",
1033
+ "pluginType": "core",
1034
+ "strict": true,
1035
+ "enableJsonFlag": false,
1036
+ "isESM": true,
1037
+ "relativePath": [
1038
+ "dist",
1039
+ "commands",
1040
+ "util",
1041
+ "android-build-method.js"
1042
+ ]
1043
+ },
1044
+ "util:glass": {
1045
+ "aliases": [],
1046
+ "args": {
1047
+ "project": {
1048
+ "description": "Path to the .xcodeproj directory",
1049
+ "name": "project",
1050
+ "required": true
1051
+ },
1052
+ "icon": {
1053
+ "description": "Path to the .icon folder",
1054
+ "name": "icon",
1055
+ "required": true
1056
+ }
1057
+ },
1058
+ "description": "Apply a Liquid Glass .icon folder to a local Xcode project",
1059
+ "flags": {
1060
+ "verbose": {
1061
+ "description": "Enable verbose logging",
1062
+ "name": "verbose",
1063
+ "allowNo": false,
1064
+ "type": "boolean"
1065
+ }
1066
+ },
1067
+ "hasDynamicHelp": false,
1068
+ "hiddenAliases": [],
1069
+ "id": "util:glass",
1070
+ "pluginAlias": "shipthis",
1071
+ "pluginName": "shipthis",
1072
+ "pluginType": "core",
1073
+ "strict": true,
1074
+ "enableJsonFlag": false,
1075
+ "isESM": true,
1076
+ "relativePath": [
1077
+ "dist",
1078
+ "commands",
1079
+ "util",
1080
+ "glass.js"
1081
+ ]
1082
+ },
1083
+ "apple:apiKey:create": {
1084
+ "aliases": [],
1085
+ "args": {},
1086
+ "description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
1087
+ "examples": [
1088
+ "<%= config.bin %> <%= command.id %>",
1089
+ "<%= config.bin %> <%= command.id %> --force"
1090
+ ],
1091
+ "flags": {
1092
+ "force": {
1093
+ "char": "f",
1094
+ "name": "force",
1095
+ "allowNo": false,
1096
+ "type": "boolean"
1097
+ },
1098
+ "quiet": {
1099
+ "char": "q",
1100
+ "description": "Avoid output except for interactions and errors",
1101
+ "name": "quiet",
1102
+ "allowNo": false,
1103
+ "type": "boolean"
1104
+ }
1105
+ },
1106
+ "hasDynamicHelp": false,
1107
+ "hiddenAliases": [],
1108
+ "id": "apple:apiKey:create",
1109
+ "pluginAlias": "shipthis",
1110
+ "pluginName": "shipthis",
1111
+ "pluginType": "core",
1112
+ "strict": true,
1113
+ "isESM": true,
1114
+ "relativePath": [
1115
+ "dist",
1116
+ "commands",
1117
+ "apple",
1118
+ "apiKey",
1119
+ "create.js"
1120
+ ]
1121
+ },
1122
+ "apple:apiKey:delete": {
1123
+ "aliases": [],
1124
+ "args": {},
1125
+ "description": "Delete an Apple API Key from ShipThis and optionally from Apple",
1126
+ "examples": [
1127
+ "<%= config.bin %> <%= command.id %>",
1128
+ "<%= config.bin %> <%= command.id %> --immediate --revokeInApple --iAmSure"
1129
+ ],
1130
+ "flags": {
1131
+ "immediate": {
1132
+ "char": "i",
1133
+ "description": "Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)",
1134
+ "name": "immediate",
1135
+ "required": false,
1136
+ "allowNo": false,
1137
+ "type": "boolean"
1138
+ },
1139
+ "iAmSure": {
1140
+ "char": "y",
1141
+ "description": "I am sure I want to do this - do not prompt me",
1142
+ "name": "iAmSure",
1143
+ "required": false,
1144
+ "allowNo": false,
1145
+ "type": "boolean"
1146
+ },
1147
+ "revokeInApple": {
1148
+ "char": "a",
1149
+ "description": "Also revoke the API Key in Apple (cannot be undone)",
1150
+ "name": "revokeInApple",
1151
+ "required": false,
1152
+ "allowNo": false,
1153
+ "type": "boolean"
1154
+ }
1155
+ },
1156
+ "hasDynamicHelp": false,
1157
+ "hiddenAliases": [],
1158
+ "id": "apple:apiKey:delete",
1159
+ "pluginAlias": "shipthis",
1160
+ "pluginName": "shipthis",
1161
+ "pluginType": "core",
1162
+ "strict": true,
1163
+ "isESM": true,
1164
+ "relativePath": [
1165
+ "dist",
1166
+ "commands",
1167
+ "apple",
1168
+ "apiKey",
1169
+ "delete.js"
1170
+ ]
1171
+ },
1172
+ "apple:apiKey:export": {
1173
+ "aliases": [],
1174
+ "args": {
1175
+ "file": {
1176
+ "description": "Name of the ZIP file to create",
1177
+ "name": "file",
1178
+ "required": true
1179
+ }
1180
+ },
1181
+ "description": "Saves the current App Store Connect API Key to a ZIP file",
1182
+ "examples": [
1183
+ "<%= config.bin %> <%= command.id %> userApiKey.zip"
1184
+ ],
1185
+ "flags": {
1186
+ "force": {
1187
+ "char": "f",
1188
+ "description": "Overwrite the file if it already exists",
1189
+ "name": "force",
1190
+ "allowNo": false,
1191
+ "type": "boolean"
1192
+ }
1193
+ },
1194
+ "hasDynamicHelp": false,
1195
+ "hiddenAliases": [],
1196
+ "id": "apple:apiKey:export",
1197
+ "pluginAlias": "shipthis",
1198
+ "pluginName": "shipthis",
1199
+ "pluginType": "core",
1200
+ "strict": true,
1201
+ "enableJsonFlag": false,
1202
+ "isESM": true,
1203
+ "relativePath": [
1204
+ "dist",
1205
+ "commands",
1206
+ "apple",
1207
+ "apiKey",
1208
+ "export.js"
1209
+ ]
1210
+ },
1211
+ "apple:apiKey:import": {
1212
+ "aliases": [],
1213
+ "args": {
1214
+ "file": {
1215
+ "description": "Name of the ZIP file to import (must be in the same format as the export)",
1216
+ "name": "file",
1217
+ "required": true
1218
+ }
1219
+ },
1220
+ "description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
1221
+ "examples": [
1222
+ "<%= config.bin %> <%= command.id %> userApiKey.zip"
1223
+ ],
1224
+ "flags": {
1225
+ "force": {
1226
+ "char": "f",
1227
+ "name": "force",
1228
+ "allowNo": false,
1229
+ "type": "boolean"
1230
+ }
1231
+ },
1232
+ "hasDynamicHelp": false,
1233
+ "hiddenAliases": [],
1234
+ "id": "apple:apiKey:import",
1235
+ "pluginAlias": "shipthis",
1236
+ "pluginName": "shipthis",
1237
+ "pluginType": "core",
1238
+ "strict": true,
1239
+ "enableJsonFlag": false,
1240
+ "isESM": true,
1241
+ "relativePath": [
1242
+ "dist",
1243
+ "commands",
1244
+ "apple",
1245
+ "apiKey",
1246
+ "import.js"
1247
+ ]
1248
+ },
1249
+ "apple:apiKey:status": {
1250
+ "aliases": [],
1251
+ "args": {},
1252
+ "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.",
1253
+ "examples": [
1254
+ "<%= config.bin %> <%= command.id %>",
1255
+ "<%= config.bin %> <%= command.id %> --noAppleAuth"
1256
+ ],
1257
+ "flags": {
1258
+ "noAppleAuth": {
1259
+ "char": "f",
1260
+ "name": "noAppleAuth",
1261
+ "allowNo": false,
1262
+ "type": "boolean"
1263
+ }
1264
+ },
1265
+ "hasDynamicHelp": false,
1266
+ "hiddenAliases": [],
1267
+ "id": "apple:apiKey:status",
1268
+ "pluginAlias": "shipthis",
1269
+ "pluginName": "shipthis",
1270
+ "pluginType": "core",
1271
+ "strict": true,
1272
+ "enableJsonFlag": false,
1273
+ "isESM": true,
1274
+ "relativePath": [
1275
+ "dist",
1276
+ "commands",
1277
+ "apple",
1278
+ "apiKey",
1279
+ "status.js"
1280
+ ]
1281
+ },
1282
+ "apple:certificate:create": {
1283
+ "aliases": [],
1284
+ "args": {},
1285
+ "description": "Creates an iOS Distribution Certificate in your Apple Developer account.\nSaves the certificate with the private key to your ShipThis account",
1286
+ "examples": [
1287
+ "<%= config.bin %> <%= command.id %>",
1288
+ "<%= config.bin %> <%= command.id %> --force"
1289
+ ],
1290
+ "flags": {
1291
+ "force": {
1292
+ "char": "f",
1293
+ "name": "force",
1294
+ "allowNo": false,
1295
+ "type": "boolean"
1296
+ },
1297
+ "quiet": {
1298
+ "char": "q",
1299
+ "description": "Avoid output except for interactions and errors",
1300
+ "name": "quiet",
1301
+ "allowNo": false,
1302
+ "type": "boolean"
1303
+ }
1304
+ },
1305
+ "hasDynamicHelp": false,
1306
+ "hiddenAliases": [],
1307
+ "id": "apple:certificate:create",
1308
+ "pluginAlias": "shipthis",
1309
+ "pluginName": "shipthis",
1310
+ "pluginType": "core",
1311
+ "strict": true,
1312
+ "isESM": true,
1313
+ "relativePath": [
1314
+ "dist",
1315
+ "commands",
1316
+ "apple",
1317
+ "certificate",
1318
+ "create.js"
1319
+ ]
1320
+ },
1321
+ "apple:certificate:delete": {
1322
+ "aliases": [],
1323
+ "args": {},
1324
+ "description": "Delete an iOS Distribution Certificate from ShipThis and optionally from Apple",
1325
+ "examples": [
1326
+ "<%= config.bin %> <%= command.id %>",
1327
+ "<%= config.bin %> <%= command.id %> --immediate --revokeInApple --iAmSure"
1328
+ ],
1329
+ "flags": {
1330
+ "immediate": {
1331
+ "char": "i",
1332
+ "description": "Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)",
1333
+ "name": "immediate",
1334
+ "required": false,
1335
+ "allowNo": false,
1336
+ "type": "boolean"
1337
+ },
1338
+ "iAmSure": {
1339
+ "char": "y",
1340
+ "description": "I am sure I want to do this - do not prompt me",
1341
+ "name": "iAmSure",
1342
+ "required": false,
1343
+ "allowNo": false,
1344
+ "type": "boolean"
1345
+ },
1346
+ "revokeInApple": {
1347
+ "char": "a",
1348
+ "description": "Also revoke the Certificate in Apple (cannot be undone)",
1349
+ "name": "revokeInApple",
1350
+ "required": false,
1351
+ "allowNo": false,
1352
+ "type": "boolean"
1353
+ }
1354
+ },
1355
+ "hasDynamicHelp": false,
1356
+ "hiddenAliases": [],
1357
+ "id": "apple:certificate:delete",
1358
+ "pluginAlias": "shipthis",
1359
+ "pluginName": "shipthis",
1360
+ "pluginType": "core",
1361
+ "strict": true,
1362
+ "isESM": true,
1363
+ "relativePath": [
1364
+ "dist",
1365
+ "commands",
1366
+ "apple",
1367
+ "certificate",
1368
+ "delete.js"
1369
+ ]
1370
+ },
1371
+ "apple:certificate:export": {
1372
+ "aliases": [],
1373
+ "args": {
1374
+ "file": {
1375
+ "description": "Name of the ZIP file to create",
1376
+ "name": "file",
1377
+ "required": true
1378
+ }
1379
+ },
1380
+ "description": "Saves the current Apple Distribution Certificate to a ZIP file.",
1381
+ "examples": [
1382
+ "<%= config.bin %> <%= command.id %> userCert.zip"
1383
+ ],
1384
+ "flags": {
1385
+ "force": {
1386
+ "char": "f",
1387
+ "description": "Overwrite the file if it already exists",
1388
+ "name": "force",
1389
+ "allowNo": false,
1390
+ "type": "boolean"
1391
+ }
1392
+ },
1393
+ "hasDynamicHelp": false,
1394
+ "hiddenAliases": [],
1395
+ "id": "apple:certificate:export",
1396
+ "pluginAlias": "shipthis",
1397
+ "pluginName": "shipthis",
1398
+ "pluginType": "core",
1399
+ "strict": true,
1400
+ "enableJsonFlag": false,
1401
+ "isESM": true,
1402
+ "relativePath": [
1403
+ "dist",
1404
+ "commands",
1405
+ "apple",
1406
+ "certificate",
1407
+ "export.js"
1408
+ ]
1409
+ },
1410
+ "apple:certificate:import": {
1411
+ "aliases": [],
1412
+ "args": {
1413
+ "file": {
1414
+ "description": "Name of the ZIP file to import (must be in the same format as the export)",
1415
+ "name": "file",
1416
+ "required": true
1417
+ }
1418
+ },
1419
+ "description": "Imports an iOS Distribution Certificate to your ShipThis account",
1420
+ "examples": [
1421
+ "<%= config.bin %> <%= command.id %> userCert.zip"
1422
+ ],
1423
+ "flags": {
1424
+ "force": {
1425
+ "char": "f",
1426
+ "name": "force",
1427
+ "allowNo": false,
1428
+ "type": "boolean"
1429
+ }
1430
+ },
1431
+ "hasDynamicHelp": false,
1432
+ "hiddenAliases": [],
1433
+ "id": "apple:certificate:import",
1434
+ "pluginAlias": "shipthis",
1435
+ "pluginName": "shipthis",
1436
+ "pluginType": "core",
1437
+ "strict": true,
1438
+ "enableJsonFlag": false,
1439
+ "isESM": true,
1440
+ "relativePath": [
1441
+ "dist",
1442
+ "commands",
1443
+ "apple",
1444
+ "certificate",
1445
+ "import.js"
1446
+ ]
1447
+ },
1448
+ "apple:certificate:status": {
1449
+ "aliases": [],
1450
+ "args": {},
1451
+ "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.",
1452
+ "examples": [
1453
+ "<%= config.bin %> <%= command.id %>",
1454
+ "<%= config.bin %> <%= command.id %> --noAppleAuth"
1455
+ ],
1456
+ "flags": {
1457
+ "noAppleAuth": {
1458
+ "char": "f",
1459
+ "name": "noAppleAuth",
1460
+ "allowNo": false,
1461
+ "type": "boolean"
1462
+ }
1463
+ },
1464
+ "hasDynamicHelp": false,
1465
+ "hiddenAliases": [],
1466
+ "id": "apple:certificate:status",
1467
+ "pluginAlias": "shipthis",
1468
+ "pluginName": "shipthis",
1469
+ "pluginType": "core",
1470
+ "strict": true,
1471
+ "enableJsonFlag": false,
1472
+ "isESM": true,
1473
+ "relativePath": [
1474
+ "dist",
1475
+ "commands",
1476
+ "apple",
1477
+ "certificate",
1478
+ "status.js"
1479
+ ]
1480
+ },
1481
+ "game:android:status": {
1482
+ "aliases": [],
1483
+ "args": {},
1484
+ "description": "Shows the status of the setup for the Android platform for a specific game.",
1485
+ "examples": [
1486
+ "<%= config.bin %> <%= command.id %>",
1487
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1488
+ ],
1489
+ "flags": {
1490
+ "gameId": {
1491
+ "char": "g",
1492
+ "description": "The ID of the game",
1493
+ "name": "gameId",
1494
+ "hasDynamicHelp": false,
1495
+ "multiple": false,
1496
+ "type": "option"
1497
+ }
1498
+ },
1499
+ "hasDynamicHelp": false,
1500
+ "hiddenAliases": [],
1501
+ "id": "game:android:status",
1502
+ "pluginAlias": "shipthis",
1503
+ "pluginName": "shipthis",
1504
+ "pluginType": "core",
1505
+ "strict": true,
1506
+ "enableJsonFlag": false,
1507
+ "isESM": true,
1508
+ "relativePath": [
1509
+ "dist",
1510
+ "commands",
1511
+ "game",
1512
+ "android",
1513
+ "status.js"
1514
+ ]
1515
+ },
1516
+ "game:build:download": {
1517
+ "aliases": [],
1518
+ "args": {
1519
+ "build_id": {
1520
+ "description": "The ID of the build to download",
1521
+ "name": "build_id",
1522
+ "required": true
1523
+ },
1524
+ "file": {
1525
+ "description": "Name of the file to output",
1526
+ "name": "file",
1527
+ "required": true
1528
+ }
1529
+ },
1530
+ "description": "Downloads the given build artifact to the specified file",
1531
+ "examples": [
1532
+ "<%= config.bin %> <%= command.id %> 7a3f5c92 output.ipa",
1533
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4 e4b9a3d7 output.apk"
1534
+ ],
1535
+ "flags": {
1536
+ "gameId": {
1537
+ "char": "g",
1538
+ "description": "The ID of the game",
1539
+ "name": "gameId",
1540
+ "hasDynamicHelp": false,
1541
+ "multiple": false,
1542
+ "type": "option"
1543
+ },
1544
+ "force": {
1545
+ "char": "f",
1546
+ "description": "Overwrite the file if it already exists",
1547
+ "name": "force",
1548
+ "allowNo": false,
1549
+ "type": "boolean"
1550
+ }
1551
+ },
1552
+ "hasDynamicHelp": false,
1553
+ "hiddenAliases": [],
1554
+ "id": "game:build:download",
1555
+ "pluginAlias": "shipthis",
1556
+ "pluginName": "shipthis",
1557
+ "pluginType": "core",
1558
+ "strict": true,
1559
+ "enableJsonFlag": false,
1560
+ "isESM": true,
1561
+ "relativePath": [
1562
+ "dist",
1563
+ "commands",
1564
+ "game",
1565
+ "build",
1566
+ "download.js"
1567
+ ]
1568
+ },
1569
+ "game:build:list": {
1570
+ "aliases": [],
1571
+ "args": {},
1572
+ "description": "Lists the builds for successful jobs of a game.",
1573
+ "examples": [
1574
+ "<%= config.bin %> <%= command.id %>",
1575
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4",
1576
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4 --pageSize 20 --pageNumber 1"
1577
+ ],
1578
+ "flags": {
1579
+ "gameId": {
1580
+ "char": "g",
1581
+ "description": "The ID of the game",
1582
+ "name": "gameId",
1583
+ "hasDynamicHelp": false,
1584
+ "multiple": false,
1585
+ "type": "option"
1586
+ },
1587
+ "order": {
1588
+ "char": "r",
1589
+ "description": "The order to sort by",
1590
+ "name": "order",
1591
+ "default": "desc",
1592
+ "hasDynamicHelp": false,
1593
+ "multiple": false,
1594
+ "options": [
1595
+ "asc",
1596
+ "desc"
1597
+ ],
1598
+ "type": "option"
1599
+ },
1600
+ "orderBy": {
1601
+ "char": "o",
1602
+ "description": "The field to order by",
1603
+ "name": "orderBy",
1604
+ "default": "createdAt",
1605
+ "hasDynamicHelp": false,
1606
+ "multiple": false,
1607
+ "options": [
1608
+ "createdAt",
1609
+ "updatedAt"
1610
+ ],
1611
+ "type": "option"
1612
+ },
1613
+ "pageNumber": {
1614
+ "char": "p",
1615
+ "description": "The page number to show (starts at 0)",
1616
+ "name": "pageNumber",
1617
+ "default": 0,
1618
+ "hasDynamicHelp": false,
1619
+ "multiple": false,
1620
+ "type": "option"
1621
+ },
1622
+ "pageSize": {
1623
+ "char": "s",
1624
+ "description": "The number of items to show per page",
1625
+ "name": "pageSize",
1626
+ "default": 10,
1627
+ "hasDynamicHelp": false,
1628
+ "multiple": false,
1629
+ "type": "option"
1630
+ }
1631
+ },
1632
+ "hasDynamicHelp": false,
1633
+ "hiddenAliases": [],
1634
+ "id": "game:build:list",
1635
+ "pluginAlias": "shipthis",
1636
+ "pluginName": "shipthis",
1637
+ "pluginType": "core",
1638
+ "strict": true,
1639
+ "enableJsonFlag": false,
1640
+ "isESM": true,
1641
+ "relativePath": [
1642
+ "dist",
1643
+ "commands",
1644
+ "game",
1645
+ "build",
1646
+ "list.js"
1647
+ ]
1648
+ },
1649
+ "game:ios:status": {
1650
+ "aliases": [],
1651
+ "args": {},
1652
+ "description": "Shows the Game iOS Platform status. If --gameId is not provided it will look in the current directory.",
1653
+ "examples": [
1654
+ "<%= config.bin %> <%= command.id %>",
1655
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1656
+ ],
1657
+ "flags": {
1658
+ "gameId": {
1659
+ "char": "g",
1660
+ "description": "The ID of the game",
1661
+ "name": "gameId",
1662
+ "hasDynamicHelp": false,
1663
+ "multiple": false,
1664
+ "type": "option"
1665
+ }
1666
+ },
1667
+ "hasDynamicHelp": false,
1668
+ "hiddenAliases": [],
1669
+ "id": "game:ios:status",
1670
+ "pluginAlias": "shipthis",
1671
+ "pluginName": "shipthis",
1672
+ "pluginType": "core",
1673
+ "strict": true,
1674
+ "enableJsonFlag": false,
1675
+ "isESM": true,
1676
+ "relativePath": [
1677
+ "dist",
1678
+ "commands",
1679
+ "game",
1680
+ "ios",
1681
+ "status.js"
1682
+ ]
1683
+ },
1684
+ "game:ios:wizard": {
1685
+ "aliases": [],
1686
+ "args": {},
1687
+ "description": "Runs all the steps for iOS",
1688
+ "examples": [
1689
+ "<%= config.bin %> <%= command.id %>"
1690
+ ],
1691
+ "flags": {
1692
+ "forceStep": {
1693
+ "char": "f",
1694
+ "description": "Force a specific step to run.",
1695
+ "name": "forceStep",
1696
+ "hasDynamicHelp": false,
1697
+ "multiple": false,
1698
+ "type": "option"
1699
+ }
1700
+ },
1701
+ "hasDynamicHelp": false,
1702
+ "hiddenAliases": [],
1703
+ "id": "game:ios:wizard",
1704
+ "pluginAlias": "shipthis",
1705
+ "pluginName": "shipthis",
1706
+ "pluginType": "core",
1707
+ "strict": true,
1708
+ "enableJsonFlag": false,
1709
+ "isESM": true,
1710
+ "relativePath": [
1711
+ "dist",
1712
+ "commands",
1713
+ "game",
1714
+ "ios",
1715
+ "wizard.js"
1716
+ ]
1717
+ },
1718
+ "game:job:list": {
1719
+ "aliases": [],
1720
+ "args": {},
1721
+ "description": "Lists the jobs for a game.",
1722
+ "examples": [
1723
+ "<%= config.bin %> <%= command.id %>",
1724
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1725
+ ],
1726
+ "flags": {
1727
+ "gameId": {
1728
+ "char": "g",
1729
+ "description": "The ID of the game",
1730
+ "name": "gameId",
1731
+ "hasDynamicHelp": false,
1732
+ "multiple": false,
1733
+ "type": "option"
1734
+ },
1735
+ "order": {
1736
+ "char": "r",
1737
+ "description": "The order to sort by",
1738
+ "name": "order",
1739
+ "default": "desc",
1740
+ "hasDynamicHelp": false,
1741
+ "multiple": false,
1742
+ "options": [
1743
+ "asc",
1744
+ "desc"
1745
+ ],
1746
+ "type": "option"
1747
+ },
1748
+ "orderBy": {
1749
+ "char": "o",
1750
+ "description": "The field to order by",
1751
+ "name": "orderBy",
1752
+ "default": "createdAt",
1753
+ "hasDynamicHelp": false,
1754
+ "multiple": false,
1755
+ "options": [
1756
+ "createdAt",
1757
+ "updatedAt"
1758
+ ],
1759
+ "type": "option"
1760
+ },
1761
+ "pageNumber": {
1762
+ "char": "p",
1763
+ "description": "The page number to show (starts at 0)",
1764
+ "name": "pageNumber",
1765
+ "default": 0,
1766
+ "hasDynamicHelp": false,
1767
+ "multiple": false,
1768
+ "type": "option"
1769
+ },
1770
+ "pageSize": {
1771
+ "char": "s",
1772
+ "description": "The number of items to show per page",
1773
+ "name": "pageSize",
1774
+ "default": 10,
1775
+ "hasDynamicHelp": false,
1776
+ "multiple": false,
1777
+ "type": "option"
1778
+ }
1779
+ },
1780
+ "hasDynamicHelp": false,
1781
+ "hiddenAliases": [],
1782
+ "id": "game:job:list",
1783
+ "pluginAlias": "shipthis",
1784
+ "pluginName": "shipthis",
1785
+ "pluginType": "core",
1786
+ "strict": true,
1787
+ "enableJsonFlag": false,
1788
+ "isESM": true,
1789
+ "relativePath": [
1790
+ "dist",
1791
+ "commands",
1792
+ "game",
1793
+ "job",
1794
+ "list.js"
1795
+ ]
1796
+ },
1797
+ "game:job:status": {
1798
+ "aliases": [],
1799
+ "args": {
1800
+ "job_id": {
1801
+ "description": "The id of the job to get the status of",
1802
+ "name": "job_id",
1803
+ "required": true
1804
+ }
1805
+ },
1806
+ "description": "Shows the real-time status of a job.",
1807
+ "examples": [
1808
+ "<%= config.bin %> <%= command.id %> 4d32239e",
1809
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4 4d32239e",
1810
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4 --lines 20 --follow 4d32239e"
1811
+ ],
1812
+ "flags": {
1813
+ "gameId": {
1814
+ "char": "g",
1815
+ "description": "The ID of the game",
1816
+ "name": "gameId",
1817
+ "hasDynamicHelp": false,
1818
+ "multiple": false,
1819
+ "type": "option"
1820
+ },
1821
+ "follow": {
1822
+ "char": "f",
1823
+ "description": "Follow the log in real-time",
1824
+ "name": "follow",
1825
+ "allowNo": false,
1826
+ "type": "boolean"
1827
+ },
1828
+ "lines": {
1829
+ "char": "n",
1830
+ "description": "The number of lines to show",
1831
+ "name": "lines",
1832
+ "default": 10,
1833
+ "hasDynamicHelp": false,
1834
+ "multiple": false,
1835
+ "type": "option"
1836
+ }
1837
+ },
1838
+ "hasDynamicHelp": false,
1839
+ "hiddenAliases": [],
1840
+ "id": "game:job:status",
1841
+ "pluginAlias": "shipthis",
1842
+ "pluginName": "shipthis",
1843
+ "pluginType": "core",
1844
+ "strict": true,
1845
+ "enableJsonFlag": false,
1846
+ "isESM": true,
1847
+ "relativePath": [
1848
+ "dist",
1849
+ "commands",
1850
+ "game",
1851
+ "job",
1852
+ "status.js"
1853
+ ]
1854
+ },
1855
+ "game:android:apiKey:connect": {
1856
+ "aliases": [],
1857
+ "args": {},
1858
+ "description": "Connects ShipThis with Google for managing Service Account API Keys for an Android game",
1859
+ "examples": [
1860
+ "<%= config.bin %> <%= command.id %>",
1861
+ "<%= config.bin %> <%= command.id %> --force",
1862
+ "<%= config.bin %> <%= command.id %> --disconnect"
1863
+ ],
1864
+ "flags": {
1865
+ "gameId": {
1866
+ "char": "g",
1867
+ "description": "The ID of the game",
1868
+ "name": "gameId",
1869
+ "hasDynamicHelp": false,
1870
+ "multiple": false,
1871
+ "type": "option"
1872
+ },
1873
+ "disconnect": {
1874
+ "char": "d",
1875
+ "name": "disconnect",
1876
+ "allowNo": false,
1877
+ "type": "boolean"
1878
+ },
1879
+ "force": {
1880
+ "char": "f",
1881
+ "name": "force",
1882
+ "allowNo": false,
1883
+ "type": "boolean"
1884
+ }
1885
+ },
1886
+ "hasDynamicHelp": false,
1887
+ "hiddenAliases": [],
1888
+ "id": "game:android:apiKey:connect",
1889
+ "pluginAlias": "shipthis",
1890
+ "pluginName": "shipthis",
1891
+ "pluginType": "core",
1892
+ "strict": true,
1893
+ "isESM": true,
1894
+ "relativePath": [
1895
+ "dist",
1896
+ "commands",
1897
+ "game",
1898
+ "android",
1899
+ "apiKey",
1900
+ "connect.js"
1901
+ ]
1902
+ },
1903
+ "game:android:apiKey:create": {
1904
+ "aliases": [],
1905
+ "args": {},
1906
+ "description": "Creates a new Android Service Account API Key for a game",
1907
+ "examples": [
1908
+ "<%= config.bin %> <%= command.id %>",
1909
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1910
+ ],
1911
+ "flags": {
1912
+ "gameId": {
1913
+ "char": "g",
1914
+ "description": "The ID of the game",
1915
+ "name": "gameId",
1916
+ "hasDynamicHelp": false,
1917
+ "multiple": false,
1918
+ "type": "option"
1919
+ },
1920
+ "force": {
1921
+ "char": "f",
1922
+ "name": "force",
1923
+ "allowNo": false,
1924
+ "type": "boolean"
1925
+ },
1926
+ "waitForAuth": {
1927
+ "char": "w",
1928
+ "description": "Wait for Google Authentication (10 mins).",
1929
+ "name": "waitForAuth",
1930
+ "allowNo": false,
1931
+ "type": "boolean"
1932
+ }
1933
+ },
1934
+ "hasDynamicHelp": false,
1935
+ "hiddenAliases": [],
1936
+ "id": "game:android:apiKey:create",
1937
+ "pluginAlias": "shipthis",
1938
+ "pluginName": "shipthis",
1939
+ "pluginType": "core",
1940
+ "strict": true,
1941
+ "isESM": true,
1942
+ "relativePath": [
1943
+ "dist",
1944
+ "commands",
1945
+ "game",
1946
+ "android",
1947
+ "apiKey",
1948
+ "create.js"
1949
+ ]
1950
+ },
1951
+ "game:android:apiKey:delete": {
1952
+ "aliases": [],
1953
+ "args": {},
1954
+ "description": "Delete the active Android API Key from ShipThis",
1955
+ "examples": [
1956
+ "<%= config.bin %> <%= command.id %>",
1957
+ "<%= config.bin %> <%= command.id %> --immediate --iAmSure"
1958
+ ],
1959
+ "flags": {
1960
+ "gameId": {
1961
+ "char": "g",
1962
+ "description": "The ID of the game",
1963
+ "name": "gameId",
1964
+ "hasDynamicHelp": false,
1965
+ "multiple": false,
1966
+ "type": "option"
1967
+ },
1968
+ "immediate": {
1969
+ "char": "i",
1970
+ "description": "Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)",
1971
+ "name": "immediate",
1972
+ "required": false,
1973
+ "allowNo": false,
1974
+ "type": "boolean"
1975
+ },
1976
+ "iAmSure": {
1977
+ "char": "y",
1978
+ "description": "I am sure I want to do this - do not prompt me",
1979
+ "name": "iAmSure",
1980
+ "required": false,
1981
+ "allowNo": false,
1982
+ "type": "boolean"
1983
+ }
1984
+ },
1985
+ "hasDynamicHelp": false,
1986
+ "hiddenAliases": [],
1987
+ "id": "game:android:apiKey:delete",
1988
+ "pluginAlias": "shipthis",
1989
+ "pluginName": "shipthis",
1990
+ "pluginType": "core",
1991
+ "strict": true,
1992
+ "isESM": true,
1993
+ "relativePath": [
1994
+ "dist",
1995
+ "commands",
1996
+ "game",
1997
+ "android",
1998
+ "apiKey",
1999
+ "delete.js"
2000
+ ]
2001
+ },
2002
+ "game:android:apiKey:export": {
2003
+ "aliases": [],
2004
+ "args": {
2005
+ "file": {
2006
+ "description": "Name of the ZIP file to create",
2007
+ "name": "file",
2008
+ "required": true
2009
+ }
2010
+ },
2011
+ "description": "Saves the current Android Service Account API Key to a ZIP file",
2012
+ "examples": [
2013
+ "<%= config.bin %> <%= command.id %> keyStore.zip"
2014
+ ],
2015
+ "flags": {
2016
+ "force": {
2017
+ "char": "f",
2018
+ "description": "Overwrite the file if it already exists",
2019
+ "name": "force",
2020
+ "allowNo": false,
2021
+ "type": "boolean"
2022
+ },
2023
+ "gameId": {
2024
+ "char": "g",
2025
+ "description": "The ID of the game",
2026
+ "name": "gameId",
2027
+ "hasDynamicHelp": false,
2028
+ "multiple": false,
2029
+ "type": "option"
2030
+ }
2031
+ },
2032
+ "hasDynamicHelp": false,
2033
+ "hiddenAliases": [],
2034
+ "id": "game:android:apiKey:export",
2035
+ "pluginAlias": "shipthis",
2036
+ "pluginName": "shipthis",
2037
+ "pluginType": "core",
2038
+ "strict": true,
2039
+ "isESM": true,
2040
+ "relativePath": [
2041
+ "dist",
2042
+ "commands",
2043
+ "game",
2044
+ "android",
2045
+ "apiKey",
2046
+ "export.js"
2047
+ ]
2048
+ },
2049
+ "game:android:apiKey:import": {
2050
+ "aliases": [],
2051
+ "args": {
2052
+ "file": {
2053
+ "description": "Name of the ZIP file to import (must be in the same format as the export)",
2054
+ "name": "file",
2055
+ "required": true
2056
+ }
2057
+ },
2058
+ "description": "Imports an Android Service Account API Key to your ShipThis account for the specified game.",
2059
+ "examples": [
2060
+ "<%= config.bin %> <%= command.id %>"
2061
+ ],
2062
+ "flags": {
2063
+ "force": {
2064
+ "char": "f",
2065
+ "name": "force",
2066
+ "allowNo": false,
2067
+ "type": "boolean"
2068
+ },
2069
+ "gameId": {
2070
+ "char": "g",
2071
+ "description": "The ID of the game",
2072
+ "name": "gameId",
2073
+ "hasDynamicHelp": false,
2074
+ "multiple": false,
2075
+ "type": "option"
2076
+ }
2077
+ },
2078
+ "hasDynamicHelp": false,
2079
+ "hiddenAliases": [],
2080
+ "id": "game:android:apiKey:import",
2081
+ "pluginAlias": "shipthis",
2082
+ "pluginName": "shipthis",
2083
+ "pluginType": "core",
2084
+ "strict": true,
2085
+ "isESM": true,
2086
+ "relativePath": [
2087
+ "dist",
2088
+ "commands",
2089
+ "game",
2090
+ "android",
2091
+ "apiKey",
2092
+ "import.js"
2093
+ ]
2094
+ },
2095
+ "game:android:apiKey:invite": {
2096
+ "aliases": [],
2097
+ "args": {
2098
+ "accountId": {
2099
+ "description": "The Google Play Account ID",
2100
+ "name": "accountId",
2101
+ "required": false
2102
+ }
2103
+ },
2104
+ "description": "Invites the Service Account to your Google Play Account.",
2105
+ "examples": [
2106
+ "<%= config.bin %> <%= command.id %>"
2107
+ ],
2108
+ "flags": {
2109
+ "gameId": {
2110
+ "char": "g",
2111
+ "description": "The ID of the game",
2112
+ "name": "gameId",
2113
+ "hasDynamicHelp": false,
2114
+ "multiple": false,
2115
+ "type": "option"
2116
+ },
2117
+ "prompt": {
2118
+ "char": "p",
2119
+ "description": "Prompt for the Google Play Account ID",
2120
+ "name": "prompt",
2121
+ "allowNo": false,
2122
+ "type": "boolean"
2123
+ },
2124
+ "waitForAuth": {
2125
+ "char": "w",
2126
+ "description": "Wait for Google Authentication (10 mins).",
2127
+ "name": "waitForAuth",
2128
+ "allowNo": false,
2129
+ "type": "boolean"
2130
+ },
2131
+ "waitForGoogleApp": {
2132
+ "char": "p",
2133
+ "description": "Waits for the Google Play app to be created (10 mins).",
2134
+ "name": "waitForGoogleApp",
2135
+ "allowNo": false,
2136
+ "type": "boolean"
2137
+ }
2138
+ },
2139
+ "hasDynamicHelp": false,
2140
+ "hiddenAliases": [],
2141
+ "id": "game:android:apiKey:invite",
2142
+ "pluginAlias": "shipthis",
2143
+ "pluginName": "shipthis",
2144
+ "pluginType": "core",
2145
+ "strict": true,
2146
+ "isESM": true,
2147
+ "relativePath": [
2148
+ "dist",
2149
+ "commands",
2150
+ "game",
2151
+ "android",
2152
+ "apiKey",
2153
+ "invite.js"
2154
+ ]
2155
+ },
2156
+ "game:android:apiKey:policy": {
2157
+ "aliases": [],
2158
+ "args": {},
2159
+ "description": "Gets and sets the iam.disableServiceAccountKeyCreation policy for your Google Organization",
2160
+ "examples": [
2161
+ "<%= config.bin %> <%= command.id %>",
2162
+ "<%= config.bin %> <%= command.id %> --enforce",
2163
+ "<%= config.bin %> <%= command.id %> --revoke"
2164
+ ],
2165
+ "flags": {
2166
+ "gameId": {
2167
+ "char": "g",
2168
+ "description": "The ID of the game",
2169
+ "name": "gameId",
2170
+ "hasDynamicHelp": false,
2171
+ "multiple": false,
2172
+ "type": "option"
2173
+ },
2174
+ "enforce": {
2175
+ "char": "e",
2176
+ "description": "Enforces the policy",
2177
+ "exclusive": [
2178
+ "revoke"
2179
+ ],
2180
+ "name": "enforce",
2181
+ "allowNo": false,
2182
+ "type": "boolean"
2183
+ },
2184
+ "revoke": {
2185
+ "char": "r",
2186
+ "description": "Revokes the policy",
2187
+ "exclusive": [
2188
+ "enforce"
2189
+ ],
2190
+ "name": "revoke",
2191
+ "allowNo": false,
2192
+ "type": "boolean"
2193
+ },
2194
+ "waitForAuth": {
2195
+ "char": "w",
2196
+ "description": "Wait for Google Authentication (10 mins).",
2197
+ "name": "waitForAuth",
2198
+ "allowNo": false,
2199
+ "type": "boolean"
2200
+ }
2201
+ },
2202
+ "hasDynamicHelp": false,
2203
+ "hiddenAliases": [],
2204
+ "id": "game:android:apiKey:policy",
2205
+ "pluginAlias": "shipthis",
2206
+ "pluginName": "shipthis",
2207
+ "pluginType": "core",
2208
+ "strict": true,
2209
+ "isESM": true,
2210
+ "relativePath": [
2211
+ "dist",
2212
+ "commands",
2213
+ "game",
2214
+ "android",
2215
+ "apiKey",
2216
+ "policy.js"
2217
+ ]
2218
+ },
2219
+ "game:android:apiKey:status": {
2220
+ "aliases": [],
2221
+ "args": {},
2222
+ "description": "Displays the status of the Android Service Account API Key for a specific game.",
2223
+ "examples": [
2224
+ "<%= config.bin %> <%= command.id %>",
2225
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
2226
+ ],
2227
+ "flags": {
2228
+ "gameId": {
2229
+ "char": "g",
2230
+ "description": "The ID of the game",
2231
+ "name": "gameId",
2232
+ "hasDynamicHelp": false,
2233
+ "multiple": false,
2234
+ "type": "option"
2235
+ }
2236
+ },
2237
+ "hasDynamicHelp": false,
2238
+ "hiddenAliases": [],
2239
+ "id": "game:android:apiKey:status",
2240
+ "pluginAlias": "shipthis",
2241
+ "pluginName": "shipthis",
2242
+ "pluginType": "core",
2243
+ "strict": true,
2244
+ "isESM": true,
2245
+ "relativePath": [
2246
+ "dist",
2247
+ "commands",
2248
+ "game",
2249
+ "android",
2250
+ "apiKey",
2251
+ "status.js"
2252
+ ]
2253
+ },
2254
+ "game:android:keyStore:create": {
2255
+ "aliases": [],
2256
+ "args": {},
2257
+ "description": "Creates a new Android Keystore for a game",
2258
+ "examples": [
2259
+ "<%= config.bin %> <%= command.id %>",
2260
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
2261
+ ],
2262
+ "flags": {
2263
+ "gameId": {
2264
+ "char": "g",
2265
+ "description": "The ID of the game",
2266
+ "name": "gameId",
2267
+ "hasDynamicHelp": false,
2268
+ "multiple": false,
2269
+ "type": "option"
2270
+ },
2271
+ "force": {
2272
+ "char": "f",
2273
+ "name": "force",
2274
+ "allowNo": false,
2275
+ "type": "boolean"
2276
+ }
2277
+ },
2278
+ "hasDynamicHelp": false,
2279
+ "hiddenAliases": [],
2280
+ "id": "game:android:keyStore:create",
2281
+ "pluginAlias": "shipthis",
2282
+ "pluginName": "shipthis",
2283
+ "pluginType": "core",
2284
+ "strict": true,
2285
+ "isESM": true,
2286
+ "relativePath": [
2287
+ "dist",
2288
+ "commands",
2289
+ "game",
2290
+ "android",
2291
+ "keyStore",
2292
+ "create.js"
2293
+ ]
2294
+ },
2295
+ "game:android:keyStore:delete": {
2296
+ "aliases": [],
2297
+ "args": {},
2298
+ "description": "Delete the active Android KeyStore from ShipThis",
2299
+ "examples": [
2300
+ "<%= config.bin %> <%= command.id %>",
2301
+ "<%= config.bin %> <%= command.id %> --immediate --iAmSure"
2302
+ ],
2303
+ "flags": {
2304
+ "gameId": {
2305
+ "char": "g",
2306
+ "description": "The ID of the game",
2307
+ "name": "gameId",
2308
+ "hasDynamicHelp": false,
2309
+ "multiple": false,
2310
+ "type": "option"
2311
+ },
2312
+ "immediate": {
2313
+ "char": "i",
2314
+ "description": "Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)",
2315
+ "name": "immediate",
2316
+ "required": false,
2317
+ "allowNo": false,
2318
+ "type": "boolean"
2319
+ },
2320
+ "iAmSure": {
2321
+ "char": "y",
2322
+ "description": "I am sure I want to do this - do not prompt me",
2323
+ "name": "iAmSure",
2324
+ "required": false,
2325
+ "allowNo": false,
2326
+ "type": "boolean"
2327
+ }
2328
+ },
2329
+ "hasDynamicHelp": false,
2330
+ "hiddenAliases": [],
2331
+ "id": "game:android:keyStore:delete",
2332
+ "pluginAlias": "shipthis",
2333
+ "pluginName": "shipthis",
2334
+ "pluginType": "core",
2335
+ "strict": true,
2336
+ "isESM": true,
2337
+ "relativePath": [
2338
+ "dist",
2339
+ "commands",
2340
+ "game",
2341
+ "android",
2342
+ "keyStore",
2343
+ "delete.js"
2344
+ ]
2345
+ },
2346
+ "game:android:keyStore:export": {
2347
+ "aliases": [],
2348
+ "args": {
2349
+ "file": {
2350
+ "description": "Name of the ZIP file to create",
2351
+ "name": "file",
2352
+ "required": true
2353
+ }
2354
+ },
2355
+ "description": "Saves the current Android Keystore to a ZIP file",
2356
+ "examples": [
2357
+ "<%= config.bin %> <%= command.id %> keyStore.zip"
2358
+ ],
2359
+ "flags": {
2360
+ "force": {
2361
+ "char": "f",
2362
+ "description": "Overwrite the file if it already exists",
2363
+ "name": "force",
2364
+ "allowNo": false,
2365
+ "type": "boolean"
2366
+ },
2367
+ "gameId": {
2368
+ "char": "g",
2369
+ "description": "The ID of the game",
2370
+ "name": "gameId",
2371
+ "hasDynamicHelp": false,
2372
+ "multiple": false,
2373
+ "type": "option"
2374
+ }
2375
+ },
2376
+ "hasDynamicHelp": false,
2377
+ "hiddenAliases": [],
2378
+ "id": "game:android:keyStore:export",
2379
+ "pluginAlias": "shipthis",
2380
+ "pluginName": "shipthis",
2381
+ "pluginType": "core",
2382
+ "strict": true,
2383
+ "enableJsonFlag": false,
2384
+ "isESM": true,
2385
+ "relativePath": [
2386
+ "dist",
2387
+ "commands",
2388
+ "game",
2389
+ "android",
2390
+ "keyStore",
2391
+ "export.js"
2392
+ ]
2393
+ },
2394
+ "game:android:keyStore:import": {
2395
+ "aliases": [],
2396
+ "args": {
2397
+ "file": {
2398
+ "description": "Path to the ZIP file to import (must be in the same format as the export)",
2399
+ "name": "file",
2400
+ "required": false
2401
+ }
2402
+ },
2403
+ "description": "Imports an Android Keystore to your ShipThis account for the specified game.",
2404
+ "examples": [
2405
+ "<%= config.bin %> <%= command.id %> path/to/import.zip -g abfd5b00",
2406
+ "<%= config.bin %> <%= command.id %> --jksFile path/to/file.jks --keystorePassword yourpass --keyPassword yourkeypass"
2407
+ ],
2408
+ "flags": {
2409
+ "gameId": {
2410
+ "char": "g",
2411
+ "description": "The ID of the game",
2412
+ "name": "gameId",
2413
+ "hasDynamicHelp": false,
2414
+ "multiple": false,
2415
+ "type": "option"
2416
+ },
2417
+ "force": {
2418
+ "char": "f",
2419
+ "description": "Overwrite any existing keystore without confirmation",
2420
+ "name": "force",
2421
+ "allowNo": false,
2422
+ "type": "boolean"
2423
+ },
2424
+ "jksFile": {
2425
+ "description": "Path to the JKS file to import (requires passwords)",
2426
+ "name": "jksFile",
2427
+ "hasDynamicHelp": false,
2428
+ "multiple": false,
2429
+ "type": "option"
2430
+ },
2431
+ "keyPassword": {
2432
+ "description": "Key alias password (required when using --jksFile)",
2433
+ "name": "keyPassword",
2434
+ "hasDynamicHelp": false,
2435
+ "multiple": false,
2436
+ "type": "option"
2437
+ },
2438
+ "keystorePassword": {
2439
+ "description": "Keystore password (required when using --jksFile)",
2440
+ "name": "keystorePassword",
2441
+ "hasDynamicHelp": false,
2442
+ "multiple": false,
2443
+ "type": "option"
2444
+ }
2445
+ },
2446
+ "hasDynamicHelp": false,
2447
+ "hiddenAliases": [],
2448
+ "id": "game:android:keyStore:import",
2449
+ "pluginAlias": "shipthis",
2450
+ "pluginName": "shipthis",
2451
+ "pluginType": "core",
2452
+ "strict": true,
2453
+ "enableJsonFlag": false,
2454
+ "isESM": true,
2455
+ "relativePath": [
2456
+ "dist",
2457
+ "commands",
2458
+ "game",
2459
+ "android",
2460
+ "keyStore",
2461
+ "import.js"
2462
+ ]
2463
+ },
2464
+ "game:android:keyStore:status": {
2465
+ "aliases": [],
2466
+ "args": {},
2467
+ "description": "Displays the status of the Android Keystore for a specific game.",
2468
+ "examples": [
2469
+ "<%= config.bin %> <%= command.id %>",
2470
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
2471
+ ],
2472
+ "flags": {
2473
+ "gameId": {
2474
+ "char": "g",
2475
+ "description": "The ID of the game",
2476
+ "name": "gameId",
2477
+ "hasDynamicHelp": false,
2478
+ "multiple": false,
2479
+ "type": "option"
2480
+ }
2481
+ },
2482
+ "hasDynamicHelp": false,
2483
+ "hiddenAliases": [],
2484
+ "id": "game:android:keyStore:status",
2485
+ "pluginAlias": "shipthis",
2486
+ "pluginName": "shipthis",
2487
+ "pluginType": "core",
2488
+ "strict": true,
2489
+ "enableJsonFlag": false,
2490
+ "isESM": true,
2491
+ "relativePath": [
2492
+ "dist",
2493
+ "commands",
2494
+ "game",
2495
+ "android",
2496
+ "keyStore",
2497
+ "status.js"
2498
+ ]
2499
+ },
2500
+ "game:ios:app:addTester": {
2501
+ "aliases": [],
2502
+ "args": {},
2503
+ "description": "Adds a test user to the game in App Store Connect.",
2504
+ "examples": [
2505
+ "<%= config.bin %> <%= command.id %>"
2506
+ ],
2507
+ "flags": {
2508
+ "email": {
2509
+ "char": "e",
2510
+ "description": "The email address of the tester",
2511
+ "name": "email",
2512
+ "hasDynamicHelp": false,
2513
+ "multiple": false,
2514
+ "type": "option"
2515
+ },
2516
+ "firstName": {
2517
+ "char": "f",
2518
+ "description": "The first name of the tester",
2519
+ "name": "firstName",
2520
+ "hasDynamicHelp": false,
2521
+ "multiple": false,
2522
+ "type": "option"
2523
+ },
2524
+ "gameId": {
2525
+ "char": "g",
2526
+ "description": "The ID of the game",
2527
+ "name": "gameId",
2528
+ "hasDynamicHelp": false,
2529
+ "multiple": false,
2530
+ "type": "option"
2531
+ },
2532
+ "lastName": {
2533
+ "char": "l",
2534
+ "description": "The last name of the tester",
2535
+ "name": "lastName",
2536
+ "hasDynamicHelp": false,
2537
+ "multiple": false,
2538
+ "type": "option"
2539
+ },
2540
+ "quiet": {
2541
+ "char": "q",
2542
+ "description": "Avoid output except for interactions and errors",
2543
+ "name": "quiet",
2544
+ "allowNo": false,
2545
+ "type": "boolean"
2546
+ },
2547
+ "self": {
2548
+ "char": "s",
2549
+ "description": "Add yourself as a tester (uses your Apple ID email and name)",
2550
+ "name": "self",
2551
+ "allowNo": false,
2552
+ "type": "boolean"
2553
+ }
2554
+ },
2555
+ "hasDynamicHelp": false,
2556
+ "hiddenAliases": [],
2557
+ "id": "game:ios:app:addTester",
2558
+ "pluginAlias": "shipthis",
2559
+ "pluginName": "shipthis",
2560
+ "pluginType": "core",
2561
+ "strict": true,
2562
+ "enableJsonFlag": false,
2563
+ "isESM": true,
2564
+ "relativePath": [
2565
+ "dist",
2566
+ "commands",
2567
+ "game",
2568
+ "ios",
2569
+ "app",
2570
+ "addTester.js"
2571
+ ]
2572
+ },
2573
+ "game:ios:app:create": {
2574
+ "aliases": [],
2575
+ "args": {},
2576
+ "description": "Creates an App and BundleId in the Apple Developer Portal.",
2577
+ "examples": [
2578
+ "<%= config.bin %> <%= command.id %>"
2579
+ ],
2580
+ "flags": {
2581
+ "appName": {
2582
+ "char": "n",
2583
+ "description": "The name of the App in the Apple Developer Portal",
2584
+ "name": "appName",
2585
+ "hasDynamicHelp": false,
2586
+ "multiple": false,
2587
+ "type": "option"
2588
+ },
2589
+ "bundleId": {
2590
+ "char": "b",
2591
+ "description": "The BundleId in the Apple Developer Portal",
2592
+ "name": "bundleId",
2593
+ "hasDynamicHelp": false,
2594
+ "multiple": false,
2595
+ "type": "option"
2596
+ },
2597
+ "force": {
2598
+ "char": "f",
2599
+ "name": "force",
2600
+ "allowNo": false,
2601
+ "type": "boolean"
2602
+ },
2603
+ "gameId": {
2604
+ "char": "g",
2605
+ "description": "The ID of the game",
2606
+ "name": "gameId",
2607
+ "hasDynamicHelp": false,
2608
+ "multiple": false,
2609
+ "type": "option"
2610
+ },
2611
+ "quiet": {
2612
+ "char": "q",
2613
+ "description": "Avoid output except for interactions and errors",
2614
+ "name": "quiet",
2615
+ "allowNo": false,
2616
+ "type": "boolean"
2617
+ }
2618
+ },
2619
+ "hasDynamicHelp": false,
2620
+ "hiddenAliases": [],
2621
+ "id": "game:ios:app:create",
2622
+ "pluginAlias": "shipthis",
2623
+ "pluginName": "shipthis",
2624
+ "pluginType": "core",
2625
+ "strict": true,
2626
+ "enableJsonFlag": false,
2627
+ "isESM": true,
2628
+ "relativePath": [
2629
+ "dist",
2630
+ "commands",
2631
+ "game",
2632
+ "ios",
2633
+ "app",
2634
+ "create.js"
2635
+ ]
2636
+ },
2637
+ "game:ios:app:status": {
2638
+ "aliases": [],
2639
+ "args": {},
2640
+ "description": "Shows the Game iOS App status. ",
2641
+ "examples": [
2642
+ "<%= config.bin %> <%= command.id %>"
2643
+ ],
2644
+ "flags": {
2645
+ "gameId": {
2646
+ "char": "g",
2647
+ "description": "The ID of the game",
2648
+ "name": "gameId",
2649
+ "hasDynamicHelp": false,
2650
+ "multiple": false,
2651
+ "type": "option"
2652
+ }
2653
+ },
2654
+ "hasDynamicHelp": false,
2655
+ "hiddenAliases": [],
2656
+ "id": "game:ios:app:status",
2657
+ "pluginAlias": "shipthis",
2658
+ "pluginName": "shipthis",
2659
+ "pluginType": "core",
2660
+ "strict": true,
2661
+ "enableJsonFlag": false,
2662
+ "isESM": true,
2663
+ "relativePath": [
2664
+ "dist",
2665
+ "commands",
2666
+ "game",
2667
+ "ios",
2668
+ "app",
2669
+ "status.js"
2670
+ ]
2671
+ },
2672
+ "game:ios:app:sync": {
2673
+ "aliases": [],
2674
+ "args": {},
2675
+ "description": "Synchronies the Apple App \"BundleId\" with the capabilities from the local project.",
2676
+ "examples": [
2677
+ "<%= config.bin %> <%= command.id %>"
2678
+ ],
2679
+ "flags": {
2680
+ "force": {
2681
+ "char": "f",
2682
+ "name": "force",
2683
+ "allowNo": false,
2684
+ "type": "boolean"
2685
+ },
2686
+ "gameId": {
2687
+ "char": "g",
2688
+ "description": "The ID of the game",
2689
+ "name": "gameId",
2690
+ "hasDynamicHelp": false,
2691
+ "multiple": false,
2692
+ "type": "option"
2693
+ },
2694
+ "quiet": {
2695
+ "char": "q",
2696
+ "description": "Avoid output except for interactions and errors",
2697
+ "name": "quiet",
2698
+ "allowNo": false,
2699
+ "type": "boolean"
2700
+ }
2701
+ },
2702
+ "hasDynamicHelp": false,
2703
+ "hiddenAliases": [],
2704
+ "id": "game:ios:app:sync",
2705
+ "pluginAlias": "shipthis",
2706
+ "pluginName": "shipthis",
2707
+ "pluginType": "core",
2708
+ "strict": true,
2709
+ "enableJsonFlag": false,
2710
+ "isESM": true,
2711
+ "relativePath": [
2712
+ "dist",
2713
+ "commands",
2714
+ "game",
2715
+ "ios",
2716
+ "app",
2717
+ "sync.js"
2718
+ ]
2719
+ },
2720
+ "game:ios:profile:create": {
2721
+ "aliases": [],
2722
+ "args": {},
2723
+ "description": "Creates a Mobile Provisioning Profile in the Apple Developer Portal.",
2724
+ "examples": [
2725
+ "<%= config.bin %> <%= command.id %>"
2726
+ ],
2727
+ "flags": {
2728
+ "force": {
2729
+ "char": "f",
2730
+ "name": "force",
2731
+ "allowNo": false,
2732
+ "type": "boolean"
2733
+ },
2734
+ "gameId": {
2735
+ "char": "g",
2736
+ "description": "The ID of the game",
2737
+ "name": "gameId",
2738
+ "hasDynamicHelp": false,
2739
+ "multiple": false,
2740
+ "type": "option"
2741
+ },
2742
+ "quiet": {
2743
+ "char": "q",
2744
+ "description": "Avoid output except for interactions and errors",
2745
+ "name": "quiet",
2746
+ "allowNo": false,
2747
+ "type": "boolean"
2748
+ }
2749
+ },
2750
+ "hasDynamicHelp": false,
2751
+ "hiddenAliases": [],
2752
+ "id": "game:ios:profile:create",
2753
+ "pluginAlias": "shipthis",
2754
+ "pluginName": "shipthis",
2755
+ "pluginType": "core",
2756
+ "strict": true,
2757
+ "enableJsonFlag": false,
2758
+ "isESM": true,
2759
+ "relativePath": [
2760
+ "dist",
2761
+ "commands",
2762
+ "game",
2763
+ "ios",
2764
+ "profile",
2765
+ "create.js"
2766
+ ]
2767
+ },
2768
+ "game:ios:profile:delete": {
2769
+ "aliases": [],
2770
+ "args": {},
2771
+ "description": "Delete an iOS Mobile Provisioning Profile from ShipThis and optionally from Apple",
2772
+ "examples": [
2773
+ "<%= config.bin %> <%= command.id %>",
2774
+ "<%= config.bin %> <%= command.id %> --revokeInApple --immediate --iAmSure"
2775
+ ],
2776
+ "flags": {
2777
+ "gameId": {
2778
+ "char": "g",
2779
+ "description": "The ID of the game",
2780
+ "name": "gameId",
2781
+ "hasDynamicHelp": false,
2782
+ "multiple": false,
2783
+ "type": "option"
2784
+ },
2785
+ "immediate": {
2786
+ "char": "i",
2787
+ "description": "Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)",
2788
+ "name": "immediate",
2789
+ "required": false,
2790
+ "allowNo": false,
2791
+ "type": "boolean"
2792
+ },
2793
+ "iAmSure": {
2794
+ "char": "y",
2795
+ "description": "I am sure I want to do this - do not prompt me",
2796
+ "name": "iAmSure",
2797
+ "required": false,
2798
+ "allowNo": false,
2799
+ "type": "boolean"
2800
+ },
2801
+ "revokeInApple": {
2802
+ "char": "a",
2803
+ "description": "Also revoke the Profile in Apple (cannot be undone)",
2804
+ "name": "revokeInApple",
2805
+ "required": false,
2806
+ "allowNo": false,
2807
+ "type": "boolean"
2808
+ }
2809
+ },
2810
+ "hasDynamicHelp": false,
2811
+ "hiddenAliases": [],
2812
+ "id": "game:ios:profile:delete",
2813
+ "pluginAlias": "shipthis",
2814
+ "pluginName": "shipthis",
2815
+ "pluginType": "core",
2816
+ "strict": true,
2817
+ "enableJsonFlag": false,
2818
+ "isESM": true,
2819
+ "relativePath": [
2820
+ "dist",
2821
+ "commands",
2822
+ "game",
2823
+ "ios",
2824
+ "profile",
2825
+ "delete.js"
2826
+ ]
2827
+ },
2828
+ "game:ios:profile:export": {
2829
+ "aliases": [],
2830
+ "args": {
2831
+ "file": {
2832
+ "description": "Name of the ZIP file to create",
2833
+ "name": "file",
2834
+ "required": true
2835
+ }
2836
+ },
2837
+ "description": "Saves the current Mobile Provisioning Profile to a ZIP file",
2838
+ "examples": [
2839
+ "<%= config.bin %> <%= command.id %> userProfile.zip"
2840
+ ],
2841
+ "flags": {
2842
+ "force": {
2843
+ "char": "f",
2844
+ "description": "Overwrite the file if it already exists",
2845
+ "name": "force",
2846
+ "allowNo": false,
2847
+ "type": "boolean"
2848
+ },
2849
+ "gameId": {
2850
+ "char": "g",
2851
+ "description": "The ID of the game",
2852
+ "name": "gameId",
2853
+ "hasDynamicHelp": false,
2854
+ "multiple": false,
2855
+ "type": "option"
2856
+ }
2857
+ },
2858
+ "hasDynamicHelp": false,
2859
+ "hiddenAliases": [],
2860
+ "id": "game:ios:profile:export",
2861
+ "pluginAlias": "shipthis",
2862
+ "pluginName": "shipthis",
2863
+ "pluginType": "core",
2864
+ "strict": true,
2865
+ "enableJsonFlag": false,
2866
+ "isESM": true,
2867
+ "relativePath": [
2868
+ "dist",
2869
+ "commands",
2870
+ "game",
2871
+ "ios",
2872
+ "profile",
2873
+ "export.js"
2874
+ ]
2875
+ },
2876
+ "game:ios:profile:import": {
2877
+ "aliases": [],
2878
+ "args": {
2879
+ "file": {
2880
+ "description": "Name of the ZIP file to import (must be in the same format as the export)",
2881
+ "name": "file",
2882
+ "required": true
2883
+ }
2884
+ },
2885
+ "description": "Imports an Mobile Provisioning Profile to your ShipThis account",
2886
+ "examples": [
2887
+ "<%= config.bin %> <%= command.id %> profile.zip"
2888
+ ],
2889
+ "flags": {
2890
+ "force": {
2891
+ "char": "f",
2892
+ "name": "force",
2893
+ "allowNo": false,
2894
+ "type": "boolean"
2895
+ },
2896
+ "gameId": {
2897
+ "char": "g",
2898
+ "description": "The ID of the game",
2899
+ "name": "gameId",
2900
+ "hasDynamicHelp": false,
2901
+ "multiple": false,
2902
+ "type": "option"
2903
+ }
2904
+ },
2905
+ "hasDynamicHelp": false,
2906
+ "hiddenAliases": [],
2907
+ "id": "game:ios:profile:import",
2908
+ "pluginAlias": "shipthis",
2909
+ "pluginName": "shipthis",
2910
+ "pluginType": "core",
2911
+ "strict": true,
2912
+ "enableJsonFlag": false,
2913
+ "isESM": true,
2914
+ "relativePath": [
2915
+ "dist",
2916
+ "commands",
2917
+ "game",
2918
+ "ios",
2919
+ "profile",
2920
+ "import.js"
2921
+ ]
2922
+ },
2923
+ "game:ios:profile:status": {
2924
+ "aliases": [],
2925
+ "args": {},
2926
+ "description": "Shows the Game iOS Mobile Provisioning Profile Status.",
2927
+ "examples": [
2928
+ "<%= config.bin %> <%= command.id %>"
2929
+ ],
2930
+ "flags": {
2931
+ "gameId": {
2932
+ "char": "g",
2933
+ "description": "The ID of the game",
2934
+ "name": "gameId",
2935
+ "hasDynamicHelp": false,
2936
+ "multiple": false,
2937
+ "type": "option"
2938
+ },
2939
+ "noAppleAuth": {
2940
+ "char": "f",
2941
+ "name": "noAppleAuth",
2942
+ "allowNo": false,
2943
+ "type": "boolean"
2944
+ }
2945
+ },
2946
+ "hasDynamicHelp": false,
2947
+ "hiddenAliases": [],
2948
+ "id": "game:ios:profile:status",
2949
+ "pluginAlias": "shipthis",
2950
+ "pluginName": "shipthis",
2951
+ "pluginType": "core",
2952
+ "strict": true,
2953
+ "enableJsonFlag": false,
2954
+ "isESM": true,
2955
+ "relativePath": [
2956
+ "dist",
2957
+ "commands",
2958
+ "game",
2959
+ "ios",
2960
+ "profile",
2961
+ "status.js"
2962
+ ]
2963
+ }
2964
+ },
2965
+ "version": "0.1.42"
2966
+ }