shipthis 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/markdown/android-success.md +17 -0
- package/assets/markdown/create-google-play-game.md +20 -0
- package/assets/markdown/invite-service-account.md +11 -0
- package/assets/markdown/privacy-notification.md +10 -0
- package/bin/alias-built.sh +10 -0
- package/dist/{AppleBundleIdDetails-BF-Pm1Ia.js → AppleBundleIdDetails-C0XqjxKJ.js} +5 -6
- package/dist/Command-Cl-JfhTy.js +203 -0
- package/dist/{CommandGame-D9wl8hfX.js → CommandGame--SAa3wEL.js} +1 -1
- package/dist/CreateKeystore-Dm0KVh85.js +56 -0
- package/dist/{NextSteps-DKcjSHZ3.js → NextSteps-CK9zHOCt.js} +1 -1
- package/dist/{ProjectCredentialsTable-BVvkIPjN.js → ProjectCredentialsTable-Ch8022rs.js} +3 -2
- package/dist/RunWithSpinner-BVXNWGD3.js +27 -0
- package/dist/{StatusTable-BzsNF75L.js → StatusTable-Dm5St4g-.js} +1 -1
- package/dist/Title-BCQtayg6.js +6 -0
- package/dist/{UserCredentialsTable-DUFQqHVt.js → UserCredentialsTable-ysmM5dlV.js} +4 -4
- package/dist/{baseAppleCommand-BSJhK8GA.js → baseAppleCommand-B3WQtlx-.js} +1 -1
- package/dist/{baseGameAndroidCommand-CPAtReqy.js → baseGameAndroidCommand-B-CFhPnE.js} +2 -2
- package/dist/commands/apple/apiKey/create.js +12 -12
- package/dist/commands/apple/apiKey/export.js +11 -11
- package/dist/commands/apple/apiKey/import.js +11 -11
- package/dist/commands/apple/apiKey/status.js +12 -13
- package/dist/commands/apple/certificate/create.js +12 -12
- package/dist/commands/apple/certificate/export.js +11 -11
- package/dist/commands/apple/certificate/import.js +11 -11
- package/dist/commands/apple/certificate/status.js +11 -12
- package/dist/commands/apple/login.js +2 -2
- package/dist/commands/apple/status.js +12 -13
- package/dist/commands/dashboard.js +1 -1
- package/dist/commands/game/android/apiKey/connect.js +12 -12
- package/dist/commands/game/android/apiKey/create.js +14 -12
- package/dist/commands/game/android/apiKey/export.js +12 -12
- package/dist/commands/game/android/apiKey/import.js +12 -12
- package/dist/commands/game/android/apiKey/invite.js +4 -4
- package/dist/commands/game/android/apiKey/status.js +12 -12
- package/dist/commands/game/android/keyStore/create.js +12 -11
- package/dist/commands/game/android/keyStore/export.js +11 -11
- package/dist/commands/game/android/keyStore/import.js +11 -11
- package/dist/commands/game/android/keyStore/status.js +11 -11
- package/dist/commands/game/android/status.js +13 -14
- package/dist/commands/game/android/wizard.js +533 -20
- package/dist/commands/game/build/download.js +10 -11
- package/dist/commands/game/build/list.js +10 -11
- package/dist/commands/game/create.js +2 -2
- package/dist/commands/game/details.js +10 -11
- package/dist/commands/game/export.js +1 -1
- package/dist/commands/game/ios/app/addTester.js +10 -11
- package/dist/commands/game/ios/app/create.js +9 -10
- package/dist/commands/game/ios/app/status.js +13 -14
- package/dist/commands/game/ios/app/sync.js +10 -11
- package/dist/commands/game/ios/profile/create.js +12 -12
- package/dist/commands/game/ios/profile/export.js +11 -11
- package/dist/commands/game/ios/profile/import.js +11 -11
- package/dist/commands/game/ios/profile/status.js +12 -12
- package/dist/commands/game/ios/status.js +16 -17
- package/dist/commands/game/ios/wizard.js +2 -2
- package/dist/commands/game/job/list.js +8 -10
- package/dist/commands/game/job/status.js +14 -13
- package/dist/commands/game/list.js +8 -10
- package/dist/commands/game/ship.js +2 -2
- package/dist/commands/game/status.js +13 -14
- package/dist/commands/game/wizard.js +1 -1
- package/dist/commands/internal/fastlane.js +1 -1
- package/dist/commands/internal/readme.js +1 -1
- package/dist/commands/login.js +2 -2
- package/dist/commands/status.js +11 -11
- package/dist/{export-B0FJT0EU.js → export-BiLHgSJ9.js} +1 -1
- package/dist/{import-CLDJ2iPu.js → import-CxNikF1c.js} +1 -1
- package/dist/index-B5XHQfs2.js +122 -0
- package/dist/{index-Df8uXQ4s.js → index-B6V7vGOj.js} +1 -1
- package/dist/{index-CF0fIsx2.js → index-BQRxiyqn.js} +1 -1
- package/dist/{index-CFHmtzfq.js → index-BuZmCvZh.js} +1 -1
- package/dist/index-CgBgZUkL.js +144 -0
- package/dist/{upload-C5L82Yq0.js → upload-CMo3hUhl.js} +1 -1
- package/dist/{useAndroidServiceAccountTestResult-BnxNuoG3.js → useAndroidServiceAccountTestResult-D_30xIJA.js} +1 -1
- package/dist/{useAppleApp-IXRdsK5w.js → useAppleApp-DnSjUfSs.js} +1 -1
- package/dist/{useAppleBundleId-DYC5ISKT.js → useAppleBundleId-BNI8swhC.js} +1 -1
- package/dist/useJobWatching-Bz1e6xOv.js +43 -0
- package/dist/useProjectCredentials-B5ZmpIxL.js +54 -0
- package/dist/useWebSocket-DoImIdTy.js +36 -0
- package/npm-shrinkwrap.json +14484 -0
- package/oclif.manifest.json +219 -219
- package/package.json +7 -5
- package/dist/Command-BrfJSeOC.js +0 -1077
package/oclif.manifest.json
CHANGED
|
@@ -156,6 +156,110 @@
|
|
|
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
|
+
},
|
|
159
263
|
"game:create": {
|
|
160
264
|
"aliases": [],
|
|
161
265
|
"args": {},
|
|
@@ -555,110 +659,6 @@
|
|
|
555
659
|
"wizard.js"
|
|
556
660
|
]
|
|
557
661
|
},
|
|
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,13 +957,24 @@
|
|
|
957
957
|
"status.js"
|
|
958
958
|
]
|
|
959
959
|
},
|
|
960
|
-
"game:
|
|
960
|
+
"game:build:download": {
|
|
961
961
|
"aliases": [],
|
|
962
|
-
"args": {
|
|
963
|
-
|
|
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",
|
|
964
975
|
"examples": [
|
|
965
|
-
"<%= config.bin %> <%= command.id %>",
|
|
966
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
|
|
976
|
+
"<%= config.bin %> <%= command.id %> 7a3f5c92 output.ipa",
|
|
977
|
+
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4 e4b9a3d7 output.apk"
|
|
967
978
|
],
|
|
968
979
|
"flags": {
|
|
969
980
|
"gameId": {
|
|
@@ -973,11 +984,18 @@
|
|
|
973
984
|
"hasDynamicHelp": false,
|
|
974
985
|
"multiple": false,
|
|
975
986
|
"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"
|
|
976
994
|
}
|
|
977
995
|
},
|
|
978
996
|
"hasDynamicHelp": false,
|
|
979
997
|
"hiddenAliases": [],
|
|
980
|
-
"id": "game:
|
|
998
|
+
"id": "game:build:download",
|
|
981
999
|
"pluginAlias": "shipthis",
|
|
982
1000
|
"pluginName": "shipthis",
|
|
983
1001
|
"pluginType": "core",
|
|
@@ -988,78 +1006,76 @@
|
|
|
988
1006
|
"dist",
|
|
989
1007
|
"commands",
|
|
990
1008
|
"game",
|
|
991
|
-
"
|
|
992
|
-
"
|
|
1009
|
+
"build",
|
|
1010
|
+
"download.js"
|
|
993
1011
|
]
|
|
994
1012
|
},
|
|
995
|
-
"game:
|
|
1013
|
+
"game:build:list": {
|
|
996
1014
|
"aliases": [],
|
|
997
1015
|
"args": {},
|
|
998
|
-
"description": "
|
|
1016
|
+
"description": "Lists the builds for successful jobs of a game.",
|
|
999
1017
|
"examples": [
|
|
1000
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1018
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1019
|
+
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4",
|
|
1020
|
+
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4 --pageSize 20 --pageNumber 1"
|
|
1001
1021
|
],
|
|
1002
1022
|
"flags": {
|
|
1003
|
-
"
|
|
1004
|
-
"char": "
|
|
1005
|
-
"description": "The
|
|
1006
|
-
"name": "
|
|
1023
|
+
"gameId": {
|
|
1024
|
+
"char": "g",
|
|
1025
|
+
"description": "The ID of the game",
|
|
1026
|
+
"name": "gameId",
|
|
1007
1027
|
"hasDynamicHelp": false,
|
|
1008
1028
|
"multiple": false,
|
|
1009
1029
|
"type": "option"
|
|
1010
1030
|
},
|
|
1011
|
-
"
|
|
1012
|
-
"char": "
|
|
1013
|
-
"description": "
|
|
1014
|
-
"name": "
|
|
1031
|
+
"pageNumber": {
|
|
1032
|
+
"char": "p",
|
|
1033
|
+
"description": "The page number to show (starts at 0)",
|
|
1034
|
+
"name": "pageNumber",
|
|
1035
|
+
"default": 0,
|
|
1015
1036
|
"hasDynamicHelp": false,
|
|
1016
1037
|
"multiple": false,
|
|
1017
1038
|
"type": "option"
|
|
1018
1039
|
},
|
|
1019
|
-
"
|
|
1040
|
+
"pageSize": {
|
|
1020
1041
|
"char": "s",
|
|
1021
|
-
"description": "
|
|
1022
|
-
"name": "
|
|
1023
|
-
"
|
|
1024
|
-
"multiple": false,
|
|
1025
|
-
"type": "option"
|
|
1026
|
-
},
|
|
1027
|
-
"gameEngine": {
|
|
1028
|
-
"char": "e",
|
|
1029
|
-
"description": "Set the game engine",
|
|
1030
|
-
"name": "gameEngine",
|
|
1031
|
-
"hasDynamicHelp": false,
|
|
1032
|
-
"multiple": false,
|
|
1033
|
-
"type": "option"
|
|
1034
|
-
},
|
|
1035
|
-
"gameEngineVersion": {
|
|
1036
|
-
"char": "v",
|
|
1037
|
-
"description": "Set the game engine version",
|
|
1038
|
-
"name": "gameEngineVersion",
|
|
1042
|
+
"description": "The number of items to show per page",
|
|
1043
|
+
"name": "pageSize",
|
|
1044
|
+
"default": 10,
|
|
1039
1045
|
"hasDynamicHelp": false,
|
|
1040
1046
|
"multiple": false,
|
|
1041
1047
|
"type": "option"
|
|
1042
1048
|
},
|
|
1043
|
-
"
|
|
1044
|
-
"char": "
|
|
1045
|
-
"description": "
|
|
1046
|
-
"name": "
|
|
1049
|
+
"orderBy": {
|
|
1050
|
+
"char": "o",
|
|
1051
|
+
"description": "The field to order by",
|
|
1052
|
+
"name": "orderBy",
|
|
1053
|
+
"default": "createdAt",
|
|
1047
1054
|
"hasDynamicHelp": false,
|
|
1048
1055
|
"multiple": false,
|
|
1056
|
+
"options": [
|
|
1057
|
+
"createdAt",
|
|
1058
|
+
"updatedAt"
|
|
1059
|
+
],
|
|
1049
1060
|
"type": "option"
|
|
1050
1061
|
},
|
|
1051
|
-
"
|
|
1052
|
-
"char": "
|
|
1053
|
-
"description": "
|
|
1054
|
-
"name": "
|
|
1062
|
+
"order": {
|
|
1063
|
+
"char": "r",
|
|
1064
|
+
"description": "The order to sort by",
|
|
1065
|
+
"name": "order",
|
|
1066
|
+
"default": "desc",
|
|
1055
1067
|
"hasDynamicHelp": false,
|
|
1056
1068
|
"multiple": false,
|
|
1069
|
+
"options": [
|
|
1070
|
+
"asc",
|
|
1071
|
+
"desc"
|
|
1072
|
+
],
|
|
1057
1073
|
"type": "option"
|
|
1058
1074
|
}
|
|
1059
1075
|
},
|
|
1060
1076
|
"hasDynamicHelp": false,
|
|
1061
1077
|
"hiddenAliases": [],
|
|
1062
|
-
"id": "game:
|
|
1078
|
+
"id": "game:build:list",
|
|
1063
1079
|
"pluginAlias": "shipthis",
|
|
1064
1080
|
"pluginName": "shipthis",
|
|
1065
1081
|
"pluginType": "core",
|
|
@@ -1070,28 +1086,17 @@
|
|
|
1070
1086
|
"dist",
|
|
1071
1087
|
"commands",
|
|
1072
1088
|
"game",
|
|
1073
|
-
"
|
|
1074
|
-
"
|
|
1089
|
+
"build",
|
|
1090
|
+
"list.js"
|
|
1075
1091
|
]
|
|
1076
1092
|
},
|
|
1077
|
-
"game:
|
|
1093
|
+
"game:android:status": {
|
|
1078
1094
|
"aliases": [],
|
|
1079
|
-
"args": {
|
|
1080
|
-
|
|
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",
|
|
1095
|
+
"args": {},
|
|
1096
|
+
"description": "Shows the status of the setup for the Android platform for a specific game.",
|
|
1092
1097
|
"examples": [
|
|
1093
|
-
"<%= config.bin %> <%= command.id %>
|
|
1094
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4
|
|
1098
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1099
|
+
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
|
|
1095
1100
|
],
|
|
1096
1101
|
"flags": {
|
|
1097
1102
|
"gameId": {
|
|
@@ -1101,18 +1106,11 @@
|
|
|
1101
1106
|
"hasDynamicHelp": false,
|
|
1102
1107
|
"multiple": false,
|
|
1103
1108
|
"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"
|
|
1111
1109
|
}
|
|
1112
1110
|
},
|
|
1113
1111
|
"hasDynamicHelp": false,
|
|
1114
1112
|
"hiddenAliases": [],
|
|
1115
|
-
"id": "game:
|
|
1113
|
+
"id": "game:android:status",
|
|
1116
1114
|
"pluginAlias": "shipthis",
|
|
1117
1115
|
"pluginName": "shipthis",
|
|
1118
1116
|
"pluginType": "core",
|
|
@@ -1123,76 +1121,78 @@
|
|
|
1123
1121
|
"dist",
|
|
1124
1122
|
"commands",
|
|
1125
1123
|
"game",
|
|
1126
|
-
"
|
|
1127
|
-
"
|
|
1124
|
+
"android",
|
|
1125
|
+
"status.js"
|
|
1128
1126
|
]
|
|
1129
1127
|
},
|
|
1130
|
-
"game:
|
|
1128
|
+
"game:android:wizard": {
|
|
1131
1129
|
"aliases": [],
|
|
1132
1130
|
"args": {},
|
|
1133
|
-
"description": "
|
|
1131
|
+
"description": "Prototype Android Wizard",
|
|
1134
1132
|
"examples": [
|
|
1135
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1136
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4",
|
|
1137
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4 --pageSize 20 --pageNumber 1"
|
|
1133
|
+
"<%= config.bin %> <%= command.id %>"
|
|
1138
1134
|
],
|
|
1139
1135
|
"flags": {
|
|
1140
|
-
"
|
|
1141
|
-
"char": "
|
|
1142
|
-
"description": "The
|
|
1143
|
-
"name": "
|
|
1136
|
+
"name": {
|
|
1137
|
+
"char": "n",
|
|
1138
|
+
"description": "The name of the game",
|
|
1139
|
+
"name": "name",
|
|
1144
1140
|
"hasDynamicHelp": false,
|
|
1145
1141
|
"multiple": false,
|
|
1146
1142
|
"type": "option"
|
|
1147
1143
|
},
|
|
1148
|
-
"
|
|
1149
|
-
"char": "
|
|
1150
|
-
"description": "
|
|
1151
|
-
"name": "
|
|
1152
|
-
"default": 0,
|
|
1144
|
+
"buildNumber": {
|
|
1145
|
+
"char": "b",
|
|
1146
|
+
"description": "Set the build number",
|
|
1147
|
+
"name": "buildNumber",
|
|
1153
1148
|
"hasDynamicHelp": false,
|
|
1154
1149
|
"multiple": false,
|
|
1155
1150
|
"type": "option"
|
|
1156
1151
|
},
|
|
1157
|
-
"
|
|
1152
|
+
"semanticVersion": {
|
|
1158
1153
|
"char": "s",
|
|
1159
|
-
"description": "
|
|
1160
|
-
"name": "
|
|
1161
|
-
"default": 10,
|
|
1154
|
+
"description": "Set the semantic version",
|
|
1155
|
+
"name": "semanticVersion",
|
|
1162
1156
|
"hasDynamicHelp": false,
|
|
1163
1157
|
"multiple": false,
|
|
1164
1158
|
"type": "option"
|
|
1165
1159
|
},
|
|
1166
|
-
"
|
|
1167
|
-
"char": "
|
|
1168
|
-
"description": "
|
|
1169
|
-
"name": "
|
|
1170
|
-
"default": "createdAt",
|
|
1160
|
+
"gameEngine": {
|
|
1161
|
+
"char": "e",
|
|
1162
|
+
"description": "Set the game engine",
|
|
1163
|
+
"name": "gameEngine",
|
|
1171
1164
|
"hasDynamicHelp": false,
|
|
1172
1165
|
"multiple": false,
|
|
1173
|
-
"options": [
|
|
1174
|
-
"createdAt",
|
|
1175
|
-
"updatedAt"
|
|
1176
|
-
],
|
|
1177
1166
|
"type": "option"
|
|
1178
1167
|
},
|
|
1179
|
-
"
|
|
1180
|
-
"char": "
|
|
1181
|
-
"description": "
|
|
1182
|
-
"name": "
|
|
1183
|
-
"
|
|
1168
|
+
"gameEngineVersion": {
|
|
1169
|
+
"char": "v",
|
|
1170
|
+
"description": "Set the game engine version",
|
|
1171
|
+
"name": "gameEngineVersion",
|
|
1172
|
+
"hasDynamicHelp": false,
|
|
1173
|
+
"multiple": false,
|
|
1174
|
+
"type": "option"
|
|
1175
|
+
},
|
|
1176
|
+
"iosBundleId": {
|
|
1177
|
+
"char": "i",
|
|
1178
|
+
"description": "Set the iOS bundle ID",
|
|
1179
|
+
"name": "iosBundleId",
|
|
1180
|
+
"hasDynamicHelp": false,
|
|
1181
|
+
"multiple": false,
|
|
1182
|
+
"type": "option"
|
|
1183
|
+
},
|
|
1184
|
+
"androidPackageName": {
|
|
1185
|
+
"char": "a",
|
|
1186
|
+
"description": "Set the Android package name",
|
|
1187
|
+
"name": "androidPackageName",
|
|
1184
1188
|
"hasDynamicHelp": false,
|
|
1185
1189
|
"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:
|
|
1195
|
+
"id": "game:android:wizard",
|
|
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
|
-
"
|
|
1207
|
-
"
|
|
1206
|
+
"android",
|
|
1207
|
+
"wizard.js"
|
|
1208
1208
|
]
|
|
1209
1209
|
},
|
|
1210
1210
|
"game:ios:status": {
|
|
@@ -2261,5 +2261,5 @@
|
|
|
2261
2261
|
]
|
|
2262
2262
|
}
|
|
2263
2263
|
},
|
|
2264
|
-
"version": "0.1.
|
|
2264
|
+
"version": "0.1.3"
|
|
2265
2265
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shipthis",
|
|
3
3
|
"description": "ShipThis manages building and uploading your Godot games to the App Store and Google Play.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.3",
|
|
5
5
|
"author": "Hello Invent Ltd",
|
|
6
6
|
"bin": {
|
|
7
7
|
"shipthis": "./bin/run.js"
|
|
@@ -81,10 +81,12 @@
|
|
|
81
81
|
"node": ">=18.0.0"
|
|
82
82
|
},
|
|
83
83
|
"files": [
|
|
84
|
+
"/assets",
|
|
84
85
|
"/bin",
|
|
85
86
|
"/dist",
|
|
86
87
|
"/docs",
|
|
87
|
-
"/oclif.manifest.json"
|
|
88
|
+
"/oclif.manifest.json",
|
|
89
|
+
"npm-shrinkwrap.json"
|
|
88
90
|
],
|
|
89
91
|
"homepage": "https://shipth.is",
|
|
90
92
|
"keywords": [
|
|
@@ -205,11 +207,11 @@
|
|
|
205
207
|
"scripts": {
|
|
206
208
|
"build-original": "shx rm -rf dist && tsc -b",
|
|
207
209
|
"build-tsc-alias": "shx rm -rf dist && npx tsc --build && npx tsc-alias -p tsconfig.json",
|
|
208
|
-
"build": "pkgroll --clean-
|
|
210
|
+
"build": "pkgroll --clean-dis",
|
|
209
211
|
"lint": "eslint . --ext .ts",
|
|
210
|
-
"postpack": "shx rm -f oclif.manifest.json",
|
|
211
212
|
"posttest": "npm run lint",
|
|
212
|
-
"prepack": "npm run readme && oclif manifest && npm shrinkwrap",
|
|
213
|
+
"prepack": "cp package-lock.json package-lock.dev.json || true && npm run readme && oclif manifest && npm shrinkwrap",
|
|
214
|
+
"postpack": "mv package-lock.dev.json package-lock.json || true && shx rm -f oclif.manifest.json && shx rm -f npm-shrinkwrap.json",
|
|
213
215
|
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
|
214
216
|
"readme": "bin/dev.js internal readme docs/ -d 2 --notDryRun # does not overwrite existing files"
|
|
215
217
|
},
|