shipthis 0.1.9 → 0.1.11

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 (134) hide show
  1. package/assets/markdown/create-or-import-keystore.md +7 -0
  2. package/dist/AppleBundleIdDetails-CjP5y0cj.js +74 -0
  3. package/dist/AppleBundleIdDetails-CztWY_mT.js +73 -0
  4. package/dist/AppleBundleIdDetails-DKeSAte9.js +73 -0
  5. package/dist/AppleBundleIdDetails-DymjrhOZ.js +73 -0
  6. package/dist/Command-BiB9MqbJ.js +204 -0
  7. package/dist/Command-D6rWEZRM.js +204 -0
  8. package/dist/Command-Dn0P_KOV.js +205 -0
  9. package/dist/Command-YJJp90ru.js +204 -0
  10. package/dist/CommandGame-C1oTlfdb.js +8 -0
  11. package/dist/CommandGame-cPaTk1wh.js +8 -0
  12. package/dist/CommandGame-k04mHiDl.js +8 -0
  13. package/dist/CommandGame-pI9VXKxi.js +8 -0
  14. package/dist/Create-DIaSKUpl.js +56 -0
  15. package/dist/CreateKeystore-BnNdeDUa.js +57 -0
  16. package/dist/CreateKeystore-Cf-nsK_M.js +56 -0
  17. package/dist/CreateKeystore-g1z6DsU5.js +56 -0
  18. package/dist/Import-BIOsf8AA.js +107 -0
  19. package/dist/JobProgress-CPkWVSlH.js +108 -0
  20. package/dist/JobProgress-W0QQR49T.js +108 -0
  21. package/dist/JobProgress-biiLhigg.js +109 -0
  22. package/dist/JobProgress-jmGAzvxS.js +108 -0
  23. package/dist/JobStatusTable-BA_q-kgE.js +75 -0
  24. package/dist/JobStatusTable-ByW0bN6c.js +75 -0
  25. package/dist/JobStatusTable-CgaTS7jS.js +75 -0
  26. package/dist/JobStatusTable-DqoppRro.js +75 -0
  27. package/dist/ProjectCredentialsTable-8kXt7sTS.js +37 -0
  28. package/dist/ProjectCredentialsTable-DRMK_SNw.js +37 -0
  29. package/dist/ProjectCredentialsTable-DfkpvTf8.js +37 -0
  30. package/dist/UserCredentialsTable-DMh8Wpy7.js +82 -0
  31. package/dist/UserCredentialsTable-DgHZJSHG.js +82 -0
  32. package/dist/UserCredentialsTable-TflQvTEP.js +82 -0
  33. package/dist/baseAppleCommand-1isaFxCQ.js +10 -0
  34. package/dist/baseAppleCommand-B9wyIqdL.js +10 -0
  35. package/dist/baseAppleCommand-DpasCbje.js +10 -0
  36. package/dist/baseGameAndroidCommand-6vsMpE7a.js +43 -0
  37. package/dist/baseGameAndroidCommand-B3LRG701.js +43 -0
  38. package/dist/baseGameAndroidCommand-C9BuS2Sr.js +43 -0
  39. package/dist/commands/apple/apiKey/create.js +10 -10
  40. package/dist/commands/apple/apiKey/export.js +8 -8
  41. package/dist/commands/apple/apiKey/import.js +8 -8
  42. package/dist/commands/apple/apiKey/status.js +7 -7
  43. package/dist/commands/apple/certificate/create.js +10 -10
  44. package/dist/commands/apple/certificate/export.js +8 -8
  45. package/dist/commands/apple/certificate/import.js +8 -8
  46. package/dist/commands/apple/certificate/status.js +7 -7
  47. package/dist/commands/apple/login.js +2 -2
  48. package/dist/commands/apple/status.js +6 -6
  49. package/dist/commands/dashboard.js +1 -1
  50. package/dist/commands/game/android/apiKey/connect.js +11 -11
  51. package/dist/commands/game/android/apiKey/create.js +13 -13
  52. package/dist/commands/game/android/apiKey/export.js +9 -9
  53. package/dist/commands/game/android/apiKey/import.js +9 -9
  54. package/dist/commands/game/android/apiKey/invite.js +4 -4
  55. package/dist/commands/game/android/apiKey/status.js +9 -9
  56. package/dist/commands/game/android/keyStore/create.js +12 -12
  57. package/dist/commands/game/android/keyStore/export.js +8 -8
  58. package/dist/commands/game/android/keyStore/import.js +49 -29
  59. package/dist/commands/game/android/keyStore/status.js +8 -8
  60. package/dist/commands/game/android/status.js +7 -7
  61. package/dist/commands/game/build/download.js +7 -7
  62. package/dist/commands/game/build/list.js +7 -7
  63. package/dist/commands/game/create.js +2 -2
  64. package/dist/commands/game/details.js +22 -8
  65. package/dist/commands/game/export.js +1 -1
  66. package/dist/commands/game/ios/app/addTester.js +6 -6
  67. package/dist/commands/game/ios/app/create.js +5 -5
  68. package/dist/commands/game/ios/app/status.js +9 -9
  69. package/dist/commands/game/ios/app/sync.js +7 -7
  70. package/dist/commands/game/ios/profile/create.js +10 -10
  71. package/dist/commands/game/ios/profile/export.js +8 -8
  72. package/dist/commands/game/ios/profile/import.js +8 -8
  73. package/dist/commands/game/ios/profile/status.js +8 -8
  74. package/dist/commands/game/ios/status.js +10 -10
  75. package/dist/commands/game/ios/wizard.js +2 -2
  76. package/dist/commands/game/job/list.js +7 -7
  77. package/dist/commands/game/job/status.js +11 -11
  78. package/dist/commands/game/list.js +7 -7
  79. package/dist/commands/game/ship.js +11 -11
  80. package/dist/commands/game/status.js +7 -7
  81. package/dist/commands/game/wizard.js +590 -35
  82. package/dist/commands/internal/fastlane.js +1 -1
  83. package/dist/commands/internal/readme.js +255 -770
  84. package/dist/commands/login.js +2 -2
  85. package/dist/commands/status.js +6 -6
  86. package/dist/export-B_F6vXIK.js +36 -0
  87. package/dist/export-C_lu1FD9.js +36 -0
  88. package/dist/export-rS9o87LD.js +36 -0
  89. package/dist/import-7T3J63j2.js +38 -0
  90. package/dist/import-Brg3zYmT.js +38 -0
  91. package/dist/import-DPbg8WvS.js +38 -0
  92. package/dist/import-v54PM_Qg.js +47 -0
  93. package/dist/index-BB7X1Pqp.js +695 -0
  94. package/dist/index-BQnkBr1Q.js +136 -0
  95. package/dist/index-BX9h2vPV.js +123 -0
  96. package/dist/index-BjGSEqP5.js +135 -0
  97. package/dist/index-Bv3x8c78.js +693 -0
  98. package/dist/index-ByOvCs4O.js +122 -0
  99. package/dist/index-BzffuqPa.js +24 -0
  100. package/dist/index-C9734Cj2.js +693 -0
  101. package/dist/index-CKYExssR.js +136 -0
  102. package/dist/index-Cz_KLwWf.js +136 -0
  103. package/dist/index-D6BH5UAM.js +135 -0
  104. package/dist/index-DOgF4dFK.js +24 -0
  105. package/dist/index-DgbQBx6x.js +122 -0
  106. package/dist/index-DxHPjZav.js +136 -0
  107. package/dist/index-m4HTrJ5J.js +135 -0
  108. package/dist/index-o9Y-84Rj.js +122 -0
  109. package/dist/upload-2naN75Zu.js +60 -0
  110. package/dist/upload-Cx71802W.js +60 -0
  111. package/dist/upload-DvAE1vDq.js +60 -0
  112. package/dist/useAndroidServiceAccountTestResult-BDc7XpKE.js +52 -0
  113. package/dist/useAndroidServiceAccountTestResult-B_ekRewZ.js +52 -0
  114. package/dist/useAndroidServiceAccountTestResult-Ce1x0Eh8.js +52 -0
  115. package/dist/useAppleApp-BEtLQa7n.js +32 -0
  116. package/dist/useAppleApp-CApC0-4Q.js +32 -0
  117. package/dist/useAppleApp-CETIcsJS.js +32 -0
  118. package/dist/useAppleBundleId-DXbMDRLd.js +64 -0
  119. package/dist/useAppleBundleId-SmzY6rkm.js +64 -0
  120. package/dist/useAppleBundleId-gPBzJwQg.js +64 -0
  121. package/dist/useJobWatching-BIG6fnTN.js +45 -0
  122. package/dist/useJobWatching-Cp-CYd90.js +45 -0
  123. package/dist/useJobWatching-D-YzSlK8.js +45 -0
  124. package/dist/useJobWatching-I_A3b36f.js +45 -0
  125. package/dist/useProjectCredentials-CKngz2rd.js +54 -0
  126. package/dist/useProjectCredentials-EapDge1I.js +54 -0
  127. package/dist/useProjectCredentials-vjedBbKl.js +54 -0
  128. package/dist/useWebSocket-Bep1zAVG.js +36 -0
  129. package/dist/useWebSocket-CBqsjHbt.js +36 -0
  130. package/dist/useWebSocket-rBLiZsKb.js +36 -0
  131. package/dist/wizard-ChPegnMW.js +133 -0
  132. package/npm-shrinkwrap.json +251 -223
  133. package/oclif.manifest.json +282 -223
  134. package/package.json +2 -4
