shipthis 0.0.1

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 (67) hide show
  1. package/README.md +894 -0
  2. package/bin/alias.sh +10 -0
  3. package/bin/dev.cmd +3 -0
  4. package/bin/dev.js +7 -0
  5. package/bin/dev.tsc.js +15 -0
  6. package/bin/loader.js +20 -0
  7. package/bin/run.cmd +3 -0
  8. package/bin/run.js +5 -0
  9. package/bin/run.tsc.js +15 -0
  10. package/dist/App-DFPMSEZF.js +21 -0
  11. package/dist/AppleBundleIdDetails-CuhAbVEp.js +61 -0
  12. package/dist/NextSteps-CK9zHOCt.js +18 -0
  13. package/dist/RunWithSpinner-BVXNWGD3.js +27 -0
  14. package/dist/StatusTable-CxuX_R1D.js +38 -0
  15. package/dist/Table-CvM6pccN.js +101 -0
  16. package/dist/Title-BCQtayg6.js +6 -0
  17. package/dist/UserCredentialsTable-DHeRI4h6.js +76 -0
  18. package/dist/baseAppleCommand-BXUu-026.js +10 -0
  19. package/dist/baseGameCommand-xrD2WDDN.js +599 -0
  20. package/dist/cacheKeys-CShA-ZjE.js +9 -0
  21. package/dist/commands/apple/apiKey/create.js +88 -0
  22. package/dist/commands/apple/apiKey/export.js +66 -0
  23. package/dist/commands/apple/apiKey/import.js +70 -0
  24. package/dist/commands/apple/apiKey/status.js +108 -0
  25. package/dist/commands/apple/certificate/create.js +118 -0
  26. package/dist/commands/apple/certificate/export.js +66 -0
  27. package/dist/commands/apple/certificate/import.js +70 -0
  28. package/dist/commands/apple/certificate/status.js +116 -0
  29. package/dist/commands/apple/login.js +74 -0
  30. package/dist/commands/apple/status.js +50 -0
  31. package/dist/commands/dashboard.js +32 -0
  32. package/dist/commands/game/build/download.js +78 -0
  33. package/dist/commands/game/build/list.js +83 -0
  34. package/dist/commands/game/create.js +59 -0
  35. package/dist/commands/game/details.js +89 -0
  36. package/dist/commands/game/export.js +52 -0
  37. package/dist/commands/game/ios/app/addTester.js +111 -0
  38. package/dist/commands/game/ios/app/create.js +104 -0
  39. package/dist/commands/game/ios/app/status.js +52 -0
  40. package/dist/commands/game/ios/app/sync.js +81 -0
  41. package/dist/commands/game/ios/profile/create.js +110 -0
  42. package/dist/commands/game/ios/profile/export.js +68 -0
  43. package/dist/commands/game/ios/profile/import.js +77 -0
  44. package/dist/commands/game/ios/profile/status.js +183 -0
  45. package/dist/commands/game/ios/status.js +79 -0
  46. package/dist/commands/game/job/list.js +80 -0
  47. package/dist/commands/game/job/status.js +297 -0
  48. package/dist/commands/game/list.js +69 -0
  49. package/dist/commands/game/ship.js +67 -0
  50. package/dist/commands/game/status.js +76 -0
  51. package/dist/commands/game/wizard.js +124 -0
  52. package/dist/commands/login.js +63 -0
  53. package/dist/commands/status.js +80 -0
  54. package/dist/export-CujqsTR_.js +36 -0
  55. package/dist/git-DREGq-jc.js +32 -0
  56. package/dist/import-Q-KO61ll.js +38 -0
  57. package/dist/index-DKsVctbw.js +125 -0
  58. package/dist/index.d.ts +1 -0
  59. package/dist/index.js +1 -0
  60. package/dist/run.js +3 -0
  61. package/dist/upload-CUlWmNbS.js +60 -0
  62. package/dist/useAppleApp-BmwYu7qG.js +32 -0
  63. package/dist/useAppleBundleId-DCJnfNWr.js +64 -0
  64. package/dist/useBuilds-Dh_PWwCf.js +41 -0
  65. package/dist/useJob-CCkqCMvF.js +34 -0
  66. package/oclif.manifest.json +1510 -0
  67. package/package.json +167 -0
