shipthis 0.1.0 → 0.1.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.
- package/oclif.manifest.json +219 -219
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -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:
|
|
960
|
+
"game:android:status": {
|
|
961
961
|
"aliases": [],
|
|
962
|
-
"args": {
|
|
963
|
-
|
|
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 %>
|
|
977
|
-
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4
|
|
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:
|
|
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
|
-
"
|
|
1010
|
-
"
|
|
991
|
+
"android",
|
|
992
|
+
"status.js"
|
|
1011
993
|
]
|
|
1012
994
|
},
|
|
1013
|
-
"game:
|
|
995
|
+
"game:android:wizard": {
|
|
1014
996
|
"aliases": [],
|
|
1015
997
|
"args": {},
|
|
1016
|
-
"description": "
|
|
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
|
-
"
|
|
1024
|
-
"char": "
|
|
1025
|
-
"description": "The
|
|
1026
|
-
"name": "
|
|
1003
|
+
"name": {
|
|
1004
|
+
"char": "n",
|
|
1005
|
+
"description": "The name of the game",
|
|
1006
|
+
"name": "name",
|
|
1027
1007
|
"hasDynamicHelp": false,
|
|
1028
1008
|
"multiple": false,
|
|
1029
1009
|
"type": "option"
|
|
1030
1010
|
},
|
|
1031
|
-
"
|
|
1032
|
-
"char": "
|
|
1033
|
-
"description": "
|
|
1034
|
-
"name": "
|
|
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
|
-
"
|
|
1019
|
+
"semanticVersion": {
|
|
1041
1020
|
"char": "s",
|
|
1042
|
-
"description": "
|
|
1043
|
-
"name": "
|
|
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
|
-
"
|
|
1050
|
-
"char": "
|
|
1051
|
-
"description": "
|
|
1052
|
-
"name": "
|
|
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
|
-
"
|
|
1063
|
-
"char": "
|
|
1064
|
-
"description": "
|
|
1065
|
-
"name": "
|
|
1066
|
-
"
|
|
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:
|
|
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
|
-
"
|
|
1090
|
-
"
|
|
1073
|
+
"android",
|
|
1074
|
+
"wizard.js"
|
|
1091
1075
|
]
|
|
1092
1076
|
},
|
|
1093
|
-
"game:
|
|
1077
|
+
"game:build:download": {
|
|
1094
1078
|
"aliases": [],
|
|
1095
|
-
"args": {
|
|
1096
|
-
|
|
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:
|
|
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
|
-
"
|
|
1125
|
-
"
|
|
1126
|
+
"build",
|
|
1127
|
+
"download.js"
|
|
1126
1128
|
]
|
|
1127
1129
|
},
|
|
1128
|
-
"game:
|
|
1130
|
+
"game:build:list": {
|
|
1129
1131
|
"aliases": [],
|
|
1130
1132
|
"args": {},
|
|
1131
|
-
"description": "
|
|
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
|
-
"
|
|
1137
|
-
"char": "
|
|
1138
|
-
"description": "The
|
|
1139
|
-
"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
|
-
"
|
|
1145
|
-
"char": "
|
|
1146
|
-
"description": "
|
|
1147
|
-
"name": "
|
|
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
|
-
"
|
|
1157
|
+
"pageSize": {
|
|
1153
1158
|
"char": "s",
|
|
1154
|
-
"description": "
|
|
1155
|
-
"name": "
|
|
1156
|
-
"
|
|
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
|
-
"
|
|
1177
|
-
"char": "
|
|
1178
|
-
"description": "
|
|
1179
|
-
"name": "
|
|
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
|
-
"
|
|
1185
|
-
"char": "
|
|
1186
|
-
"description": "
|
|
1187
|
-
"name": "
|
|
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:
|
|
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
|
-
"
|
|
1207
|
-
"
|
|
1206
|
+
"build",
|
|
1207
|
+
"list.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.1"
|
|
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.1",
|
|
5
5
|
"author": "Hello Invent Ltd",
|
|
6
6
|
"bin": {
|
|
7
7
|
"shipthis": "./bin/run.js"
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"lint": "eslint . --ext .ts",
|
|
210
210
|
"postpack": "shx rm -f oclif.manifest.json",
|
|
211
211
|
"posttest": "npm run lint",
|
|
212
|
-
"prepack": "npm run readme && oclif manifest",
|
|
212
|
+
"prepack": "npm run readme && oclif manifest && npm shrinkwrap",
|
|
213
213
|
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
|
214
214
|
"readme": "bin/dev.js internal readme docs/ -d 2 --notDryRun # does not overwrite existing files"
|
|
215
215
|
},
|