@@ -156,110 +156,6 @@
156
156
  "status.js"
157
157
  ]
158
158
  },
159
- "internal:fastlane": {
160
- "aliases": [],
161
- "args": {
162
- "username": {
163
- "description": "Your Apple email address",
164
- "name": "username",
165
- "required": true
166
- },
167
- "file": {
168
- "description": "Path where the fastlane session will be written",
169
- "name": "file",
170
- "required": true
171
- }
172
- },
173
- "description": "Output a fastlane session file which can be used with xcodes",
174
- "examples": [
175
- "<%= config.bin %> <%= command.id %>",
176
- "<%= config.bin %> <%= command.id %> --force --username me@email.nowhere"
177
- ],
178
- "flags": {
179
- "force": {
180
- "char": "f",
181
- "name": "force",
182
- "allowNo": false,
183
- "type": "boolean"
184
- }
185
- },
186
- "hasDynamicHelp": false,
187
- "hiddenAliases": [],
188
- "id": "internal:fastlane",
189
- "pluginAlias": "shipthis",
190
- "pluginName": "shipthis",
191
- "pluginType": "core",
192
- "strict": true,
193
- "enableJsonFlag": false,
194
- "isESM": true,
195
- "relativePath": [
196
- "dist",
197
- "commands",
198
- "internal",
199
- "fastlane.js"
200
- ]
201
- },
202
- "internal:readme": {
203
- "aliases": [],
204
- "args": {
205
- "outputDir": {
206
- "description": "The directory where the readme files will be written",
207
- "name": "outputDir",
208
- "required": true
209
- }
210
- },
211
- "description": "Generate the readme files for the commands",
212
- "examples": [
213
- "<%= config.bin %> <%= command.id %>"
214
- ],
215
- "flags": {
216
- "notDryRun": {
217
- "char": "n",
218
- "description": "Set to actually write the files (will not overwrite)",
219
- "name": "notDryRun",
220
- "allowNo": false,
221
- "type": "boolean"
222
- },
223
- "overWrite": {
224
- "char": "o",
225
- "description": "Overwrite existing files",
226
- "name": "overWrite",
227
- "allowNo": false,
228
- "type": "boolean"
229
- },
230
- "depth": {
231
- "char": "d",
232
- "description": "The depth of the topic tree to render as separate files",
233
- "name": "depth",
234
- "hasDynamicHelp": false,
235
- "multiple": false,
236
- "type": "option"
237
- },
238
- "only": {
239
- "char": "l",
240
- "description": "Glob pattern - will only write the files which match",
241
- "name": "only",
242
- "hasDynamicHelp": false,
243
- "multiple": false,
244
- "type": "option"
245
- }
246
- },
247
- "hasDynamicHelp": false,
248
- "hiddenAliases": [],
249
- "id": "internal:readme",
250
- "pluginAlias": "shipthis",
251
- "pluginName": "shipthis",
252
- "pluginType": "core",
253
- "strict": true,
254
- "enableJsonFlag": false,
255
- "isESM": true,
256
- "relativePath": [
257
- "dist",
258
- "commands",
259
- "internal",
260
- "readme.js"
261
- ]
262
- },
263
159
  "game:create": {
264
160
  "aliases": [],
265
161
  "args": {},
@@ -336,6 +232,22 @@
336
232
  "hasDynamicHelp": false,
337
233
  "multiple": false,
338
234
  "type": "option"
235
+ },
236
+ "gcpProjectId": {
237
+ "char": "g",
238
+ "description": "Set the GCP project ID",
239
+ "name": "gcpProjectId",
240
+ "hasDynamicHelp": false,
241
+ "multiple": false,
242
+ "type": "option"
243
+ },
244
+ "gcpServiceAccountId": {
245
+ "char": "c",
246
+ "description": "Set the GCP service account ID",
247
+ "name": "gcpServiceAccountId",
248
+ "hasDynamicHelp": false,
249
+ "multiple": false,
250
+ "type": "option"
339
251
  }
