shipthis 0.1.3 → 0.1.5

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 (104) hide show
  1. package/dist/AppleBundleIdDetails-Dxo99Sgu.js +72 -0
  2. package/dist/Command-1YAl_0zS.js +204 -0
  3. package/dist/CommandGame-CZUx_VQu.js +8 -0
  4. package/dist/CreateKeystore-BqJdpvsI.js +56 -0
  5. package/dist/commands/apple/apiKey/create.js +1 -1
  6. package/dist/commands/apple/apiKey/export.js +1 -1
  7. package/dist/commands/apple/apiKey/import.js +1 -1
  8. package/dist/commands/apple/apiKey/status.js +1 -1
  9. package/dist/commands/apple/certificate/create.js +1 -1
  10. package/dist/commands/apple/certificate/export.js +1 -1
  11. package/dist/commands/apple/certificate/import.js +1 -1
  12. package/dist/commands/apple/certificate/status.js +1 -1
  13. package/dist/commands/apple/status.js +1 -1
  14. package/dist/commands/game/android/apiKey/connect.js +3 -3
  15. package/dist/commands/game/android/apiKey/create.js +3 -3
  16. package/dist/commands/game/android/apiKey/export.js +1 -1
  17. package/dist/commands/game/android/apiKey/import.js +1 -1
  18. package/dist/commands/game/android/apiKey/status.js +1 -1
  19. package/dist/commands/game/android/keyStore/create.js +3 -3
  20. package/dist/commands/game/android/keyStore/export.js +1 -1
  21. package/dist/commands/game/android/keyStore/import.js +1 -1
  22. package/dist/commands/game/android/keyStore/status.js +1 -1
  23. package/dist/commands/game/android/status.js +1 -1
  24. package/dist/commands/game/android/wizard.js +5 -5
  25. package/dist/commands/game/build/download.js +1 -1
  26. package/dist/commands/game/build/list.js +2 -2
  27. package/dist/commands/game/details.js +1 -1
  28. package/dist/commands/game/ios/app/addTester.js +1 -1
  29. package/dist/commands/game/ios/app/create.js +1 -1
  30. package/dist/commands/game/ios/app/status.js +2 -2
  31. package/dist/commands/game/ios/app/sync.js +1 -1
  32. package/dist/commands/game/ios/profile/create.js +1 -1
  33. package/dist/commands/game/ios/profile/export.js +1 -1
  34. package/dist/commands/game/ios/profile/import.js +1 -1
  35. package/dist/commands/game/ios/profile/status.js +1 -1
  36. package/dist/commands/game/ios/status.js +2 -2
  37. package/dist/commands/game/job/list.js +1 -1
  38. package/dist/commands/game/job/status.js +2 -2
  39. package/dist/commands/game/list.js +1 -1
  40. package/dist/commands/game/status.js +1 -1
  41. package/dist/commands/internal/readme.js +2 -2
  42. package/dist/commands/status.js +1 -1
  43. package/dist/index-DE2Hvx2o.js +122 -0
  44. package/dist/index-X__XH_Fd.js +144 -0
  45. package/dist/useJobWatching-BcBJ5dy1.js +43 -0
  46. package/docs/apple/apiKey/create.md +1 -1
  47. package/docs/apple/apiKey/export.md +1 -1
  48. package/docs/apple/apiKey/import.md +1 -1
  49. package/docs/apple/apiKey/status.md +1 -1
  50. package/docs/apple/apiKey.md +4 -4
  51. package/docs/apple/certificate/create.md +1 -1
  52. package/docs/apple/certificate/export.md +1 -1
  53. package/docs/apple/certificate/import.md +1 -1
  54. package/docs/apple/certificate/status.md +1 -1
  55. package/docs/apple/certificate.md +4 -4
  56. package/docs/apple/login.md +1 -1
  57. package/docs/apple/status.md +2 -1
  58. package/docs/dashboard.md +1 -1
  59. package/docs/game/android/apiKey/connect.md +1 -1
  60. package/docs/game/android/apiKey/create.md +1 -1
  61. package/docs/game/android/apiKey/export.md +1 -1
  62. package/docs/game/android/apiKey/import.md +1 -1
  63. package/docs/game/android/apiKey/invite.md +1 -1
  64. package/docs/game/android/apiKey/status.md +1 -1
  65. package/docs/game/android/apiKey.md +6 -6
  66. package/docs/game/android/keyStore/create.md +1 -1
  67. package/docs/game/android/keyStore/export.md +1 -1
  68. package/docs/game/android/keyStore/import.md +1 -1
  69. package/docs/game/android/keyStore/status.md +1 -1
  70. package/docs/game/android/keyStore.md +4 -4
  71. package/docs/game/android/status.md +1 -1
  72. package/docs/game/android/wizard.md +1 -1
  73. package/docs/game/android.md +12 -12
  74. package/docs/game/build/download.md +1 -1
  75. package/docs/game/build/list.md +1 -1
  76. package/docs/game/build.md +2 -2
  77. package/docs/game/create.md +1 -1
  78. package/docs/game/details.md +1 -1
  79. package/docs/game/export.md +1 -1
  80. package/docs/game/ios/app/addTester.md +1 -1
  81. package/docs/game/ios/app/create.md +1 -1
  82. package/docs/game/ios/app/status.md +1 -1
  83. package/docs/game/ios/app/sync.md +1 -1
  84. package/docs/game/ios/app.md +3 -3
  85. package/docs/game/ios/profile/create.md +1 -1
  86. package/docs/game/ios/profile/export.md +1 -1
  87. package/docs/game/ios/profile/import.md +1 -1
  88. package/docs/game/ios/profile/status.md +1 -1
  89. package/docs/game/ios/profile.md +4 -4
  90. package/docs/game/ios/status.md +1 -1
  91. package/docs/game/ios/wizard.md +1 -1
  92. package/docs/game/job/list.md +1 -1
  93. package/docs/game/job/status.md +1 -1
  94. package/docs/game/job.md +2 -2
  95. package/docs/game/list.md +1 -1
  96. package/docs/game/ship.md +1 -1
  97. package/docs/game/status.md +1 -1
  98. package/docs/game/wizard.md +1 -1
  99. package/docs/help.md +1 -1
  100. package/docs/login.md +1 -1
  101. package/docs/status.md +1 -1
  102. package/npm-shrinkwrap.json +2 -2
  103. package/oclif.manifest.json +342 -342
  104. package/package.json +1 -1
