shipthis 0.1.14 → 0.1.15

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/README.md CHANGED
@@ -43,7 +43,7 @@ shipthis login
43
43
 
44
44
  ### 3. Set up your game
45
45
 
46
- Next, run the [wizard command](https://shipthis.cc/docs/wizard) to configure your game on ShipThis. The command takes a platform parameter - this can be either **android** or **ios**. Run this command from within a Godot game directory (with a **project.godot** file):
46
+ Next, run the [wizard command](https://shipthis.cc/docs/reference/game/wizard) to configure your game on ShipThis. The command takes a platform parameter - this can be either **android** or **ios**. Run this command from within a Godot game directory (with a **project.godot** file):
47
47
 
48
48
  ### Set up an Android game
49
49
 
@@ -8,18 +8,24 @@ Imports an Android Keystore to your ShipThis account for the specified game.
8
8
 
9
9
  ```help
10
10
  USAGE
11
- $ shipthis game android keyStore import FILE [-g <value>] [-f]
11
+ $ shipthis game android keyStore import [FILE] [-g <value>] [--jksFile <value>] [--keystorePassword <value>] [--keyPassword
12
+ <value>] [-f]
12
13
 
13
14
  ARGUMENTS
14
- FILE Name of the ZIP file to import (must be in the same format as the export)
15
+ FILE Path to the ZIP file to import (must be in the same format as the export)
15
16
 
16
17
  FLAGS
17
- -f, --force
18
- -g, --gameId=<value> The ID of the game
18
+ -f, --force Overwrite any existing keystore without confirmation
19
+ -g, --gameId=<value> The ID of the game
20
+ --jksFile=<value> Path to the JKS file to import (requires passwords)
21
+ --keyPassword=<value> Key alias password (required when using --jksFile)
22
+ --keystorePassword=<value> Keystore password (required when using --jksFile)
19
23
 
20
24
  DESCRIPTION
21
25
  Imports an Android Keystore to your ShipThis account for the specified game.
22
26
 
23
27
  EXAMPLES
24
- $ shipthis game android keyStore import
28
+ $ shipthis game android keyStore import path/to/import.zip -g abfd5b00
29
+
30
+ $ shipthis game android keyStore import --jksFile path/to/file.jks --keystorePassword yourpass --keyPassword yourkeypass
25
31
  ```
@@ -67,20 +67,26 @@ Imports an Android Keystore to your ShipThis account for the specified game.
67
67
 
68
68
  ```help
69
69
  USAGE
70
- $ shipthis game android keyStore import FILE [-g <value>] [-f]
70
+ $ shipthis game android keyStore import [FILE] [-g <value>] [--jksFile <value>] [--keystorePassword <value>] [--keyPassword
71
+ <value>] [-f]
71
72
 
72
73
  ARGUMENTS
73
- FILE Name of the ZIP file to import (must be in the same format as the export)
74
+ FILE Path to the ZIP file to import (must be in the same format as the export)
74
75
 
75
76
  FLAGS
76
- -f, --force
77
- -g, --gameId=<value> The ID of the game
77
+ -f, --force Overwrite any existing keystore without confirmation
78
+ -g, --gameId=<value> The ID of the game
79
+ --jksFile=<value> Path to the JKS file to import (requires passwords)
80
+ --keyPassword=<value> Key alias password (required when using --jksFile)
81
+ --keystorePassword=<value> Keystore password (required when using --jksFile)
78
82
 
79
83
  DESCRIPTION
80
84
  Imports an Android Keystore to your ShipThis account for the specified game.
81
85
 
82
86
  EXAMPLES
83
- $ shipthis game android keyStore import
87
+ $ shipthis game android keyStore import path/to/import.zip -g abfd5b00
88
+
89
+ $ shipthis game android keyStore import --jksFile path/to/file.jks --keystorePassword yourpass --keyPassword yourkeypass
84
90
  ```
85
91
 
86
92
  ### `game android keyStore status`
@@ -241,20 +241,26 @@ Imports an Android Keystore to your ShipThis account for the specified game.
241
241
 
242
242
  ```help
243
243
  USAGE
244
- $ shipthis game android keyStore import FILE [-g <value>] [-f]
244
+ $ shipthis game android keyStore import [FILE] [-g <value>] [--jksFile <value>] [--keystorePassword <value>] [--keyPassword
245
+ <value>] [-f]
245
246
 
246
247
  ARGUMENTS
247
- FILE Name of the ZIP file to import (must be in the same format as the export)
248
+ FILE Path to the ZIP file to import (must be in the same format as the export)
248
249
 
249
250
  FLAGS
250
- -f, --force
251
- -g, --gameId=<value> The ID of the game
251
+ -f, --force Overwrite any existing keystore without confirmation
252
+ -g, --gameId=<value> The ID of the game
253
+ --jksFile=<value> Path to the JKS file to import (requires passwords)
254
+ --keyPassword=<value> Key alias password (required when using --jksFile)
255
+ --keystorePassword=<value> Keystore password (required when using --jksFile)
252
256
 
253
257
  DESCRIPTION
254
258
  Imports an Android Keystore to your ShipThis account for the specified game.
255
259
 
256
260
  EXAMPLES
257
- $ shipthis game android keyStore import
261
+ $ shipthis game android keyStore import path/to/import.zip -g abfd5b00
262
+
263
+ $ shipthis game android keyStore import --jksFile path/to/file.jks --keystorePassword yourpass --keyPassword yourkeypass
258
264
  ```
259
265
 
260
266
  ### `game android keyStore status`
@@ -308,32 +314,3 @@ EXAMPLES
308
314
 
309
315
  $ shipthis game android status --gameId 0c179fc4
310
316
  ```
311
-
312
- ### `game android wizard`
313
-
314
- #### Description
315
-
316
- Prototype Android Wizard
317
-
318
- #### Help Output
319
-
320
- ```help
321
- USAGE
322
- $ shipthis game android wizard [-n <value>] [-b <value>] [-s <value>] [-e <value>] [-v <value>] [-i <value>] [-a
323
- <value>]
324
-
325
- FLAGS
326
- -a, --androidPackageName=<value> Set the Android package name
327
- -b, --buildNumber=<value> Set the build number
328
- -e, --gameEngine=<value> Set the game engine
329
- -i, --iosBundleId=<value> Set the iOS bundle ID
330
- -n, --name=<value> The name of the game
331
- -s, --semanticVersion=<value> Set the semantic version
332
- -v, --gameEngineVersion=<value> Set the game engine version
333
-
334
- DESCRIPTION
335
- Prototype Android Wizard
336
-
337
- EXAMPLES
338
- $ shipthis game android wizard
339
- ```
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "shipthis",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "shipthis",
9
- "version": "0.1.14",
9
+ "version": "0.1.15",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@expo/apple-utils": "2.0.3",
@@ -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": {},
@@ -591,114 +695,10 @@
591
695
  "wizard.js"
592
696
  ]
593
697
  },
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
- },
698
- "apple:apiKey:create": {
698
+ "apple:certificate:create": {
699
699
  "aliases": [],
700
700
  "args": {},
701
- "description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
701
+ "description": "Creates an iOS Distribution Certificate in your Apple Developer account.\nSaves the certificate with the private key to your ShipThis account",
702
702
  "examples": [
703
703
  "<%= config.bin %> <%= command.id %>",
704
704
  "<%= config.bin %> <%= command.id %> --force"
@@ -720,7 +720,7 @@
720
720
  },
721
721
  "hasDynamicHelp": false,
722
722
  "hiddenAliases": [],
723
- "id": "apple:apiKey:create",
723
+ "id": "apple:certificate:create",
724
724
  "pluginAlias": "shipthis",
725
725
  "pluginName": "shipthis",
726
726
  "pluginType": "core",
@@ -730,11 +730,11 @@
730
730
  "dist",
731
731
  "commands",
732
732
  "apple",
733
- "apiKey",
733
+ "certificate",
734
734
  "create.js"
735
735
  ]
736
736
  },
737
- "apple:apiKey:export": {
737
+ "apple:certificate:export": {
738
738
  "aliases": [],
739
739
  "args": {
740
740
  "file": {
@@ -743,9 +743,9 @@
743
743
  "required": true
744
744
  }
745
745
  },
746
- "description": "Saves the current App Store Connect API Key to a ZIP file",
746
+ "description": "Saves the current Apple Distribution Certificate to a ZIP file.",
747
747
  "examples": [
748
- "<%= config.bin %> <%= command.id %> userApiKey.zip"
748
+ "<%= config.bin %> <%= command.id %> userCert.zip"
749
749
  ],
750
750
  "flags": {
751
751
  "force": {
@@ -758,7 +758,7 @@
758
758
  },
759
759
  "hasDynamicHelp": false,
760
760
  "hiddenAliases": [],
761
- "id": "apple:apiKey:export",
761
+ "id": "apple:certificate:export",
762
762
  "pluginAlias": "shipthis",
763
763
  "pluginName": "shipthis",
764
764
  "pluginType": "core",
@@ -769,11 +769,11 @@
769
769
  "dist",
770
770
  "commands",
771
771
  "apple",
772
- "apiKey",
772
+ "certificate",
773
773
  "export.js"
774
774
  ]
775
775
  },
776
- "apple:apiKey:import": {
776
+ "apple:certificate:import": {
777
777
  "aliases": [],
778
778
  "args": {
779
779
  "file": {
@@ -782,9 +782,9 @@
782
782
  "required": true
783
783
  }
784
784
  },
785
- "description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
785
+ "description": "Imports an iOS Distribution Certificate to your ShipThis account",
786
786
  "examples": [
787
- "<%= config.bin %> <%= command.id %> userApiKey.zip"
787
+ "<%= config.bin %> <%= command.id %> userCert.zip"
788
788
  ],
789
789
  "flags": {
790
790
  "force": {
@@ -796,7 +796,7 @@
796
796
  },
797
797
  "hasDynamicHelp": false,
798
798
  "hiddenAliases": [],
799
- "id": "apple:apiKey:import",
799
+ "id": "apple:certificate:import",
800
800
  "pluginAlias": "shipthis",
801
801
  "pluginName": "shipthis",
802
802
  "pluginType": "core",
@@ -807,14 +807,14 @@
807
807
  "dist",
808
808
  "commands",
809
809
  "apple",
810
- "apiKey",
810
+ "certificate",
811
811
  "import.js"
812
812
  ]
813
813
  },
814
- "apple:apiKey:status": {
814
+ "apple:certificate:status": {
815
815
  "aliases": [],
816
816
  "args": {},
817
- "description": "Displays the status of App Store Connect API Keys in your Apple and ShipThis accounts.\nThis API key is used to automatically publish your games to the App Store.",
817
+ "description": "Displays the status of the iOS Distribution certificates in your Apple and ShipThis accounts.\nThese are used to sign all of your iOS apps.",
818
818
  "examples": [
819
819
  "<%= config.bin %> <%= command.id %>",
820
820
  "<%= config.bin %> <%= command.id %> --noAppleAuth"
@@ -829,7 +829,7 @@
829
829
  },
830
830
  "hasDynamicHelp": false,
831
831
  "hiddenAliases": [],
832
- "id": "apple:apiKey:status",
832
+ "id": "apple:certificate:status",
833
833
  "pluginAlias": "shipthis",
834
834
  "pluginName": "shipthis",
835
835
  "pluginType": "core",
@@ -840,14 +840,14 @@
840
840
  "dist",
841
841
  "commands",
842
842
  "apple",
843
- "apiKey",
843
+ "certificate",
844
844
  "status.js"
845
845
  ]
846
846
  },
847
- "apple:certificate:create": {
847
+ "apple:apiKey:create": {
848
848
  "aliases": [],
849
849
  "args": {},
850
- "description": "Creates an iOS Distribution Certificate in your Apple Developer account.\nSaves the certificate with the private key to your ShipThis account",
850
+ "description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
851
851
  "examples": [
852
852
  "<%= config.bin %> <%= command.id %>",
853
853
  "<%= config.bin %> <%= command.id %> --force"
@@ -869,7 +869,7 @@
869
869
  },
870
870
  "hasDynamicHelp": false,
871
871
  "hiddenAliases": [],
872
- "id": "apple:certificate:create",
872
+ "id": "apple:apiKey:create",
873
873
  "pluginAlias": "shipthis",
874
874
  "pluginName": "shipthis",
875
875
  "pluginType": "core",
@@ -879,11 +879,11 @@
879
879
  "dist",
880
880
  "commands",
881
881
  "apple",
882
- "certificate",
882
+ "apiKey",
883
883
  "create.js"
884
884
  ]
885
885
  },
886
- "apple:certificate:export": {
886
+ "apple:apiKey:export": {
887
887
  "aliases": [],
888
888
  "args": {
889
889
  "file": {
@@ -892,9 +892,9 @@
892
892
  "required": true
893
893
  }
894
894
  },
895
- "description": "Saves the current Apple Distribution Certificate to a ZIP file.",
895
+ "description": "Saves the current App Store Connect API Key to a ZIP file",
896
896
  "examples": [
897
- "<%= config.bin %> <%= command.id %> userCert.zip"
897
+ "<%= config.bin %> <%= command.id %> userApiKey.zip"
898
898
  ],
899
899
  "flags": {
900
900
  "force": {
@@ -907,7 +907,7 @@
907
907
  },
908
908
  "hasDynamicHelp": false,
909
909
  "hiddenAliases": [],
910
- "id": "apple:certificate:export",
910
+ "id": "apple:apiKey:export",
911
911
  "pluginAlias": "shipthis",
912
912
  "pluginName": "shipthis",
913
913
  "pluginType": "core",
@@ -918,11 +918,11 @@
918
918
  "dist",
919
919
  "commands",
920
920
  "apple",
921
- "certificate",
921
+ "apiKey",
922
922
  "export.js"
923
923
  ]
924
924
  },
925
- "apple:certificate:import": {
925
+ "apple:apiKey:import": {
926
926
  "aliases": [],
927
927
  "args": {
928
928
  "file": {
@@ -931,9 +931,9 @@
931
931
  "required": true
932
932
  }
933
933
  },
934
- "description": "Imports an iOS Distribution Certificate to your ShipThis account",
934
+ "description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
935
935
  "examples": [
936
- "<%= config.bin %> <%= command.id %> userCert.zip"
936
+ "<%= config.bin %> <%= command.id %> userApiKey.zip"
937
937
  ],
938
938
  "flags": {
939
939
  "force": {
@@ -945,7 +945,7 @@
945
945
  },
946
946
  "hasDynamicHelp": false,
947
947
  "hiddenAliases": [],
948
- "id": "apple:certificate:import",
948
+ "id": "apple:apiKey:import",
949
949
  "pluginAlias": "shipthis",
950
950
  "pluginName": "shipthis",
951
951
  "pluginType": "core",
@@ -956,14 +956,14 @@
956
956
  "dist",
957
957
  "commands",
958
958
  "apple",
959
- "certificate",
959
+ "apiKey",
960
960
  "import.js"
961
961
  ]
962
962
  },
963
- "apple:certificate:status": {
963
+ "apple:apiKey:status": {
964
964
  "aliases": [],
965
965
  "args": {},
966
- "description": "Displays the status of the iOS Distribution certificates in your Apple and ShipThis accounts.\nThese are used to sign all of your iOS apps.",
966
+ "description": "Displays the status of App Store Connect API Keys in your Apple and ShipThis accounts.\nThis API key is used to automatically publish your games to the App Store.",
967
967
  "examples": [
968
968
  "<%= config.bin %> <%= command.id %>",
969
969
  "<%= config.bin %> <%= command.id %> --noAppleAuth"
@@ -978,7 +978,7 @@
978
978
  },
979
979
  "hasDynamicHelp": false,
980
980
  "hiddenAliases": [],
981
- "id": "apple:certificate:status",
981
+ "id": "apple:apiKey:status",
982
982
  "pluginAlias": "shipthis",
983
983
  "pluginName": "shipthis",
984
984
  "pluginType": "core",
@@ -989,42 +989,7 @@
989
989
  "dist",
990
990
  "commands",
991
991
  "apple",
992
- "certificate",
993
- "status.js"
994
- ]
995
- },
996
- "game:android:status": {
997
- "aliases": [],
998
- "args": {},
999
- "description": "Shows the status of the setup for the Android platform for a specific game.",
1000
- "examples": [
1001
- "<%= config.bin %> <%= command.id %>",
1002
- "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1003
- ],
1004
- "flags": {
1005
- "gameId": {
1006
- "char": "g",
1007
- "description": "The ID of the game",
1008
- "name": "gameId",
1009
- "hasDynamicHelp": false,
1010
- "multiple": false,
1011
- "type": "option"
1012
- }
1013
- },
1014
- "hasDynamicHelp": false,
1015
- "hiddenAliases": [],
1016
- "id": "game:android:status",
1017
- "pluginAlias": "shipthis",
1018
- "pluginName": "shipthis",
1019
- "pluginType": "core",
1020
- "strict": true,
1021
- "enableJsonFlag": false,
1022
- "isESM": true,
1023
- "relativePath": [
1024
- "dist",
1025
- "commands",
1026
- "game",
1027
- "android",
992
+ "apiKey",
1028
993
  "status.js"
1029
994
  ]
1030
995
  },
@@ -1161,6 +1126,41 @@
1161
1126
  "list.js"
1162
1127
  ]
1163
1128
  },
1129
+ "game:android:status": {
1130
+ "aliases": [],
1131
+ "args": {},
1132
+ "description": "Shows the status of the setup for the Android platform for a specific game.",
1133
+ "examples": [
1134
+ "<%= config.bin %> <%= command.id %>",
1135
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1136
+ ],
1137
+ "flags": {
1138
+ "gameId": {
1139
+ "char": "g",
1140
+ "description": "The ID of the game",
1141
+ "name": "gameId",
1142
+ "hasDynamicHelp": false,
1143
+ "multiple": false,
1144
+ "type": "option"
1145
+ }
1146
+ },
1147
+ "hasDynamicHelp": false,
1148
+ "hiddenAliases": [],
1149
+ "id": "game:android:status",
1150
+ "pluginAlias": "shipthis",
1151
+ "pluginName": "shipthis",
1152
+ "pluginType": "core",
1153
+ "strict": true,
1154
+ "enableJsonFlag": false,
1155
+ "isESM": true,
1156
+ "relativePath": [
1157
+ "dist",
1158
+ "commands",
1159
+ "game",
1160
+ "android",
1161
+ "status.js"
1162
+ ]
1163
+ },
1164
1164
  "game:ios:status": {
1165
1165
  "aliases": [],
1166
1166
  "args": {},
@@ -2238,5 +2238,5 @@
2238
2238
  ]
2239
2239
  }
2240
2240
  },
2241
- "version": "0.1.14"
2241
+ "version": "0.1.15"
2242
2242
  }
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.14",
4
+ "version": "0.1.15",
5
5
  "author": "Hello Invent Ltd",
6
6
  "bin": {
7
7
  "shipthis": "./bin/run.js"
@@ -1,28 +0,0 @@
1
- # Command: `game android wizard`
2
-
3
- ## Description
4
-
5
- Prototype Android Wizard
6
-
7
- ## Help Output
8
-
9
- ```help
10
- USAGE
11
- $ shipthis game android wizard [-n <value>] [-b <value>] [-s <value>] [-e <value>] [-v <value>] [-i <value>] [-a
12
- <value>]
13
-
14
- FLAGS
15
- -a, --androidPackageName=<value> Set the Android package name
16
- -b, --buildNumber=<value> Set the build number
17
- -e, --gameEngine=<value> Set the game engine
18
- -i, --iosBundleId=<value> Set the iOS bundle ID
19
- -n, --name=<value> The name of the game
20
- -s, --semanticVersion=<value> Set the semantic version
21
- -v, --gameEngineVersion=<value> Set the game engine version
22
-
23
- DESCRIPTION
24
- Prototype Android Wizard
25
-
26
- EXAMPLES
27
- $ shipthis game android wizard
28
- ```