340
252
  },
341
253
  "hasDynamicHelp": false,
@@ -435,6 +347,22 @@
435
347
  "hasDynamicHelp": false,
436
348
  "multiple": false,
437
349
  "type": "option"
350
+ },
351
+ "gcpProjectId": {
352
+ "char": "g",
353
+ "description": "Set the GCP project ID",
354
+ "name": "gcpProjectId",
355
+ "hasDynamicHelp": false,
356
+ "multiple": false,
357
+ "type": "option"
358
+ },
359
+ "gcpServiceAccountId": {
360
+ "char": "c",
361
+ "description": "Set the GCP service account ID",
362
+ "name": "gcpServiceAccountId",
363
+ "hasDynamicHelp": false,
364
+ "multiple": false,
365
+ "type": "option"
438
366
  }
439
367
  },
440
368
  "hasDynamicHelp": false,
@@ -634,7 +562,11 @@
634
562
  "platform": {
635
563
  "description": "The platform to run the wizard for. This can be \"android\" or \"ios\"",
636
564
  "name": "platform",
637
- "required": false
565
+ "options": [
566
+ "android",
567
+ "ios"
568
+ ],
569
+ "required": true
638
570
  }
639
571
  },
640
572
  "description": "Runs all the steps for the specific platform",
@@ -659,6 +591,110 @@
659
591
  "wizard.js"