@@ -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": {},
@@ -659,6 +555,110 @@
659
555
  "wizard.js"
660
556
  ]
661
557
  },
558
+ "internal:fastlane": {
559
+ "aliases": [],
560
+ "args": {
561
+ "username": {
562
+ "description": "Your Apple email address",
563
+ "name": "username",
564
+ "required": true
565
+ },
566
+ "file": {
567
+ "description": "Path where the fastlane session will be written",
568
+ "name": "file",
569
+ "required": true
570
+ }
571
+ },
572
+ "description": "Output a fastlane session file which can be used with xcodes",
573
+ "examples": [
574
+ "<%= config.bin %> <%= command.id %>",
575
+ "<%= config.bin %> <%= command.id %> --force --username me@email.nowhere"
576
+ ],
577
+ "flags": {
578
+ "force": {
579
+ "char": "f",
580
+ "name": "force",
581
+ "allowNo": false,
582
+ "type": "boolean"
583
+ }
584
+ },
585
+ "hasDynamicHelp": false,
586
+ "hiddenAliases": [],
587
+ "id": "internal:fastlane",
588
+ "pluginAlias": "shipthis",
589
+ "pluginName": "shipthis",
590
+ "pluginType": "core",
591
+ "strict": true,
592
+ "enableJsonFlag": false,
593
+ "isESM": true,
594
+ "relativePath": [
595
+ "dist",
596
+ "commands",
597
+ "internal",
598
+ "fastlane.js"
599
+ ]
600
+ },
601
+ "internal:readme": {
602
+ "aliases": [],
603
+ "args": {
604
+ "outputDir": {
605
+ "description": "The directory where the readme files will be written",
606
+ "name": "outputDir",
607
+ "required": true
608
+ }
609
+ },
610
+ "description": "Generate the readme files for the commands",
611
+ "examples": [
612
+ "<%= config.bin %> <%= command.id %>"
613
+ ],
614
+ "flags": {
615
+ "notDryRun": {
616
+ "char": "n",
617
+ "description": "Set to actually write the files (will not overwrite)",
618
+ "name": "notDryRun",
619
+ "allowNo": false,
620
+ "type": "boolean"
621
+ },
622
+ "overWrite": {
623
+ "char": "o",
624
+ "description": "Overwrite existing files",
625
+ "name": "overWrite",
626
+ "allowNo": false,
627
+ "type": "boolean"
628
+ },
629
+ "depth": {
630
+ "char": "d",
631
+ "description": "The depth of the topic tree to render as separate files",
632
+ "name": "depth",
633
+ "hasDynamicHelp": false,
634
+ "multiple": false,
635
+ "type": "option"
636
+ },
637
+ "only": {
638
+ "char": "l",
639
+ "description": "Glob pattern - will only write the files which match",
640
+ "name": "only",
641
+ "hasDynamicHelp": false,
642
+ "multiple": false,
643
+ "type": "option"
644
+ }
645
+ },
646
+ "hasDynamicHelp": false,
647
+ "hiddenAliases": [],
648
+ "id": "internal:readme",
649
+ "pluginAlias": "shipthis",
650
+ "pluginName": "shipthis",
651
+ "pluginType": "core",
652
+ "strict": true,
653
+ "enableJsonFlag": false,
654
+ "isESM": true,
655
+ "relativePath": [
656
+ "dist",
657
+ "commands",
658
+ "internal",
659
+ "readme.js"
660
+ ]
661
+ },
662
662
  "apple:apiKey:create": {
663
663
  "aliases": [],
664
664
  "args": {},
@@ -957,24 +957,13 @@
957
957
  "status.js"
958
958
  ]
959
959
  },