@@ -0,0 +1,1510 @@
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 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
+ "isESM": true,
151
+ "relativePath": [
152
+ "dist",
153
+ "commands",
154
+ "apple",
155
+ "status.js"
156
+ ]
157
+ },
158
+ "game:create": {
159
+ "aliases": [],
160
+ "args": {},
161
+ "description": "Create a new game",
162
+ "examples": [
163
+ "<%= config.bin %> <%= command.id %>"
164
+ ],
165
+ "flags": {
166
+ "quiet": {
167
+ "char": "q",
168
+ "description": "Avoid output except for interactions and errors",
169
+ "name": "quiet",
170
+ "allowNo": false,
171
+ "type": "boolean"
172
+ },
173
+ "force": {
174
+ "char": "f",
175
+ "name": "force",
176
+ "allowNo": false,
177
+ "type": "boolean"
178
+ },
179
+ "name": {
180
+ "char": "n",
181
+ "description": "The name of the game",
182
+ "name": "name",
183
+ "hasDynamicHelp": false,
184
+ "multiple": false,
185
+ "type": "option"
186
+ }
187
+ },
188
+ "hasDynamicHelp": false,
189
+ "hiddenAliases": [],
190
+ "id": "game:create",
191
+ "pluginAlias": "shipthis",
192
+ "pluginName": "shipthis",
193
+ "pluginType": "core",
194
+ "strict": true,
195
+ "enableJsonFlag": false,
196
+ "isESM": true,
197
+ "relativePath": [
198
+ "dist",
199
+ "commands",
200
+ "game",
201
+ "create.js"
202
+ ]
203
+ },
204
+ "game:details": {
205
+ "aliases": [],
206
+ "args": {},
207
+ "description": "Shows and sets the details of a game. If --gameId is not provided it will look in the current directory.",
208
+ "examples": [
209
+ "<%= config.bin %> <%= command.id %>",
210
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4",
211
+ "<%= config.bin %> <%= command.id %> --buildNumber 5 --semanticVersion 1.2.3",
212
+ "<%= config.bin %> <%= command.id %> --gameEngine godot --gameEngineVersion 4.2 --force"
213
+ ],
214
+ "flags": {
215
+ "gameId": {
216
+ "char": "g",
217
+ "description": "The ID of the game",
218
+ "name": "gameId",
219
+ "hasDynamicHelp": false,
220
+ "multiple": false,
221
+ "type": "option"
222
+ },
223
+ "force": {
224
+ "char": "f",
225
+ "description": "Force the command to run",
226
+ "name": "force",
227
+ "allowNo": false,
228
+ "type": "boolean"
229
+ },
230
+ "buildNumber": {
231
+ "char": "b",
232
+ "description": "Set the build number",
233
+ "name": "buildNumber",
234
+ "hasDynamicHelp": false,
235
+ "multiple": false,
236
+ "type": "option"
237
+ },
238
+ "semanticVersion": {
239
+ "char": "s",
240
+ "description": "Set the semantic version",
241
+ "name": "semanticVersion",
242
+ "hasDynamicHelp": false,
243
+ "multiple": false,
244
+ "type": "option"
245
+ },
246
+ "gameEngine": {
247
+ "char": "e",
248
+ "description": "Set the game engine",
249
+ "name": "gameEngine",
250
+ "hasDynamicHelp": false,
251
+ "multiple": false,
252
+ "type": "option"
253
+ },
254
+ "gameEngineVersion": {
255
+ "char": "v",
256
+ "description": "Set the game engine version",
257
+ "name": "gameEngineVersion",
258
+ "hasDynamicHelp": false,
259
+ "multiple": false,
260
+ "type": "option"
261
+ },
262
+ "iosBundleId": {
263
+ "char": "i",
264
+ "description": "Set the iOS bundle ID",
265
+ "name": "iosBundleId",
266
+ "hasDynamicHelp": false,
267
+ "multiple": false,
268
+ "type": "option"
269
+ },
270
+ "androidPackageName": {
271
+ "char": "a",
272
+ "description": "Set the Android package name",
273
+ "name": "androidPackageName",
274
+ "hasDynamicHelp": false,
275
+ "multiple": false,
276
+ "type": "option"
277
+ }
278
+ },
279
+ "hasDynamicHelp": false,
280
+ "hiddenAliases": [],
281
+ "id": "game:details",
282
+ "pluginAlias": "shipthis",
283
+ "pluginName": "shipthis",
284
+ "pluginType": "core",
285
+ "strict": true,
286
+ "enableJsonFlag": false,
287
+ "isESM": true,
288
+ "relativePath": [
289
+ "dist",
290
+ "commands",
291
+ "game",
292
+ "details.js"
293
+ ]
294
+ },
295
+ "game:export": {
296
+ "aliases": [],
297
+ "args": {
298
+ "game_id": {
299
+ "description": "The ID of the game to export (use \"list\" to get the ID)",
300
+ "name": "game_id",
301
+ "required": true
302
+ }
303
+ },
304
+ "description": "Downloads the shipthis.json file for a given game into the current directory.",
305
+ "examples": [
306
+ "<%= config.bin %> <%= command.id %> abcd1234",
307
+ "<%= config.bin %> <%= command.id %> abcd1234 --force"
308
+ ],
309
+ "flags": {
310
+ "force": {
311
+ "char": "f",
312
+ "name": "force",
313
+ "allowNo": false,
314
+ "type": "boolean"
315
+ }
316
+ },
317
+ "hasDynamicHelp": false,
318
+ "hiddenAliases": [],
319
+ "id": "game:export",
320
+ "pluginAlias": "shipthis",
321
+ "pluginName": "shipthis",
322
+ "pluginType": "core",
323
+ "strict": true,
324
+ "enableJsonFlag": false,
325
+ "isESM": true,
326
+ "relativePath": [
327
+ "dist",
328
+ "commands",
329
+ "game",
330
+ "export.js"
331
+ ]
332
+ },
333
+ "game:list": {
334
+ "aliases": [],
335
+ "args": {},
336
+ "description": "Shows a list of all your games",
337
+ "examples": [
338
+ "<%= config.bin %> <%= command.id %>"
339
+ ],
340
+ "flags": {
341
+ "pageNumber": {
342
+ "char": "p",
343
+ "description": "The page number to show (starts at 0)",
344
+ "name": "pageNumber",
345
+ "default": 0,
346
+ "hasDynamicHelp": false,
347
+ "multiple": false,
348
+ "type": "option"
349
+ },
350
+ "pageSize": {
351
+ "char": "s",
352
+ "description": "The number of items to show per page",
353
+ "name": "pageSize",
354
+ "default": 10,
355
+ "hasDynamicHelp": false,
356
+ "multiple": false,
357
+ "type": "option"
358
+ },
359
+ "orderBy": {
360
+ "char": "o",
361
+ "description": "The field to order by",
362
+ "name": "orderBy",
363
+ "default": "createdAt",
364
+ "hasDynamicHelp": false,
365
+ "multiple": false,
366
+ "options": [
367
+ "createdAt",
368
+ "updatedAt",
369
+ "name"
370
+ ],
371
+ "type": "option"
372
+ },
373
+ "order": {
374
+ "char": "r",
375
+ "description": "The order to sort by",
376
+ "name": "order",
377
+ "default": "desc",
378
+ "hasDynamicHelp": false,
379
+ "multiple": false,
380
+ "options": [
381
+ "asc",
382
+ "desc"
383
+ ],
384
+ "type": "option"
385
+ }
386
+ },
387
+ "hasDynamicHelp": false,
388
+ "hiddenAliases": [],
389
+ "id": "game:list",
390
+ "pluginAlias": "shipthis",
391
+ "pluginName": "shipthis",
392
+ "pluginType": "core",
393
+ "strict": true,
394
+ "enableJsonFlag": false,
395
+ "isESM": true,
396
+ "relativePath": [
397
+ "dist",
398
+ "commands",
399
+ "game",
400
+ "list.js"
401
+ ]
402
+ },
403
+ "game:ship": {
404
+ "aliases": [],
405
+ "args": {},
406
+ "description": "Builds the app (for all platforms with valid credentials) and ships it to the stores",
407
+ "examples": [
408
+ "<%= config.bin %> <%= command.id %>"
409
+ ],
410
+ "flags": {
411
+ "gameId": {
412
+ "char": "g",
413
+ "description": "The ID of the game",
414
+ "name": "gameId",
415
+ "hasDynamicHelp": false,
416
+ "multiple": false,
417
+ "type": "option"
418
+ }
419
+ },
420
+ "hasDynamicHelp": false,
421
+ "hiddenAliases": [],
422
+ "id": "game:ship",
423
+ "pluginAlias": "shipthis",
424
+ "pluginName": "shipthis",
425
+ "pluginType": "core",
426
+ "strict": true,
427
+ "enableJsonFlag": false,
428
+ "isESM": true,
429
+ "relativePath": [
430
+ "dist",
431
+ "commands",
432
+ "game",
433
+ "ship.js"
434
+ ]
435
+ },
436
+ "game:status": {
437
+ "aliases": [],
438
+ "args": {},
439
+ "description": "Shows the Game status. If --gameId is not provided it will look in the current directory.",
440
+ "examples": [
441
+ "<%= config.bin %> <%= command.id %>",
442
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
443
+ ],
444
+ "flags": {
445
+ "gameId": {
446
+ "char": "g",
447
+ "description": "The ID of the game",
448
+ "name": "gameId",
449
+ "hasDynamicHelp": false,
450
+ "multiple": false,
451
+ "type": "option"
452
+ }
453
+ },
454
+ "hasDynamicHelp": false,
455
+ "hiddenAliases": [],
456
+ "id": "game:status",
457
+ "pluginAlias": "shipthis",
458
+ "pluginName": "shipthis",
459
+ "pluginType": "core",
460
+ "strict": true,
461
+ "enableJsonFlag": false,
462
+ "isESM": true,
463
+ "relativePath": [
464
+ "dist",
465
+ "commands",
466
+ "game",
467
+ "status.js"
468
+ ]
469
+ },
470
+ "game:wizard": {
471
+ "aliases": [],
472
+ "args": {},
473
+ "description": "Runs all the steps for the specific platform",
474
+ "examples": [
475
+ "<%= config.bin %> <%= command.id %>"
476
+ ],
477
+ "flags": {
478
+ "forceStep": {
479
+ "char": "f",
480
+ "description": "Force a specific step to run. You can repeat this flag to force multiple steps.",
481
+ "name": "forceStep",
482
+ "hasDynamicHelp": false,
483
+ "multiple": false,
484
+ "type": "option"
485
+ },
486
+ "platform": {
487
+ "char": "p",
488
+ "description": "The platform to run the wizard for",
489
+ "name": "platform",
490
+ "required": true,
491
+ "hasDynamicHelp": false,
492
+ "multiple": false,
493
+ "options": [
494
+ "ios"
495
+ ],
496
+ "type": "option"
497
+ }
498
+ },
499
+ "hasDynamicHelp": false,
500
+ "hiddenAliases": [],
501
+ "id": "game:wizard",
502
+ "pluginAlias": "shipthis",
503
+ "pluginName": "shipthis",
504
+ "pluginType": "core",
505
+ "strict": true,
506
+ "enableJsonFlag": false,
507
+ "isESM": true,
508
+ "relativePath": [
509
+ "dist",
510
+ "commands",
511
+ "game",
512
+ "wizard.js"
513
+ ]
514
+ },
515
+ "apple:certificate:create": {
516
+ "aliases": [],
517
+ "args": {},
518
+ "description": "Creates an iOS Distribution Certificate in your Apple Developer account and saves it with the private key to your ShipThis account",
519
+ "examples": [
520
+ "<%= config.bin %> <%= command.id %>",
521
+ "<%= config.bin %> <%= command.id %> --force"
522
+ ],
523
+ "flags": {
524
+ "force": {
525
+ "char": "f",
526
+ "name": "force",
527
+ "allowNo": false,
528
+ "type": "boolean"
529
+ },
530
+ "quiet": {
531
+ "char": "q",
532
+ "description": "Avoid output except for interactions and errors",
533
+ "name": "quiet",
534
+ "allowNo": false,
535
+ "type": "boolean"
536
+ }
537
+ },
538
+ "hasDynamicHelp": false,
539
+ "hiddenAliases": [],
540
+ "id": "apple:certificate:create",
541
+ "pluginAlias": "shipthis",
542
+ "pluginName": "shipthis",
543
+ "pluginType": "core",
544
+ "strict": true,
545
+ "isESM": true,
546
+ "relativePath": [
547
+ "dist",
548
+ "commands",
549
+ "apple",
550
+ "certificate",
551
+ "create.js"
552
+ ]
553
+ },
554
+ "apple:certificate:export": {
555
+ "aliases": [],
556
+ "args": {
557
+ "file": {
558
+ "description": "Name of the ZIP file to create",
559
+ "name": "file",
560
+ "required": true
561
+ }
562
+ },
563
+ "description": "Saves the current Apple Distribution Certificate to a ZIP file.",
564
+ "examples": [
565
+ "<%= config.bin %> <%= command.id %> userCert.zip"
566
+ ],
567
+ "flags": {
568
+ "force": {
569
+ "char": "f",
570
+ "description": "Overwrite the file if it already exists",
571
+ "name": "force",
572
+ "allowNo": false,
573
+ "type": "boolean"
574
+ }
575
+ },
576
+ "hasDynamicHelp": false,
577
+ "hiddenAliases": [],
578
+ "id": "apple:certificate:export",
579
+ "pluginAlias": "shipthis",
580
+ "pluginName": "shipthis",
581
+ "pluginType": "core",
582
+ "strict": true,
583
+ "enableJsonFlag": false,
584
+ "isESM": true,
585
+ "relativePath": [
586
+ "dist",
587
+ "commands",
588
+ "apple",
589
+ "certificate",
590
+ "export.js"
591
+ ]
592
+ },
593
+ "apple:certificate:import": {
594
+ "aliases": [],
595
+ "args": {
596
+ "file": {
597
+ "description": "Name of the ZIP file to import (must be in the same format as the export)",
598
+ "name": "file",
599
+ "required": true
600
+ }
601
+ },
602
+ "description": "Imports an iOS Distribution Certificate to your ShipThis account",
603
+ "examples": [
604
+ "<%= config.bin %> <%= command.id %> userCert.zip"
605
+ ],
606
+ "flags": {
607
+ "force": {
608
+ "char": "f",
609
+ "name": "force",
610
+ "allowNo": false,
611
+ "type": "boolean"
612
+ }
613
+ },
614
+ "hasDynamicHelp": false,
615
+ "hiddenAliases": [],
616
+ "id": "apple:certificate:import",
617
+ "pluginAlias": "shipthis",
618
+ "pluginName": "shipthis",
619
+ "pluginType": "core",
620
+ "strict": true,
621
+ "enableJsonFlag": false,
622
+ "isESM": true,
623
+ "relativePath": [
624
+ "dist",
625
+ "commands",
626
+ "apple",
627
+ "certificate",
628
+ "import.js"
629
+ ]
630
+ },
631
+ "apple:certificate:status": {
632
+ "aliases": [],
633
+ "args": {},
634
+ "description": "Displays the status of the iOS Distribution certificates in your Apple and ShipThis accounts. These are used to sign all of your iOS apps.",
635
+ "examples": [
636
+ "<%= config.bin %> <%= command.id %>",
637
+ "<%= config.bin %> <%= command.id %> --noAppleAuth"
638
+ ],
639
+ "flags": {
640
+ "noAppleAuth": {
641
+ "char": "f",
642
+ "name": "noAppleAuth",
643
+ "allowNo": false,
644
+ "type": "boolean"
645
+ }
646
+ },
647
+ "hasDynamicHelp": false,
648
+ "hiddenAliases": [],
649
+ "id": "apple:certificate:status",
650
+ "pluginAlias": "shipthis",
651
+ "pluginName": "shipthis",
652
+ "pluginType": "core",
653
+ "strict": true,
654
+ "enableJsonFlag": false,
655
+ "isESM": true,
656
+ "relativePath": [
657
+ "dist",
658
+ "commands",
659
+ "apple",
660
+ "certificate",
661
+ "status.js"
662
+ ]
663
+ },
664
+ "apple:apiKey:create": {
665
+ "aliases": [],
666
+ "args": {},
667
+ "description": "Creates an App Store Connect API Key in your Apple Developer account and saves the private key in your ShipThis account",
668
+ "examples": [
669
+ "<%= config.bin %> <%= command.id %>",
670
+ "<%= config.bin %> <%= command.id %> --force"
671
+ ],
672
+ "flags": {
673
+ "force": {
674
+ "char": "f",
675
+ "name": "force",
676
+ "allowNo": false,
677
+ "type": "boolean"
678
+ },
679
+ "quiet": {
680
+ "char": "q",
681
+ "description": "Avoid output except for interactions and errors",
682
+ "name": "quiet",
683
+ "allowNo": false,
684
+ "type": "boolean"
685
+ }
686
+ },
687
+ "hasDynamicHelp": false,
688
+ "hiddenAliases": [],
689
+ "id": "apple:apiKey:create",
690
+ "pluginAlias": "shipthis",
691
+ "pluginName": "shipthis",
692
+ "pluginType": "core",
693
+ "strict": true,
694
+ "isESM": true,
695
+ "relativePath": [
696
+ "dist",
697
+ "commands",
698
+ "apple",
699
+ "apiKey",
700
+ "create.js"
701
+ ]
702
+ },
703
+ "apple:apiKey:export": {
704
+ "aliases": [],
705
+ "args": {
706
+ "file": {
707
+ "description": "Name of the ZIP file to create",
708
+ "name": "file",
709
+ "required": true
710
+ }
711
+ },
712
+ "description": "Saves the current App Store Connect API Key to a ZIP file",
713
+ "examples": [
714
+ "<%= config.bin %> <%= command.id %> userApiKey.zip"
715
+ ],
716
+ "flags": {
717
+ "force": {
718
+ "char": "f",
719
+ "description": "Overwrite the file if it already exists",
720
+ "name": "force",
721
+ "allowNo": false,
722
+ "type": "boolean"
723
+ }
724
+ },
725
+ "hasDynamicHelp": false,
726
+ "hiddenAliases": [],
727
+ "id": "apple:apiKey:export",
728
+ "pluginAlias": "shipthis",
729
+ "pluginName": "shipthis",
730
+ "pluginType": "core",
731
+ "strict": true,
732
+ "enableJsonFlag": false,
733
+ "isESM": true,
734
+ "relativePath": [
735
+ "dist",
736
+ "commands",
737
+ "apple",
738
+ "apiKey",
739
+ "export.js"
740
+ ]
741
+ },
742
+ "apple:apiKey:import": {
743
+ "aliases": [],
744
+ "args": {
745
+ "file": {
746
+ "description": "Name of the ZIP file to import (must be in the same format as the export)",
747
+ "name": "file",
748
+ "required": true
749
+ }
750
+ },
751
+ "description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
752
+ "examples": [
753
+ "<%= config.bin %> <%= command.id %> userApiKey.zip"
754
+ ],
755
+ "flags": {
756
+ "force": {
757
+ "char": "f",
758
+ "name": "force",
759
+ "allowNo": false,
760
+ "type": "boolean"
761
+ }
762
+ },
763
+ "hasDynamicHelp": false,
764
+ "hiddenAliases": [],
765
+ "id": "apple:apiKey:import",
766
+ "pluginAlias": "shipthis",
767
+ "pluginName": "shipthis",
768
+ "pluginType": "core",
769
+ "strict": true,
770
+ "enableJsonFlag": false,
771
+ "isESM": true,
772
+ "relativePath": [
773
+ "dist",
774
+ "commands",
775
+ "apple",
776
+ "apiKey",
777
+ "import.js"
778
+ ]
779
+ },
780
+ "apple:apiKey:status": {
781
+ "aliases": [],
782
+ "args": {},
783
+ "description": "Displays the status of the App Store Connect API Keys in your Apple and ShipThis accounts. The API key is used to automatically publish your games to the App Store.",
784
+ "examples": [
785
+ "<%= config.bin %> <%= command.id %>",
786
+ "<%= config.bin %> <%= command.id %> --noAppleAuth"
787
+ ],
788
+ "flags": {
789
+ "noAppleAuth": {
790
+ "char": "f",
791
+ "name": "noAppleAuth",
792
+ "allowNo": false,
793
+ "type": "boolean"
794
+ }
795
+ },
796
+ "hasDynamicHelp": false,
797
+ "hiddenAliases": [],
798
+ "id": "apple:apiKey:status",
799
+ "pluginAlias": "shipthis",
800
+ "pluginName": "shipthis",
801
+ "pluginType": "core",
802
+ "strict": true,
803
+ "enableJsonFlag": false,
804
+ "isESM": true,
805
+ "relativePath": [
806
+ "dist",
807
+ "commands",
808
+ "apple",
809
+ "apiKey",
810
+ "status.js"
811
+ ]
812
+ },
813
+ "game:build:download": {
814
+ "aliases": [],
815
+ "args": {
816
+ "build_id": {
817
+ "description": "The ID of the build to download",
818
+ "name": "build_id",
819
+ "required": true
820
+ },
821
+ "file": {
822
+ "description": "Name of the file to output",
823
+ "name": "file",
824
+ "required": true
825
+ }
826
+ },
827
+ "description": "Downloads the given build artifact to the specified file",
828
+ "examples": [
829
+ "<%= config.bin %> <%= command.id %> 7a3f5c92 output.ipa",
830
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4 e4b9a3d7 output.apk"
831
+ ],
832
+ "flags": {
833
+ "gameId": {
834
+ "char": "g",
835
+ "description": "The ID of the game",
836
+ "name": "gameId",
837
+ "hasDynamicHelp": false,
838
+ "multiple": false,
839
+ "type": "option"
840
+ },
841
+ "force": {
842
+ "char": "f",
843
+ "description": "Overwrite the file if it already exists",
844
+ "name": "force",
845
+ "allowNo": false,
846
+ "type": "boolean"
847
+ }
848
+ },
849
+ "hasDynamicHelp": false,
850
+ "hiddenAliases": [],
851
+ "id": "game:build:download",
852
+ "pluginAlias": "shipthis",
853
+ "pluginName": "shipthis",
854
+ "pluginType": "core",
855
+ "strict": true,
856
+ "enableJsonFlag": false,
857
+ "isESM": true,
858
+ "relativePath": [
859
+ "dist",
860
+ "commands",
861
+ "game",
862
+ "build",
863
+ "download.js"
864
+ ]
865
+ },
866
+ "game:build:list": {
867
+ "aliases": [],
868
+ "args": {},
869
+ "description": "Lists the builds for successful jobs of a game.",
870
+ "examples": [
871
+ "<%= config.bin %> <%= command.id %>",
872
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4",
873
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4 --pageSize 20 --pageNumber 1"
874
+ ],
875
+ "flags": {
876
+ "gameId": {
877
+ "char": "g",
878
+ "description": "The ID of the game",
879
+ "name": "gameId",
880
+ "hasDynamicHelp": false,
881
+ "multiple": false,
882
+ "type": "option"
883
+ },
884
+ "pageNumber": {
885
+ "char": "p",
886
+ "description": "The page number to show (starts at 0)",
887
+ "name": "pageNumber",
888
+ "default": 0,
889
+ "hasDynamicHelp": false,
890
+ "multiple": false,
891
+ "type": "option"
892
+ },
893
+ "pageSize": {
894
+ "char": "s",
895
+ "description": "The number of items to show per page",
896
+ "name": "pageSize",
897
+ "default": 10,
898
+ "hasDynamicHelp": false,
899
+ "multiple": false,
900
+ "type": "option"
901
+ },
902
+ "orderBy": {
903
+ "char": "o",
904
+ "description": "The field to order by",
905
+ "name": "orderBy",
906
+ "default": "createdAt",
907
+ "hasDynamicHelp": false,
908
+ "multiple": false,
909
+ "options": [
910
+ "createdAt",
911
+ "updatedAt"
912
+ ],
913
+ "type": "option"
914
+ },
915
+ "order": {
916
+ "char": "r",
917
+ "description": "The order to sort by",
918
+ "name": "order",
919
+ "default": "desc",
920
+ "hasDynamicHelp": false,
921
+ "multiple": false,
922
+ "options": [
923
+ "asc",
924
+ "desc"
925
+ ],
926
+ "type": "option"
927
+ }
928
+ },
929
+ "hasDynamicHelp": false,
930
+ "hiddenAliases": [],
931
+ "id": "game:build:list",
932
+ "pluginAlias": "shipthis",
933
+ "pluginName": "shipthis",
934
+ "pluginType": "core",
935
+ "strict": true,
936
+ "enableJsonFlag": false,
937
+ "isESM": true,
938
+ "relativePath": [
939
+ "dist",
940
+ "commands",
941
+ "game",
942
+ "build",
943
+ "list.js"
944
+ ]
945
+ },
946
+ "game:ios:status": {
947
+ "aliases": [],
948
+ "args": {},
949
+ "description": "Shows the Game iOS Platform status. If --gameId is not provided it will look in the current directory.",
950
+ "examples": [
951
+ "<%= config.bin %> <%= command.id %>",
952
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
953
+ ],
954
+ "flags": {
955
+ "gameId": {
956
+ "char": "g",
957
+ "description": "The ID of the game",
958
+ "name": "gameId",
959
+ "hasDynamicHelp": false,
960
+ "multiple": false,
961
+ "type": "option"
962
+ }
963
+ },
964
+ "hasDynamicHelp": false,
965
+ "hiddenAliases": [],
966
+ "id": "game:ios:status",
967
+ "pluginAlias": "shipthis",
968
+ "pluginName": "shipthis",
969
+ "pluginType": "core",
970
+ "strict": true,
971
+ "enableJsonFlag": false,
972
+ "isESM": true,
973
+ "relativePath": [
974
+ "dist",
975
+ "commands",
976
+ "game",
977
+ "ios",
978
+ "status.js"
979
+ ]
980
+ },
981
+ "game:job:list": {
982
+ "aliases": [],
983
+ "args": {},
984
+ "description": "Lists the jobs for a game. If --gameId is not provided it will look in the current directory.",
985
+ "examples": [
986
+ "<%= config.bin %> <%= command.id %>",
987
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
988
+ ],
989
+ "flags": {
990
+ "gameId": {
991
+ "char": "g",
992
+ "description": "The ID of the game",
993
+ "name": "gameId",
994
+ "hasDynamicHelp": false,
995
+ "multiple": false,
996
+ "type": "option"
997
+ },
998
+ "pageNumber": {
999
+ "char": "p",
1000
+ "description": "The page number to show (starts at 0)",
1001
+ "name": "pageNumber",
1002
+ "default": 0,
1003
+ "hasDynamicHelp": false,
1004
+ "multiple": false,
1005
+ "type": "option"
1006
+ },
1007
+ "pageSize": {
1008
+ "char": "s",
1009
+ "description": "The number of items to show per page",
1010
+ "name": "pageSize",
1011
+ "default": 10,
1012
+ "hasDynamicHelp": false,
1013
+ "multiple": false,
1014
+ "type": "option"
1015
+ },
1016
+ "orderBy": {
1017
+ "char": "o",
1018
+ "description": "The field to order by",
1019
+ "name": "orderBy",
1020
+ "default": "createdAt",
1021
+ "hasDynamicHelp": false,
1022
+ "multiple": false,
1023
+ "options": [
1024
+ "createdAt",
1025
+ "updatedAt"
1026
+ ],
1027
+ "type": "option"
1028
+ },
1029
+ "order": {
1030
+ "char": "r",
1031
+ "description": "The order to sort by",
1032
+ "name": "order",
1033
+ "default": "desc",
1034
+ "hasDynamicHelp": false,
1035
+ "multiple": false,
1036
+ "options": [
1037
+ "asc",
1038
+ "desc"
1039
+ ],
1040
+ "type": "option"
1041
+ }
1042
+ },
1043
+ "hasDynamicHelp": false,
1044
+ "hiddenAliases": [],
1045
+ "id": "game:job:list",
1046
+ "pluginAlias": "shipthis",
1047
+ "pluginName": "shipthis",
1048
+ "pluginType": "core",
1049
+ "strict": true,
1050
+ "enableJsonFlag": false,
1051
+ "isESM": true,
1052
+ "relativePath": [
1053
+ "dist",
1054
+ "commands",
1055
+ "game",
1056
+ "job",
1057
+ "list.js"
1058
+ ]
1059
+ },
1060
+ "game:job:status": {
1061
+ "aliases": [],
1062
+ "args": {
1063
+ "job_id": {
1064
+ "description": "The id of the job to get the status of",
1065
+ "name": "job_id",
1066
+ "required": true
1067
+ }
1068
+ },
1069
+ "description": "Shows the real-time status of a job.",
1070
+ "examples": [
1071
+ "<%= config.bin %> <%= command.id %> 4d32239e",
1072
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4 4d32239e",
1073
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4 --lines 20 --follow 4d32239e"
1074
+ ],
1075
+ "flags": {
1076
+ "gameId": {
1077
+ "char": "g",
1078
+ "description": "The ID of the game",
1079
+ "name": "gameId",
1080
+ "hasDynamicHelp": false,
1081
+ "multiple": false,
1082
+ "type": "option"
1083
+ },
1084
+ "lines": {
1085
+ "char": "n",
1086
+ "description": "The number of lines to show",
1087
+ "name": "lines",
1088
+ "default": 10,
1089
+ "hasDynamicHelp": false,
1090
+ "multiple": false,
1091
+ "type": "option"
1092
+ },
1093
+ "follow": {
1094
+ "char": "f",
1095
+ "description": "Follow the log in real-time",
1096
+ "name": "follow",
1097
+ "allowNo": false,
1098
+ "type": "boolean"
1099
+ }
1100
+ },
1101
+ "hasDynamicHelp": false,
1102
+ "hiddenAliases": [],
1103
+ "id": "game:job:status",
1104
+ "pluginAlias": "shipthis",
1105
+ "pluginName": "shipthis",
1106
+ "pluginType": "core",
1107
+ "strict": true,
1108
+ "enableJsonFlag": false,
1109
+ "isESM": true,
1110
+ "relativePath": [
1111
+ "dist",
1112
+ "commands",
1113
+ "game",
1114
+ "job",
1115
+ "status.js"
1116
+ ]
1117
+ },
1118
+ "game:ios:profile:create": {
1119
+ "aliases": [],
1120
+ "args": {},
1121
+ "description": "Creates a Mobile Provisioning Profile in the Apple Developer Portal. If --gameId is not provided it will look in the current directory.",
1122
+ "examples": [
1123
+ "<%= config.bin %> <%= command.id %>"
1124
+ ],
1125
+ "flags": {
1126
+ "quiet": {
1127
+ "char": "q",
1128
+ "description": "Avoid output except for interactions and errors",
1129
+ "name": "quiet",
1130
+ "allowNo": false,
1131
+ "type": "boolean"
1132
+ },
1133
+ "gameId": {
1134
+ "char": "g",
1135
+ "description": "The ID of the game",
1136
+ "name": "gameId",
1137
+ "hasDynamicHelp": false,
1138
+ "multiple": false,
1139
+ "type": "option"
1140
+ },
1141
+ "force": {
1142
+ "char": "f",
1143
+ "name": "force",
1144
+ "allowNo": false,
1145
+ "type": "boolean"
1146
+ }
1147
+ },
1148
+ "hasDynamicHelp": false,
1149
+ "hiddenAliases": [],
1150
+ "id": "game:ios:profile:create",
1151
+ "pluginAlias": "shipthis",
1152
+ "pluginName": "shipthis",
1153
+ "pluginType": "core",
1154
+ "strict": true,
1155
+ "enableJsonFlag": false,
1156
+ "isESM": true,
1157
+ "relativePath": [
1158
+ "dist",
1159
+ "commands",
1160
+ "game",
1161
+ "ios",
1162
+ "profile",
1163
+ "create.js"
1164
+ ]
1165
+ },
1166
+ "game:ios:profile:export": {
1167
+ "aliases": [],
1168
+ "args": {
1169
+ "file": {
1170
+ "description": "Name of the ZIP file to create",
1171
+ "name": "file",
1172
+ "required": true
1173
+ }
1174
+ },
1175
+ "description": "Saves the current Mobile Provisioning Profile to a ZIP file",
1176
+ "examples": [
1177
+ "<%= config.bin %> <%= command.id %> userProfile.zip"
1178
+ ],
1179
+ "flags": {
1180
+ "gameId": {
1181
+ "char": "g",
1182
+ "description": "The ID of the game",
1183
+ "name": "gameId",
1184
+ "hasDynamicHelp": false,
1185
+ "multiple": false,
1186
+ "type": "option"
1187
+ },
1188
+ "force": {
1189
+ "char": "f",
1190
+ "description": "Overwrite the file if it already exists",
1191
+ "name": "force",
1192
+ "allowNo": false,
1193
+ "type": "boolean"
1194
+ }
1195
+ },
1196
+ "hasDynamicHelp": false,
1197
+ "hiddenAliases": [],
1198
+ "id": "game:ios:profile:export",
1199
+ "pluginAlias": "shipthis",
1200
+ "pluginName": "shipthis",
1201
+ "pluginType": "core",
1202
+ "strict": true,
1203
+ "enableJsonFlag": false,
1204
+ "isESM": true,
1205
+ "relativePath": [
1206
+ "dist",
1207
+ "commands",
1208
+ "game",
1209
+ "ios",
1210
+ "profile",
1211
+ "export.js"
1212
+ ]
1213
+ },
1214
+ "game:ios:profile:import": {
1215
+ "aliases": [],
1216
+ "args": {
1217
+ "file": {
1218
+ "description": "Name of the ZIP file to import (must be in the same format as the export)",
1219
+ "name": "file",
1220
+ "required": true
1221
+ }
1222
+ },
1223
+ "description": "Imports an Mobile Provisioning Profile to your ShipThis account",
1224
+ "examples": [
1225
+ "<%= config.bin %> <%= command.id %> profile.zip"
1226
+ ],
1227
+ "flags": {
1228
+ "gameId": {
1229
+ "char": "g",
1230
+ "description": "The ID of the game",
1231
+ "name": "gameId",
1232
+ "hasDynamicHelp": false,
1233
+ "multiple": false,
1234
+ "type": "option"
1235
+ },
1236
+ "force": {
1237
+ "char": "f",
1238
+ "name": "force",
1239
+ "allowNo": false,
1240
+ "type": "boolean"
1241
+ }
1242
+ },
1243
+ "hasDynamicHelp": false,
1244
+ "hiddenAliases": [],
1245
+ "id": "game:ios:profile:import",
1246
+ "pluginAlias": "shipthis",
1247
+ "pluginName": "shipthis",
1248
+ "pluginType": "core",
1249
+ "strict": true,
1250
+ "enableJsonFlag": false,
1251
+ "isESM": true,
1252
+ "relativePath": [
1253
+ "dist",
1254
+ "commands",
1255
+ "game",
1256
+ "ios",
1257
+ "profile",
1258
+ "import.js"
1259
+ ]
1260
+ },
1261
+ "game:ios:profile:status": {
1262
+ "aliases": [],
1263
+ "args": {},
1264
+ "description": "Shows the Game iOS Mobile Provisioning Profile Status. If --gameId is not provided it will look in the current directory.",
1265
+ "examples": [
1266
+ "<%= config.bin %> <%= command.id %>"
1267
+ ],
1268
+ "flags": {
1269
+ "gameId": {
1270
+ "char": "g",
1271
+ "description": "The ID of the game",
1272
+ "name": "gameId",
1273
+ "hasDynamicHelp": false,
1274
+ "multiple": false,
1275
+ "type": "option"
1276
+ },
1277
+ "noAppleAuth": {
1278
+ "char": "f",
1279
+ "name": "noAppleAuth",
1280
+ "allowNo": false,
1281
+ "type": "boolean"
1282
+ }
1283
+ },
1284
+ "hasDynamicHelp": false,
1285
+ "hiddenAliases": [],
1286
+ "id": "game:ios:profile:status",
1287
+ "pluginAlias": "shipthis",
1288
+ "pluginName": "shipthis",
1289
+ "pluginType": "core",
1290
+ "strict": true,
1291
+ "enableJsonFlag": false,
1292
+ "isESM": true,
1293
+ "relativePath": [
1294
+ "dist",
1295
+ "commands",
1296
+ "game",
1297
+ "ios",
1298
+ "profile",
1299
+ "status.js"
1300
+ ]
1301
+ },
1302
+ "game:ios:app:addTester": {
1303
+ "aliases": [],
1304
+ "args": {},
1305
+ "description": "Adds a test user to the game in App Store Connect.",
1306
+ "examples": [
1307
+ "<%= config.bin %> <%= command.id %>"
1308
+ ],
1309
+ "flags": {
1310
+ "gameId": {
1311
+ "char": "g",
1312
+ "description": "The ID of the game",
1313
+ "name": "gameId",
1314
+ "hasDynamicHelp": false,
1315
+ "multiple": false,
1316
+ "type": "option"
1317
+ },
1318
+ "email": {
1319
+ "char": "e",
1320
+ "description": "The email address of the tester",
1321
+ "name": "email",
1322
+ "hasDynamicHelp": false,
1323
+ "multiple": false,
1324
+ "type": "option"
1325
+ },
1326
+ "firstName": {
1327
+ "char": "f",
1328
+ "description": "The first name of the tester",
1329
+ "name": "firstName",
1330
+ "hasDynamicHelp": false,
1331
+ "multiple": false,
1332
+ "type": "option"
1333
+ },
1334
+ "lastName": {
1335
+ "char": "l",
1336
+ "description": "The last name of the tester",
1337
+ "name": "lastName",
1338
+ "hasDynamicHelp": false,
1339
+ "multiple": false,
1340
+ "type": "option"
1341
+ }
1342
+ },
1343
+ "hasDynamicHelp": false,
1344
+ "hiddenAliases": [],
1345
+ "id": "game:ios:app:addTester",
1346
+ "pluginAlias": "shipthis",
1347
+ "pluginName": "shipthis",
1348
+ "pluginType": "core",
1349
+ "strict": true,
1350
+ "enableJsonFlag": false,
1351
+ "isESM": true,
1352
+ "relativePath": [
1353
+ "dist",
1354
+ "commands",
1355
+ "game",
1356
+ "ios",
1357
+ "app",
1358
+ "addTester.js"
1359
+ ]
1360
+ },
1361
+ "game:ios:app:create": {
1362
+ "aliases": [],
1363
+ "args": {},
1364
+ "description": "Creates an App and BundleId in the Apple Developer Portal. If --gameId is not provided it will look in the current directory.",
1365
+ "examples": [
1366
+ "<%= config.bin %> <%= command.id %>"
1367
+ ],
1368
+ "flags": {
1369
+ "quiet": {
1370
+ "char": "q",
1371
+ "description": "Avoid output except for interactions and errors",
1372
+ "name": "quiet",
1373
+ "allowNo": false,
1374
+ "type": "boolean"
1375
+ },
1376
+ "gameId": {
1377
+ "char": "g",
1378
+ "description": "The ID of the game",
1379
+ "name": "gameId",
1380
+ "hasDynamicHelp": false,
1381
+ "multiple": false,
1382
+ "type": "option"
1383
+ },
1384
+ "appName": {
1385
+ "char": "n",
1386
+ "description": "The name of the App in the Apple Developer Portal",
1387
+ "name": "appName",
1388
+ "hasDynamicHelp": false,
1389
+ "multiple": false,
1390
+ "type": "option"
1391
+ },
1392
+ "bundleId": {
1393
+ "char": "b",
1394
+ "description": "The BundleId in the Apple Developer Portal",
1395
+ "name": "bundleId",
1396
+ "hasDynamicHelp": false,
1397
+ "multiple": false,
1398
+ "type": "option"
1399
+ },
1400
+ "force": {
1401
+ "char": "f",
1402
+ "name": "force",
1403
+ "allowNo": false,
1404
+ "type": "boolean"
1405
+ }
1406
+ },
1407
+ "hasDynamicHelp": false,
1408
+ "hiddenAliases": [],
1409
+ "id": "game:ios:app:create",
1410
+ "pluginAlias": "shipthis",
1411
+ "pluginName": "shipthis",
1412
+ "pluginType": "core",
1413
+ "strict": true,
1414
+ "enableJsonFlag": false,
1415
+ "isESM": true,
1416
+ "relativePath": [
1417
+ "dist",
1418
+ "commands",
1419
+ "game",
1420
+ "ios",
1421
+ "app",
1422
+ "create.js"
1423
+ ]
1424
+ },
1425
+ "game:ios:app:status": {
1426
+ "aliases": [],
1427
+ "args": {},
1428
+ "description": "Shows the Game iOS App status. If --gameId is not provided it will look in the current directory.",
1429
+ "examples": [
1430
+ "<%= config.bin %> <%= command.id %>"
1431
+ ],
1432
+ "flags": {
1433
+ "gameId": {
1434
+ "char": "g",
1435
+ "description": "The ID of the game",
1436
+ "name": "gameId",
1437
+ "hasDynamicHelp": false,
1438
+ "multiple": false,
1439
+ "type": "option"
1440
+ }
1441
+ },
1442
+ "hasDynamicHelp": false,
1443
+ "hiddenAliases": [],
1444
+ "id": "game:ios:app:status",
1445
+ "pluginAlias": "shipthis",
1446
+ "pluginName": "shipthis",
1447
+ "pluginType": "core",
1448
+ "strict": true,
1449
+ "enableJsonFlag": false,
1450
+ "isESM": true,
1451
+ "relativePath": [
1452
+ "dist",
1453
+ "commands",
1454
+ "game",
1455
+ "ios",
1456
+ "app",
1457
+ "status.js"
1458
+ ]
1459
+ },
1460
+ "game:ios:app:sync": {
1461
+ "aliases": [],
1462
+ "args": {},
1463
+ "description": "Synchronies the Apple App \"BundleId\" with the capabilities from the local project. If --gameId is not provided it will look in the current directory.",
1464
+ "examples": [
1465
+ "<%= config.bin %> <%= command.id %>"
1466
+ ],
1467
+ "flags": {
1468
+ "quiet": {
1469
+ "char": "q",
1470
+ "description": "Avoid output except for interactions and errors",
1471
+ "name": "quiet",
1472
+ "allowNo": false,
1473
+ "type": "boolean"
1474
+ },
1475
+ "gameId": {
1476
+ "char": "g",
1477
+ "description": "The ID of the game",
1478
+ "name": "gameId",
1479
+ "hasDynamicHelp": false,
1480
+ "multiple": false,
1481
+ "type": "option"
1482
+ },
1483
+ "force": {
1484
+ "char": "f",
1485
+ "name": "force",
1486
+ "allowNo": false,
1487
+ "type": "boolean"
1488
+ }
1489
+ },
1490
+ "hasDynamicHelp": false,
1491
+ "hiddenAliases": [],
1492
+ "id": "game:ios:app:sync",
1493
+ "pluginAlias": "shipthis",
1494
+ "pluginName": "shipthis",
1495
+ "pluginType": "core",
1496
+ "strict": true,
1497
+ "enableJsonFlag": false,
1498
+ "isESM": true,
1499
+ "relativePath": [
1500
+ "dist",
1501
+ "commands",
1502
+ "game",
1503
+ "ios",
1504
+ "app",
1505
+ "sync.js"
1506
+ ]
1507
+ }
1508
+ },
1509
+ "version": "0.0.1"
1510
+ }