660
592
  ]
661
593
  },
594
+ "internal:fastlane": {
595
+ "aliases": [],
596
+ "args": {
597
+ "username": {
598
+ "description": "Your Apple email address",
599
+ "name": "username",
600
+ "required": true
601
+ },
602
+ "file": {
603
+ "description": "Path where the fastlane session will be written",
604
+ "name": "file",
605
+ "required": true
606
+ }
607
+ },
608
+ "description": "Output a fastlane session file which can be used with xcodes",
609
+ "examples": [
610
+ "<%= config.bin %> <%= command.id %>",
611
+ "<%= config.bin %> <%= command.id %> --force --username me@email.nowhere"
612
+ ],
613
+ "flags": {
614
+ "force": {
615
+ "char": "f",
616
+ "name": "force",
617
+ "allowNo": false,
618
+ "type": "boolean"
619
+ }
620
+ },
621
+ "hasDynamicHelp": false,
622
+ "hiddenAliases": [],
623
+ "id": "internal:fastlane",
624
+ "pluginAlias": "shipthis",
625
+ "pluginName": "shipthis",
626
+ "pluginType": "core",
627
+ "strict": true,
628
+ "enableJsonFlag": false,
629
+ "isESM": true,
630
+ "relativePath": [
631
+ "dist",
632
+ "commands",
633
+ "internal",
634
+ "fastlane.js"
635
+ ]
636
+ },
637
+ "internal:readme": {
638
+ "aliases": [],
639
+ "args": {
640
+ "outputDir": {
641
+ "description": "The directory where the readme files will be written",
642
+ "name": "outputDir",
643
+ "required": true
644
+ }
645
+ },
646
+ "description": "Generate the readme files for the commands",
647
+ "examples": [
648
+ "<%= config.bin %> <%= command.id %>"
649
+ ],
650
+ "flags": {
651
+ "notDryRun": {
652
+ "char": "n",
653
+ "description": "Set to actually write the files (will not overwrite)",
654
+ "name": "notDryRun",
655
+ "allowNo": false,
656
+ "type": "boolean"
657
+ },
658
+ "overWrite": {
659
+ "char": "o",
660
+ "description": "Overwrite existing files",
661
+ "name": "overWrite",
662
+ "allowNo": false,
663
+ "type": "boolean"
664
+ },
665
+ "depth": {
666
+ "char": "d",
667
+ "description": "The depth of the topic tree to render as separate files",
668
+ "name": "depth",
669
+ "hasDynamicHelp": false,
670
+ "multiple": false,
671
+ "type": "option"
672
+ },
673
+ "only": {
674
+ "char": "l",
675
+ "description": "Glob pattern - will only write the files which match",
676
+ "name": "only",
677
+ "hasDynamicHelp": false,
678
+ "multiple": false,
679
+ "type": "option"
680
+ }
681
+ },
682
+ "hasDynamicHelp": false,
683
+ "hiddenAliases": [],
684
+ "id": "internal:readme",
685
+ "pluginAlias": "shipthis",
686
+ "pluginName": "shipthis",
687
+ "pluginType": "core",
688
+ "strict": true,
689
+ "enableJsonFlag": false,
690
+ "isESM": true,
691
+ "relativePath": [
692
+ "dist",
693
+ "commands",
694
+ "internal",
695
+ "readme.js"
696
+ ]
697
+ },
662
698
  "apple:apiKey:create": {
663
699
  "aliases": [],
664
700
  "args": {},
@@ -957,24 +993,13 @@
957
993
  "status.js"
958
994
  ]