960
- "game:build:download": {
960
+ "game:android:status": {
961
961
  "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",
962
+ "args": {},
963
+ "description": "Shows the status of the setup for the Android platform for a specific game.",
975
964
  "examples": [
976
- "<%= config.bin %> <%= command.id %> 7a3f5c92 output.ipa",
977
- "<%= config.bin %> <%= command.id %> --gameId 0c179fc4 e4b9a3d7 output.apk"
965
+ "<%= config.bin %> <%= command.id %>",
966
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
978
967
  ],
979
968
  "flags": {
980
969
  "gameId": {
@@ -984,18 +973,11 @@
984
973
  "hasDynamicHelp": false,
985
974
  "multiple": false,
986
975
  "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
976
  }
995
977
  },
996
978
  "hasDynamicHelp": false,
997
979
  "hiddenAliases": [],
998
- "id": "game:build:download",
980
+ "id": "game:android:status",
999
981
  "pluginAlias": "shipthis",
1000
982
  "pluginName": "shipthis",
1001
983
  "pluginType": "core",
@@ -1006,76 +988,78 @@
1006
988
  "dist",
1007
989
  "commands",
1008
990
  "game",
1009
- "build",
1010
- "download.js"
991
+ "android",
992
+ "status.js"
1011
993
  ]
1012
994
  },