959
995
  },
960
- "game:build:download": {
996
+ "game:android:status": {
961
997
  "aliases": [],
962
- "args": {
963
- "build_id": {
964
- "description": "The ID of the build to download",
965
- "name": "build_id",
966
- "required": true
967
- },
968
- "file": {
969
- "description": "Name of the file to output",
970
- "name": "file",
971
- "required": true
972
- }
973
- },
974
- "description": "Downloads the given build artifact to the specified file",
998
+ "args": {},
999
+ "description": "Shows the status of the setup for the Android platform for a specific game.",
975
1000
  "examples": [
976
- "<%= config.bin %> <%= command.id %> 7a3f5c92 output.ipa",
977
- "<%= config.bin %> <%= command.id %> --gameId 0c179fc4 e4b9a3d7 output.apk"
1001
+ "<%= config.bin %> <%= command.id %>",
1002
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
978
1003
  ],
979
1004
  "flags": {
980
1005
  "gameId": {
@@ -984,18 +1009,11 @@
984
1009
  "hasDynamicHelp": false,
985
1010
  "multiple": false,
986
1011
  "type": "option"
987
- },
988
- "force": {
989
- "char": "f",
990
- "description": "Overwrite the file if it already exists",
991
- "name": "force",
992
- "allowNo": false,
993
- "type": "boolean"
994
1012
  }
995
1013
  },
996
1014
  "hasDynamicHelp": false,
997
1015
  "hiddenAliases": [],
998
- "id": "game:build:download",
1016
+ "id": "game:android:status",
999
1017
  "pluginAlias": "shipthis",
1000
1018
  "pluginName": "shipthis",
1001
1019
  "pluginType": "core",
@@ -1006,76 +1024,78 @@
1006
1024
  "dist",
1007
1025
  "commands",
1008
1026
  "game",
1009
- "build",
1010
- "download.js"
1027
+ "android",
1028
+ "status.js"
1011
1029
  ]
1012
1030
  },
1013
- "game:build:list": {
1031
+ "game:android:wizard": {
1014
1032
  "aliases": [],
1015
1033
  "args": {},
1016
- "description": "Lists the builds for successful jobs of a game.",
1034
+ "description": "Prototype Android Wizard",
1017
1035
  "examples": [
1018
- "<%= config.bin %> <%= command.id %>",
1019
- "<%= config.bin %> <%= command.id %> --gameId 0c179fc4",
1020
- "<%= config.bin %> <%= command.id %> --gameId 0c179fc4 --pageSize 20 --pageNumber 1"
1036
+ "<%= config.bin %> <%= command.id %>"
1021
1037
  ],
1022
1038
  "flags": {
1023
- "gameId": {
1024
- "char": "g",
1025
- "description": "The ID of the game",
1026
- "name": "gameId",
1039
+ "name": {
1040
+ "char": "n",
1041
+ "description": "The name of the game",
1042
+ "name": "name",
1027
1043
  "hasDynamicHelp": false,
1028
1044
  "multiple": false,
1029
1045
  "type": "option"
1030
1046
  },
1031
- "pageNumber": {
1032
- "char": "p",
1033
- "description": "The page number to show (starts at 0)",
1034
- "name": "pageNumber",
1035
- "default": 0,
1047
+ "buildNumber": {
1048
+ "char": "b",
1049
+ "description": "Set the build number",
1050
+ "name": "buildNumber",
1036
1051
  "hasDynamicHelp": false,
1037
1052
  "multiple": false,
1038
1053
  "type": "option"
1039
1054
  },
1040
- "pageSize": {
1055
+ "semanticVersion": {
1041
1056
  "char": "s",
1042
- "description": "The number of items to show per page",
1043
- "name": "pageSize",
1044
- "default": 10,
1057
+ "description": "Set the semantic version",
1058
+ "name": "semanticVersion",
1045
1059
  "hasDynamicHelp": false,
1046
1060
  "multiple": false,
1047
1061
  "type": "option"
1048
1062
  },
1049
- "orderBy": {
1050
- "char": "o",
1051
- "description": "The field to order by",
1052
- "name": "orderBy",
1053
- "default": "createdAt",
1063
+ "gameEngine": {
1064
+ "char": "e",
1065
+ "description": "Set the game engine",
1066
+ "name": "gameEngine",
1054
1067
  "hasDynamicHelp": false,
1055
1068
  "multiple": false,
1056
- "options": [
1057
- "createdAt",
1058
- "updatedAt"
1059
- ],
1060
1069
  "type": "option"
1061
1070
  },
1062
- "order": {
1063
- "char": "r",
1064
- "description": "The order to sort by",
1065
- "name": "order",
1066
- "default": "desc",
1071
+ "gameEngineVersion": {
1072
+ "char": "v",
1073
+ "description": "Set the game engine version",
1074
+ "name": "gameEngineVersion",
1075
+ "hasDynamicHelp": false,
1076
+ "multiple": false,
1077
+ "type": "option"
1078
+ },
1079
+ "iosBundleId": {
1080
+ "char": "i",
1081
+ "description": "Set the iOS bundle ID",
1082
+ "name": "iosBundleId",
1083
+ "hasDynamicHelp": false,
1084
+ "multiple": false,
1085
+ "type": "option"
1086
+ },
1087
+ "androidPackageName": {
1088
+ "char": "a",
1089
+ "description": "Set the Android package name",
1090
+ "name": "androidPackageName",
1067
1091
  "hasDynamicHelp": false,
1068
1092
  "multiple": false,
1069
- "options": [
1070
- "asc",
1071
- "desc"
1072
- ],
1073
1093
  "type": "option"
1074
1094
  }
1075
1095
  },
1076
1096
  "hasDynamicHelp": false,
1077
1097
  "hiddenAliases": [],
1078
- "id": "game:build:list",
1098
+ "id": "game:android:wizard",
1079
1099
  "pluginAlias": "shipthis",
1080
1100
  "pluginName": "shipthis",
1081
1101
  "pluginType": "core",
@@ -1086,17 +1106,28 @@
1086
1106
  "dist",
1087
1107
  "commands",
1088
1108
  "game",
1089
- "build",
1090
- "list.js"
1109
+ "android",
1110
+ "wizard.js"
1091
1111
  ]
1092
1112
  },
1093
- "game:android:status": {
1113
+ "game:build:download": {
1094
1114
  "aliases": [],
1095
- "args": {},
1096
- "description": "Shows the status of the setup for the Android platform for a specific game.",
1115
+ "args": {
1116
+ "build_id": {
1117
+ "description": "The ID of the build to download",
1118
+ "name": "build_id",
1119
+ "required": true
1120
+ },
1121
+ "file": {
1122
+ "description": "Name of the file to output",
1123
+ "name": "file",
1124
+ "required": true
1125
+ }
1126
+ },
1127
+ "description": "Downloads the given build artifact to the specified file",
1097
1128
  "examples": [
1098
- "<%= config.bin %> <%= command.id %>",
1099
- "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1129
+ "<%= config.bin %> <%= command.id %> 7a3f5c92 output.ipa",
1130
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4 e4b9a3d7 output.apk"
1100
1131
  ],
1101
1132
  "flags": {
1102
1133
  "gameId": {
@@ -1106,11 +1137,18 @@
1106
1137
  "hasDynamicHelp": false,
1107
1138
  "multiple": false,
1108
1139
  "type": "option"
1140
+ },
1141
+ "force": {
1142
+ "char": "f",
1143
+ "description": "Overwrite the file if it already exists",
1144
+ "name": "force",
1145
+ "allowNo": false,
1146
+ "type": "boolean"
1109
1147
  }
1110
1148
  },
1111
1149
  "hasDynamicHelp": false,
1112
1150
  "hiddenAliases": [],
1113
- "id": "game:android:status",
1151
+ "id": "game:build:download",
1114
1152
  "pluginAlias": "shipthis",
1115
1153
  "pluginName": "shipthis",
1116
1154
  "pluginType": "core",
@@ -1121,78 +1159,76 @@
1121
1159
  "dist",
1122
1160
  "commands",
1123
1161
  "game",
1124
- "android",
1125
- "status.js"
1162
+ "build",
1163
+ "download.js"
1126
1164
  ]
1127
1165
  },
1128
- "game:android:wizard": {
1166
+ "game:build:list": {
1129
1167
  "aliases": [],
1130
1168
  "args": {},
1131
- "description": "Prototype Android Wizard",
1169
+ "description": "Lists the builds for successful jobs of a game.",
1132
1170
  "examples": [
1133
- "<%= config.bin %> <%= command.id %>"
1171
+ "<%= config.bin %> <%= command.id %>",
1172
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4",
1173
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4 --pageSize 20 --pageNumber 1"
1134
1174
  ],
1135
1175
  "flags": {
1136
- "name": {
1137
- "char": "n",
1138
- "description": "The name of the game",
1139
- "name": "name",
1176
+ "gameId": {
1177
+ "char": "g",
1178
+ "description": "The ID of the game",
1179
+ "name": "gameId",
1140
1180
  "hasDynamicHelp": false,
1141
1181
  "multiple": false,
1142
1182
  "type": "option"
1143
1183
  },
1144
- "buildNumber": {
1145
- "char": "b",
1146
- "description": "Set the build number",
1147
- "name": "buildNumber",
1184
+ "pageNumber": {
1185
+ "char": "p",
1186
+ "description": "The page number to show (starts at 0)",
1187
+ "name": "pageNumber",
1188
+ "default": 0,
1148
1189
  "hasDynamicHelp": false,
1149
1190
  "multiple": false,
1150
1191
  "type": "option"
1151
1192
  },
1152
- "semanticVersion": {
1193
+ "pageSize": {
1153
1194
  "char": "s",
1154
- "description": "Set the semantic version",
1155
- "name": "semanticVersion",
1156
- "hasDynamicHelp": false,
1157
- "multiple": false,
1158
- "type": "option"
1159
- },
1160
- "gameEngine": {
1161
- "char": "e",
1162
- "description": "Set the game engine",
1163
- "name": "gameEngine",
1164
- "hasDynamicHelp": false,
1165
- "multiple": false,
1166
- "type": "option"
1167
- },
1168
- "gameEngineVersion": {
1169
- "char": "v",
1170
- "description": "Set the game engine version",
1171
- "name": "gameEngineVersion",
1195
+ "description": "The number of items to show per page",
1196
+ "name": "pageSize",
1197
+ "default": 10,
1172
1198
  "hasDynamicHelp": false,
1173
1199
  "multiple": false,
1174
1200
  "type": "option"
1175
1201
  },
1176
- "iosBundleId": {
1177
- "char": "i",
1178
- "description": "Set the iOS bundle ID",
1179
- "name": "iosBundleId",
1202
+ "orderBy": {
1203
+ "char": "o",
1204
+ "description": "The field to order by",
1205
+ "name": "orderBy",
1206
+ "default": "createdAt",
1180
1207
  "hasDynamicHelp": false,
1181
1208
  "multiple": false,
1209
+ "options": [
1210
+ "createdAt",
1211
+ "updatedAt"
1212
+ ],
1182
1213
  "type": "option"
1183
1214
  },
1184
- "androidPackageName": {
1185
- "char": "a",
1186
- "description": "Set the Android package name",
1187
- "name": "androidPackageName",
1215
+ "order": {
1216
+ "char": "r",
1217
+ "description": "The order to sort by",
1218
+ "name": "order",
1219
+ "default": "desc",
1188
1220
  "hasDynamicHelp": false,
1189
1221
  "multiple": false,
1222
+ "options": [
1223
+ "asc",
1224
+ "desc"
1225
+ ],
1190
1226
  "type": "option"
1191
1227
  }
1192
1228
  },
1193
1229
  "hasDynamicHelp": false,
1194
1230
  "hiddenAliases": [],
1195
- "id": "game:android:wizard",
1231
+ "id": "game:build:list",
1196
1232
  "pluginAlias": "shipthis",
1197
1233
  "pluginName": "shipthis",
1198
1234
  "pluginType": "core",
@@ -1203,8 +1239,8 @@
1203
1239
  "dist",
1204
1240
  "commands",
1205
1241
  "game",
1206
- "android",
1207
- "wizard.js"
1242
+ "build",
1243
+ "list.js"
1208
1244
  ]
1209
1245
  },
1210
1246
  "game:ios:status": {
@@ -1791,14 +1827,15 @@
1791
1827
  "aliases": [],
1792
1828
  "args": {
1793
1829
  "file": {
1794
- "description": "Name of the ZIP file to import (must be in the same format as the export)",
1830
+ "description": "Path to the ZIP file to import (must be in the same format as the export)",
1795
1831
  "name": "file",
1796
- "required": true
1832
+ "required": false
1797
1833
  }
1798
1834
  },
1799
1835
  "description": "Imports an Android Keystore to your ShipThis account for the specified game.",
1800
1836
  "examples": [
1801
- "<%= config.bin %> <%= command.id %>"
1837
+ "<%= config.bin %> <%= command.id %> path/to/import.zip -g abfd5b00",
1838
+ "<%= config.bin %> <%= command.id %> --jksFile path/to/file.jks --keystorePassword yourpass --keyPassword yourkeypass"
1802
1839
  ],
1803
1840
  "flags": {
1804
1841
  "gameId": {
@@ -1809,8 +1846,30 @@
1809
1846
  "multiple": false,
1810
1847
  "type": "option"
1811
1848
  },
1849
+ "jksFile": {
1850
+ "description": "Path to the JKS file to import (requires passwords)",
1851
+ "name": "jksFile",
1852
+ "hasDynamicHelp": false,
1853
+ "multiple": false,
1854
+ "type": "option"
1855
+ },
1856
+ "keystorePassword": {
1857
+ "description": "Keystore password (required when using --jksFile)",
1858
+ "name": "keystorePassword",
1859
+ "hasDynamicHelp": false,
1860
+ "multiple": false,
1861
+ "type": "option"
1862
+ },
1863
+ "keyPassword": {
1864
+ "description": "Key alias password (required when using --jksFile)",
1865
+ "name": "keyPassword",
1866
+ "hasDynamicHelp": false,
1867
+ "multiple": false,
1868
+ "type": "option"
1869
+ },
1812
1870
  "force": {
1813
1871
  "char": "f",
1872
+ "description": "Overwrite any existing keystore without confirmation",
1814
1873
  "name": "force",
1815
1874
  "allowNo": false,
1816
1875
  "type": "boolean"
@@ -2261,5 +2320,5 @@
2261
2320
  ]
2262
2321
  }
2263
2322
  },
2264
- "version": "0.1.9"
2323
+ "version": "0.1.11"
2265
2324
  }