1013
- "game:build:list": {
995
+ "game:android:wizard": {
1014
996
  "aliases": [],
1015
997
  "args": {},
1016
- "description": "Lists the builds for successful jobs of a game.",
998
+ "description": "Prototype Android Wizard",
1017
999
  "examples": [
1018
- "<%= config.bin %> <%= command.id %>",
1019
- "<%= config.bin %> <%= command.id %> --gameId 0c179fc4",
1020
- "<%= config.bin %> <%= command.id %> --gameId 0c179fc4 --pageSize 20 --pageNumber 1"
1000
+ "<%= config.bin %> <%= command.id %>"
1021
1001
  ],
1022
1002
  "flags": {
1023
- "gameId": {
1024
- "char": "g",
1025
- "description": "The ID of the game",
1026
- "name": "gameId",
1027
- "hasDynamicHelp": false,
1028
- "multiple": false,
1003
+ "name": {
1004
+ "char": "n",
1005
+ "description": "The name of the game",
1006
+ "name": "name",
1007
+ "hasDynamicHelp": false,
1008
+ "multiple": false,
1029
1009
  "type": "option"
1030
1010
  },
1031
- "pageNumber": {
1032
- "char": "p",
1033
- "description": "The page number to show (starts at 0)",
1034
- "name": "pageNumber",
1035
- "default": 0,
1011
+ "buildNumber": {
1012
+ "char": "b",
1013
+ "description": "Set the build number",
1014
+ "name": "buildNumber",
1036
1015
  "hasDynamicHelp": false,
1037
1016
  "multiple": false,
1038
1017
  "type": "option"
1039
1018
  },
1040
- "pageSize": {
1019
+ "semanticVersion": {
1041
1020
  "char": "s",
1042
- "description": "The number of items to show per page",
1043
- "name": "pageSize",
1044
- "default": 10,
1021
+ "description": "Set the semantic version",
1022
+ "name": "semanticVersion",
1045
1023
  "hasDynamicHelp": false,
1046
1024
  "multiple": false,
1047
1025
  "type": "option"
1048
1026
  },
1049
- "orderBy": {
1050
- "char": "o",
1051
- "description": "The field to order by",
1052
- "name": "orderBy",
1053
- "default": "createdAt",
1027
+ "gameEngine": {
1028
+ "char": "e",
1029
+ "description": "Set the game engine",
1030
+ "name": "gameEngine",
1054
1031
  "hasDynamicHelp": false,
1055
1032
  "multiple": false,
1056
- "options": [
1057
- "createdAt",
1058
- "updatedAt"
1059
- ],
1060
1033
  "type": "option"
1061
1034
  },
1062
- "order": {
1063
- "char": "r",
1064
- "description": "The order to sort by",
1065
- "name": "order",
1066
- "default": "desc",
1035
+ "gameEngineVersion": {
1036
+ "char": "v",
1037
+ "description": "Set the game engine version",
1038
+ "name": "gameEngineVersion",
1039
+ "hasDynamicHelp": false,
1040
+ "multiple": false,
1041
+ "type": "option"
1042
+ },
1043
+ "iosBundleId": {
1044
+ "char": "i",
1045
+ "description": "Set the iOS bundle ID",
1046
+ "name": "iosBundleId",
1047
+ "hasDynamicHelp": false,
1048
+ "multiple": false,
1049
+ "type": "option"
1050
+ },
1051
+ "androidPackageName": {
1052
+ "char": "a",
1053
+ "description": "Set the Android package name",
1054
+ "name": "androidPackageName",
1067
1055
  "hasDynamicHelp": false,
1068
1056
  "multiple": false,
1069
- "options": [
1070
- "asc",
1071
- "desc"
1072
- ],
1073
1057
  "type": "option"
1074
1058
  }
1075
1059
  },
1076
1060
  "hasDynamicHelp": false,
1077
1061
  "hiddenAliases": [],
1078
- "id": "game:build:list",
1062
+ "id": "game:android:wizard",
1079
1063
  "pluginAlias": "shipthis",
1080
1064
  "pluginName": "shipthis",
1081
1065
  "pluginType": "core",
@@ -1086,17 +1070,28 @@
1086
1070
  "dist",
1087
1071
  "commands",
1088
1072
  "game",
1089
- "build",
1090
- "list.js"
1073
+ "android",
1074
+ "wizard.js"
1091
1075
  ]
1092
1076
  },
1093
- "game:android:status": {
1077
+ "game:build:download": {
1094
1078
  "aliases": [],
1095
- "args": {},
1096
- "description": "Shows the status of the setup for the Android platform for a specific game.",
1079
+ "args": {
1080
+ "build_id": {
1081
+ "description": "The ID of the build to download",
1082
+ "name": "build_id",
1083
+ "required": true
1084
+ },
1085
+ "file": {
1086
+ "description": "Name of the file to output",
1087
+ "name": "file",
1088
+ "required": true
1089
+ }
1090
+ },
1091
+ "description": "Downloads the given build artifact to the specified file",
1097
1092
  "examples": [
1098
- "<%= config.bin %> <%= command.id %>",
1099
- "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1093
+ "<%= config.bin %> <%= command.id %> 7a3f5c92 output.ipa",
1094
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4 e4b9a3d7 output.apk"
1100
1095
  ],
1101
1096
  "flags": {
1102
1097
  "gameId": {
@@ -1106,11 +1101,18 @@
1106
1101
  "hasDynamicHelp": false,
1107
1102
  "multiple": false,
1108
1103
  "type": "option"
1104
+ },
1105
+ "force": {
1106
+ "char": "f",
1107
+ "description": "Overwrite the file if it already exists",
1108
+ "name": "force",
1109
+ "allowNo": false,
1110
+ "type": "boolean"
1109
1111
  }
1110
1112
  },
1111
1113
  "hasDynamicHelp": false,
1112
1114
  "hiddenAliases": [],
1113
- "id": "game:android:status",
1115
+ "id": "game:build:download",
1114
1116
  "pluginAlias": "shipthis",
1115
1117
  "pluginName": "shipthis",
1116
1118
  "pluginType": "core",
@@ -1121,78 +1123,76 @@
1121
1123
  "dist",
1122
1124
  "commands",
1123
1125
  "game",
1124
- "android",
1125
- "status.js"
1126
+ "build",
1127
+ "download.js"
1126
1128
  ]
1127
1129
  },
1128
- "game:android:wizard": {
1130
+ "game:build:list": {
1129
1131
  "aliases": [],
1130
1132
  "args": {},
1131
- "description": "Prototype Android Wizard",
1133
+ "description": "Lists the builds for successful jobs of a game.",
1132
1134
  "examples": [
1133
- "<%= config.bin %> <%= command.id %>"
1135
+ "<%= config.bin %> <%= command.id %>",
1136
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4",
1137
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4 --pageSize 20 --pageNumber 1"
1134
1138
  ],
1135
1139
  "flags": {
1136
- "name": {
1137
- "char": "n",
1138
- "description": "The name of the game",
1139
- "name": "name",
1140
+ "gameId": {
1141
+ "char": "g",
1142
+ "description": "The ID of the game",
1143
+ "name": "gameId",
1140
1144
  "hasDynamicHelp": false,
1141
1145
  "multiple": false,
1142
1146
  "type": "option"
1143
1147
  },
1144
- "buildNumber": {
1145
- "char": "b",
1146
- "description": "Set the build number",
1147
- "name": "buildNumber",
1148
+ "pageNumber": {
1149
+ "char": "p",
1150
+ "description": "The page number to show (starts at 0)",
1151
+ "name": "pageNumber",
1152
+ "default": 0,
1148
1153
  "hasDynamicHelp": false,
1149
1154
  "multiple": false,
1150
1155
  "type": "option"
1151
1156
  },
1152
- "semanticVersion": {
1157
+ "pageSize": {
1153
1158
  "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",
1159
+ "description": "The number of items to show per page",
1160
+ "name": "pageSize",
1161
+ "default": 10,
1172
1162
  "hasDynamicHelp": false,
1173
1163
  "multiple": false,
1174
1164
  "type": "option"
1175
1165
  },
1176
- "iosBundleId": {
1177
- "char": "i",
1178
- "description": "Set the iOS bundle ID",
1179
- "name": "iosBundleId",
1166
+ "orderBy": {
1167
+ "char": "o",
1168
+ "description": "The field to order by",
1169
+ "name": "orderBy",
1170
+ "default": "createdAt",
1180
1171
  "hasDynamicHelp": false,
1181
1172
  "multiple": false,
1173
+ "options": [
1174
+ "createdAt",
1175
+ "updatedAt"
1176
+ ],
1182
1177
  "type": "option"
1183
1178
  },
1184
- "androidPackageName": {
1185
- "char": "a",
1186
- "description": "Set the Android package name",
1187
- "name": "androidPackageName",
1179
+ "order": {
1180
+ "char": "r",
1181
+ "description": "The order to sort by",
1182
+ "name": "order",
1183
+ "default": "desc",
1188
1184
  "hasDynamicHelp": false,
1189
1185
  "multiple": false,
1186
+ "options": [
1187
+ "asc",
1188
+ "desc"
1189
+ ],
1190
1190
  "type": "option"
1191
1191
  }
1192
1192
  },
1193
1193
  "hasDynamicHelp": false,
1194
1194
  "hiddenAliases": [],
1195
- "id": "game:android:wizard",
1195
+ "id": "game:build:list",
1196
1196
  "pluginAlias": "shipthis",
1197
1197
  "pluginName": "shipthis",
1198
1198
  "pluginType": "core",
@@ -1203,8 +1203,8 @@
1203
1203
  "dist",
1204
1204
  "commands",
1205
1205
  "game",
1206
- "android",
1207
- "wizard.js"
1206
+ "build",
1207
+ "list.js"
1208
1208
  ]
1209
1209
  },
1210
1210
  "game:ios:status": {
@@ -1413,14 +1413,13 @@
1413
1413
  "status.js"
1414
1414
  ]
1415
1415
  },
1416
- "game:android:apiKey:connect": {
1416
+ "game:android:keyStore:create": {
1417
1417
  "aliases": [],
1418
1418
  "args": {},
1419
- "description": "Connects ShipThis with Google for managing Service Account API Keys for an Android game",
1419
+ "description": "Creates a new Android Keystore for a game",
1420
1420
  "examples": [
1421
1421
  "<%= config.bin %> <%= command.id %>",
1422
- "<%= config.bin %> <%= command.id %> --force",
1423
- "<%= config.bin %> <%= command.id %> --disconnect"
1422
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1424
1423
  ],
1425
1424
  "flags": {
1426
1425
  "gameId": {
@@ -1436,17 +1435,11 @@
1436
1435
  "name": "force",
1437
1436
  "allowNo": false,
1438
1437
  "type": "boolean"
1439
- },
1440
- "disconnect": {
1441
- "char": "d",
1442
- "name": "disconnect",
1443
- "allowNo": false,
1444
- "type": "boolean"
1445
1438
  }
1446
1439
  },
1447
1440
  "hasDynamicHelp": false,
1448
1441
  "hiddenAliases": [],
1449
- "id": "game:android:apiKey:connect",
1442
+ "id": "game:android:keyStore:create",
1450
1443
  "pluginAlias": "shipthis",
1451
1444
  "pluginName": "shipthis",
1452
1445
  "pluginType": "core",
@@ -1457,17 +1450,22 @@
1457
1450
  "commands",
1458
1451
  "game",
1459
1452
  "android",
1460
- "apiKey",
1461
- "connect.js"
1453
+ "keyStore",
1454
+ "create.js"
1462
1455
  ]
1463
1456
  },
1464
- "game:android:apiKey:create": {
1457
+ "game:android:keyStore:export": {
1465
1458
  "aliases": [],
1466
- "args": {},
1467
- "description": "Creates a new Android Service Account API Key for a game",
1459
+ "args": {
1460
+ "file": {
1461
+ "description": "Name of the ZIP file to create",
1462
+ "name": "file",
1463
+ "required": true
1464
+ }
1465
+ },
1466
+ "description": "Saves the current Android Keystore to a ZIP file",
1468
1467
  "examples": [
1469
- "<%= config.bin %> <%= command.id %>",
1470
- "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1468
+ "<%= config.bin %> <%= command.id %> keyStore.zip"
1471
1469
  ],
1472
1470
  "flags": {
1473
1471
  "gameId": {
@@ -1478,15 +1476,9 @@
1478
1476
  "multiple": false,
1479
1477
  "type": "option"
1480
1478
  },
1481
- "waitForAuth": {
1482
- "char": "w",
1483
- "description": "Wait for Google Authentication (10 mins).",
1484
- "name": "waitForAuth",
1485
- "allowNo": false,
1486
- "type": "boolean"
1487
- },
1488
1479
  "force": {
1489
1480
  "char": "f",
1481
+ "description": "Overwrite the file if it already exists",
1490
1482
  "name": "force",
1491
1483
  "allowNo": false,
1492
1484
  "type": "boolean"
@@ -1494,33 +1486,34 @@
1494
1486
  },
1495
1487
  "hasDynamicHelp": false,
1496
1488
  "hiddenAliases": [],
1497
- "id": "game:android:apiKey:create",
1489
+ "id": "game:android:keyStore:export",
1498
1490
  "pluginAlias": "shipthis",
1499
1491
  "pluginName": "shipthis",
1500
1492
  "pluginType": "core",
1501
1493
  "strict": true,
1494
+ "enableJsonFlag": false,
1502
1495
  "isESM": true,
1503
1496
  "relativePath": [
1504
1497
  "dist",
1505
1498
  "commands",
1506
1499
  "game",
1507
1500
  "android",
1508
- "apiKey",
1509
- "create.js"
1501
+ "keyStore",
1502
+ "export.js"
1510
1503
  ]
1511
1504
  },
1512
- "game:android:apiKey:export": {
1505
+ "game:android:keyStore:import": {
1513
1506
  "aliases": [],
1514
1507
  "args": {
1515
1508
  "file": {
1516
- "description": "Name of the ZIP file to create",
1509
+ "description": "Name of the ZIP file to import (must be in the same format as the export)",
1517
1510
  "name": "file",
1518
1511
  "required": true
1519
1512
  }
1520
1513
  },
1521
- "description": "Saves the current Android Service Account API Key to a ZIP file",
1514
+ "description": "Imports an Android Keystore to your ShipThis account for the specified game.",
1522
1515
  "examples": [
1523
- "<%= config.bin %> <%= command.id %> keyStore.zip"
1516
+ "<%= config.bin %> <%= command.id %>"
1524
1517
  ],
1525
1518
  "flags": {
1526
1519
  "gameId": {
@@ -1533,7 +1526,6 @@
1533
1526
  },
1534
1527
  "force": {
1535
1528
  "char": "f",
1536
- "description": "Overwrite the file if it already exists",
1537
1529
  "name": "force",
1538
1530
  "allowNo": false,
1539
1531
  "type": "boolean"
@@ -1541,33 +1533,29 @@
1541
1533
  },
1542
1534
  "hasDynamicHelp": false,
1543
1535
  "hiddenAliases": [],
1544
- "id": "game:android:apiKey:export",
1536
+ "id": "game:android:keyStore:import",
1545
1537
  "pluginAlias": "shipthis",
1546
1538
  "pluginName": "shipthis",
1547
1539
  "pluginType": "core",
1548
1540
  "strict": true,
1541
+ "enableJsonFlag": false,
1549
1542
  "isESM": true,
1550
1543
  "relativePath": [
1551
1544
  "dist",
1552
1545
  "commands",
1553
1546
  "game",
1554
1547
  "android",
1555
- "apiKey",
1556
- "export.js"
1548
+ "keyStore",
1549
+ "import.js"
1557
1550
  ]
1558
1551
  },
1559
- "game:android:apiKey:import": {
1552
+ "game:android:keyStore:status": {
1560
1553
  "aliases": [],
1561
- "args": {
1562
- "file": {
1563
- "description": "Name of the ZIP file to import (must be in the same format as the export)",
1564
- "name": "file",
1565
- "required": true
1566
- }
1567
- },
1568
- "description": "Imports an Android Service Account API Key to your ShipThis account for the specified game.",
1554
+ "args": {},
1555
+ "description": "Displays the status of the Android Keystore for a specific game.",
1569
1556
  "examples": [
1570
- "<%= config.bin %> <%= command.id %>"
1557
+ "<%= config.bin %> <%= command.id %>",
1558
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1571
1559
  ],
1572
1560
  "flags": {
1573
1561
  "gameId": {
@@ -1577,43 +1565,34 @@
1577
1565
  "hasDynamicHelp": false,
1578
1566
  "multiple": false,
1579
1567
  "type": "option"
1580
- },
1581
- "force": {
1582
- "char": "f",
1583
- "name": "force",
1584
- "allowNo": false,
1585
- "type": "boolean"
1586
1568
  }
1587
1569
  },
1588
1570
  "hasDynamicHelp": false,
1589
1571
  "hiddenAliases": [],
1590
- "id": "game:android:apiKey:import",
1572
+ "id": "game:android:keyStore:status",
1591
1573
  "pluginAlias": "shipthis",
1592
1574
  "pluginName": "shipthis",
1593
1575
  "pluginType": "core",
1594
1576
  "strict": true,
1577
+ "enableJsonFlag": false,
1595
1578
  "isESM": true,
1596
1579
  "relativePath": [
1597
1580
  "dist",
1598
1581
  "commands",
1599
1582
  "game",
1600
1583
  "android",
1601
- "apiKey",
1602
- "import.js"
1584
+ "keyStore",
1585
+ "status.js"
1603
1586
  ]
1604
1587
  },
1605
- "game:android:apiKey:invite": {
1588
+ "game:android:apiKey:connect": {
1606
1589
  "aliases": [],
1607
- "args": {
1608
- "accountId": {
1609
- "description": "The Google Play Account ID",
1610
- "name": "accountId",
1611
- "required": false
1612
- }
1613
- },
1614
- "description": "Invites the Service Account to your Google Play Account.",
1590
+ "args": {},
1591
+ "description": "Connects ShipThis with Google for managing Service Account API Keys for an Android game",
1615
1592
  "examples": [
1616
- "<%= config.bin %> <%= command.id %>"
1593
+ "<%= config.bin %> <%= command.id %>",
1594
+ "<%= config.bin %> <%= command.id %> --force",
1595
+ "<%= config.bin %> <%= command.id %> --disconnect"
1617
1596
  ],
1618
1597
  "flags": {
1619
1598
  "gameId": {
@@ -1624,31 +1603,22 @@
1624
1603
  "multiple": false,
1625
1604
  "type": "option"
1626
1605
  },
1627
- "prompt": {
1628
- "char": "p",
1629
- "description": "Prompt for the Google Play Account ID",
1630
- "name": "prompt",
1631
- "allowNo": false,
1632
- "type": "boolean"
1633
- },
1634
- "waitForGoogleApp": {
1635
- "char": "p",
1636
- "description": "Waits for the Google Play app to be created (10 mins).",
1637
- "name": "waitForGoogleApp",
1606
+ "force": {
1607
+ "char": "f",
1608
+ "name": "force",
1638
1609
  "allowNo": false,
1639
1610
  "type": "boolean"
1640
1611
  },
1641
- "waitForAuth": {
1642
- "char": "w",
1643
- "description": "Wait for Google Authentication (10 mins).",
1644
- "name": "waitForAuth",
1612
+ "disconnect": {
1613
+ "char": "d",
1614
+ "name": "disconnect",
1645
1615
  "allowNo": false,
1646
1616
  "type": "boolean"
1647
1617
  }
1648
1618
  },
1649
1619
  "hasDynamicHelp": false,
1650
1620
  "hiddenAliases": [],
1651
- "id": "game:android:apiKey:invite",
1621
+ "id": "game:android:apiKey:connect",
1652
1622
  "pluginAlias": "shipthis",
1653
1623
  "pluginName": "shipthis",
1654
1624
  "pluginType": "core",
@@ -1660,13 +1630,13 @@
1660
1630
  "game",
1661
1631
  "android",
1662
1632
  "apiKey",
1663
- "invite.js"
1633
+ "connect.js"
1664
1634
  ]
1665
1635
  },
1666
- "game:android:apiKey:status": {
1636
+ "game:android:apiKey:create": {
1667
1637
  "aliases": [],
1668
1638
  "args": {},
1669
- "description": "Displays the status of the Android Service Account API Key for a specific game.",
1639
+ "description": "Creates a new Android Service Account API Key for a game",
1670
1640
  "examples": [
1671
1641
  "<%= config.bin %> <%= command.id %>",
1672
1642
  "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
@@ -1679,11 +1649,24 @@
1679
1649
  "hasDynamicHelp": false,
1680
1650
  "multiple": false,
1681
1651
  "type": "option"
1652
+ },
1653
+ "waitForAuth": {
1654
+ "char": "w",
1655
+ "description": "Wait for Google Authentication (10 mins).",
1656
+ "name": "waitForAuth",
1657
+ "allowNo": false,
1658
+ "type": "boolean"
1659
+ },
1660
+ "force": {
1661
+ "char": "f",
1662
+ "name": "force",
1663
+ "allowNo": false,
1664
+ "type": "boolean"
1682
1665
  }
1683
1666
  },
1684
1667
  "hasDynamicHelp": false,
1685
1668
  "hiddenAliases": [],
1686
- "id": "game:android:apiKey:status",
1669
+ "id": "game:android:apiKey:create",
1687
1670
  "pluginAlias": "shipthis",
1688
1671
  "pluginName": "shipthis",
1689
1672
  "pluginType": "core",
@@ -1695,16 +1678,21 @@
1695
1678
  "game",
1696
1679
  "android",
1697
1680
  "apiKey",
1698
- "status.js"
1681
+ "create.js"
1699
1682
  ]
1700
1683
  },
1701
- "game:android:keyStore:create": {
1684
+ "game:android:apiKey:export": {
1702
1685
  "aliases": [],
1703
- "args": {},
1704
- "description": "Creates a new Android Keystore for a game",
1686
+ "args": {
1687
+ "file": {
1688
+ "description": "Name of the ZIP file to create",
1689
+ "name": "file",
1690
+ "required": true
1691
+ }
1692
+ },
1693
+ "description": "Saves the current Android Service Account API Key to a ZIP file",
1705
1694
  "examples": [
1706
- "<%= config.bin %> <%= command.id %>",
1707
- "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1695
+ "<%= config.bin %> <%= command.id %> keyStore.zip"
1708
1696
  ],
1709
1697
  "flags": {
1710
1698
  "gameId": {
@@ -1717,6 +1705,7 @@
1717
1705
  },
1718
1706
  "force": {
1719
1707
  "char": "f",
1708
+ "description": "Overwrite the file if it already exists",
1720
1709
  "name": "force",
1721
1710
  "allowNo": false,
1722
1711
  "type": "boolean"
@@ -1724,7 +1713,7 @@
1724
1713
  },
1725
1714
  "hasDynamicHelp": false,
1726
1715
  "hiddenAliases": [],
1727
- "id": "game:android:keyStore:create",
1716
+ "id": "game:android:apiKey:export",
1728
1717
  "pluginAlias": "shipthis",
1729
1718
  "pluginName": "shipthis",
1730
1719
  "pluginType": "core",
@@ -1735,22 +1724,22 @@
1735
1724
  "commands",
1736
1725
  "game",
1737
1726
  "android",
1738
- "keyStore",
1739
- "create.js"
1727
+ "apiKey",
1728
+ "export.js"
1740
1729
  ]
1741
1730
  },
1742
- "game:android:keyStore:export": {
1731
+ "game:android:apiKey:import": {
1743
1732
  "aliases": [],
1744
1733
  "args": {
1745
1734
  "file": {
1746
- "description": "Name of the ZIP file to create",
1735
+ "description": "Name of the ZIP file to import (must be in the same format as the export)",
1747
1736
  "name": "file",
1748
1737
  "required": true
1749
1738
  }
1750
1739
  },
1751
- "description": "Saves the current Android Keystore to a ZIP file",
1740
+ "description": "Imports an Android Service Account API Key to your ShipThis account for the specified game.",
1752
1741
  "examples": [
1753
- "<%= config.bin %> <%= command.id %> keyStore.zip"
1742
+ "<%= config.bin %> <%= command.id %>"
1754
1743
  ],
1755
1744
  "flags": {
1756
1745
  "gameId": {
@@ -1763,7 +1752,6 @@
1763
1752
  },
1764
1753
  "force": {
1765
1754
  "char": "f",
1766
- "description": "Overwrite the file if it already exists",
1767
1755
  "name": "force",
1768
1756
  "allowNo": false,
1769
1757
  "type": "boolean"
@@ -1771,32 +1759,31 @@
1771
1759
  },
1772
1760
  "hasDynamicHelp": false,
1773
1761
  "hiddenAliases": [],
1774
- "id": "game:android:keyStore:export",
1762
+ "id": "game:android:apiKey:import",
1775
1763
  "pluginAlias": "shipthis",
1776
1764
  "pluginName": "shipthis",
1777
1765
  "pluginType": "core",
1778
1766
  "strict": true,
1779
- "enableJsonFlag": false,
1780
1767
  "isESM": true,
1781
1768
  "relativePath": [
1782
1769
  "dist",
1783
1770
  "commands",
1784
1771
  "game",
1785
1772
  "android",
1786
- "keyStore",
1787
- "export.js"
1773
+ "apiKey",
1774
+ "import.js"
1788
1775
  ]
1789
1776
  },
1790
- "game:android:keyStore:import": {
1777
+ "game:android:apiKey:invite": {
1791
1778
  "aliases": [],
1792
1779
  "args": {
1793
- "file": {
1794
- "description": "Name of the ZIP file to import (must be in the same format as the export)",
1795
- "name": "file",
1796
- "required": true
1780
+ "accountId": {
1781
+ "description": "The Google Play Account ID",
1782
+ "name": "accountId",
1783
+ "required": false
1797
1784
  }
1798
1785
  },
1799
- "description": "Imports an Android Keystore to your ShipThis account for the specified game.",
1786
+ "description": "Invites the Service Account to your Google Play Account.",
1800
1787
  "examples": [
1801
1788
  "<%= config.bin %> <%= command.id %>"
1802
1789
  ],
@@ -1809,35 +1796,49 @@
1809
1796
  "multiple": false,
1810
1797
  "type": "option"
1811
1798
  },
1812
- "force": {
1813
- "char": "f",
1814
- "name": "force",
1799
+ "prompt": {
1800
+ "char": "p",
1801
+ "description": "Prompt for the Google Play Account ID",
1802
+ "name": "prompt",
1803
+ "allowNo": false,
1804
+ "type": "boolean"
1805
+ },
1806
+ "waitForGoogleApp": {
1807
+ "char": "p",
1808
+ "description": "Waits for the Google Play app to be created (10 mins).",
1809
+ "name": "waitForGoogleApp",
1810
+ "allowNo": false,
1811
+ "type": "boolean"
1812
+ },
1813
+ "waitForAuth": {
1814
+ "char": "w",
1815
+ "description": "Wait for Google Authentication (10 mins).",
1816
+ "name": "waitForAuth",
1815
1817
  "allowNo": false,
1816
1818
  "type": "boolean"
1817
1819
  }
1818
1820
  },
1819
1821
  "hasDynamicHelp": false,
1820
1822
  "hiddenAliases": [],
1821
- "id": "game:android:keyStore:import",
1823
+ "id": "game:android:apiKey:invite",
1822
1824
  "pluginAlias": "shipthis",
1823
1825
  "pluginName": "shipthis",
1824
1826
  "pluginType": "core",
1825
1827
  "strict": true,
1826
- "enableJsonFlag": false,
1827
1828
  "isESM": true,
1828
1829
  "relativePath": [
1829
1830
  "dist",
1830
1831
  "commands",
1831
1832
  "game",
1832
1833
  "android",
1833
- "keyStore",
1834
- "import.js"
1834
+ "apiKey",
1835
+ "invite.js"
1835
1836
  ]
1836
1837
  },
1837
- "game:android:keyStore:status": {
1838
+ "game:android:apiKey:status": {
1838
1839
  "aliases": [],
1839
1840
  "args": {},
1840
- "description": "Displays the status of the Android Keystore for a specific game.",
1841
+ "description": "Displays the status of the Android Service Account API Key for a specific game.",
1841
1842
  "examples": [
1842
1843
  "<%= config.bin %> <%= command.id %>",
1843
1844
  "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
@@ -1854,19 +1855,18 @@
1854
1855
  },
1855
1856
  "hasDynamicHelp": false,
1856
1857
  "hiddenAliases": [],
1857
- "id": "game:android:keyStore:status",
1858
+ "id": "game:android:apiKey:status",
1858
1859
  "pluginAlias": "shipthis",
1859
1860
  "pluginName": "shipthis",
1860
1861
  "pluginType": "core",
1861
1862
  "strict": true,
1862
- "enableJsonFlag": false,
1863
1863
  "isESM": true,
1864
1864
  "relativePath": [
1865
1865
  "dist",
1866
1866
  "commands",
1867
1867
  "game",
1868
1868
  "android",
1869
- "keyStore",
1869
+ "apiKey",
1870
1870
  "status.js"
1871
1871
  ]
1872
1872
  },
@@ -2261,5 +2261,5 @@
2261
2261
  ]
2262
2262
  }
2263
2263
  },
2264
- "version": "0.1.3"
2264
+ "version": "0.1.5"
2265
2265
  }