shipthis 0.0.36 → 0.0.38

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.
@@ -24,7 +24,7 @@ these commands. To do that please run the following commands first:
24
24
 
25
25
  ## Example
26
26
 
27
- [![asciicast](https://asciinema.org/a/PsCq8H4NowWSiGGMLraosAh9a.svg)](https://asciinema.org/a/PsCq8H4NowWSiGGMLraosAh9a)
27
+ [![asciicast](https://asciinema.org/a/PsCq8H4NowWSiGGMLraosAh9a.svg)](https://asciinema.org/a/PsCq8H4NowWSiGGMLraosAh9a#shipthis-col120row32)
28
28
 
29
29
  ## Commands
30
30
 
@@ -26,7 +26,7 @@ these commands. To do that please run the following commands first:
26
26
 
27
27
  ## Example
28
28
 
29
- [![asciicast](https://asciinema.org/a/Zm53VNoKQx2n0Qrj0UMLIDHHZ.svg)](https://asciinema.org/a/Zm53VNoKQx2n0Qrj0UMLIDHHZ)
29
+ [![asciicast](https://asciinema.org/a/Zm53VNoKQx2n0Qrj0UMLIDHHZ.svg)](https://asciinema.org/a/Zm53VNoKQx2n0Qrj0UMLIDHHZ#shipthis-col120row32)
30
30
 
31
31
  ## Commands
32
32
 
@@ -7,7 +7,6 @@ A **Provisioning Profile** authorizes your app to run on devices and access Appl
7
7
 
8
8
  **You can view the registered Profiles in the [Apple Developer Portal](https://developer.apple.com/account/resources/profiles/list).**
9
9
 
10
- ShipThis
11
10
  :::
12
11
 
13
12
  :::tip
package/docs/login.md CHANGED
@@ -6,8 +6,8 @@ Authenticate - will create a new account if one does not exist.
6
6
 
7
7
  :::info
8
8
  ShipThis is a cloud build command-line tool. To enable this, you need to create
9
- an account. There is also a [web dashboard](/dashboard) where you can view details
10
- of your games.
9
+ an account. There is also a [web dashboard](https://shipthis.cc/dashboard) where
10
+ you can view details of your games.
11
11
  :::
12
12
 
13
13
  ## Example
@@ -16,7 +16,7 @@ of your games.
16
16
 
17
17
  ## Help Output
18
18
 
19
- ```
19
+ ```bash
20
20
  USAGE
21
21
  $ shipthis login [-f] [-e <value>]
22
22
 
@@ -31,4 +31,4 @@ EXAMPLES
31
31
  $ shipthis login
32
32
 
33
33
  $ shipthis login --force --email me@email.nowhere
34
- ```
34
+ ```
@@ -514,10 +514,10 @@
514
514
  "wizard.js"
515
515
  ]
516
516
  },
517
- "apple:apiKey:create": {
517
+ "apple:certificate:create": {
518
518
  "aliases": [],
519
519
  "args": {},
520
- "description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
520
+ "description": "Creates an iOS Distribution Certificate in your Apple Developer account.\nSaves the certificate with the private key to your ShipThis account",
521
521
  "examples": [
522
522
  "<%= config.bin %> <%= command.id %>",
523
523
  "<%= config.bin %> <%= command.id %> --force"
@@ -539,7 +539,7 @@
539
539
  },
540
540
  "hasDynamicHelp": false,
541
541
  "hiddenAliases": [],
542
- "id": "apple:apiKey:create",
542
+ "id": "apple:certificate:create",
543
543
  "pluginAlias": "shipthis",
544
544
  "pluginName": "shipthis",
545
545
  "pluginType": "core",
@@ -549,11 +549,11 @@
549
549
  "dist",
550
550
  "commands",
551
551
  "apple",
552
- "apiKey",
552
+ "certificate",
553
553
  "create.js"
554
554
  ]
555
555
  },
556
- "apple:apiKey:export": {
556
+ "apple:certificate:export": {
557
557
  "aliases": [],
558
558
  "args": {
559
559
  "file": {
@@ -562,9 +562,9 @@
562
562
  "required": true
563
563
  }
564
564
  },
565
- "description": "Saves the current App Store Connect API Key to a ZIP file",
565
+ "description": "Saves the current Apple Distribution Certificate to a ZIP file.",
566
566
  "examples": [
567
- "<%= config.bin %> <%= command.id %> userApiKey.zip"
567
+ "<%= config.bin %> <%= command.id %> userCert.zip"
568
568
  ],
569
569
  "flags": {
570
570
  "force": {
@@ -577,7 +577,7 @@
577
577
  },
578
578
  "hasDynamicHelp": false,
579
579
  "hiddenAliases": [],
580
- "id": "apple:apiKey:export",
580
+ "id": "apple:certificate:export",
581
581
  "pluginAlias": "shipthis",
582
582
  "pluginName": "shipthis",
583
583
  "pluginType": "core",
@@ -588,11 +588,11 @@
588
588
  "dist",
589
589
  "commands",
590
590
  "apple",
591
- "apiKey",
591
+ "certificate",
592
592
  "export.js"
593
593
  ]
594
594
  },
595
- "apple:apiKey:import": {
595
+ "apple:certificate:import": {
596
596
  "aliases": [],
597
597
  "args": {
598
598
  "file": {
@@ -601,9 +601,9 @@
601
601
  "required": true
602
602
  }
603
603
  },
604
- "description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
604
+ "description": "Imports an iOS Distribution Certificate to your ShipThis account",
605
605
  "examples": [
606
- "<%= config.bin %> <%= command.id %> userApiKey.zip"
606
+ "<%= config.bin %> <%= command.id %> userCert.zip"
607
607
  ],
608
608
  "flags": {
609
609
  "force": {
@@ -615,7 +615,7 @@
615
615
  },
616
616
  "hasDynamicHelp": false,
617
617
  "hiddenAliases": [],
618
- "id": "apple:apiKey:import",
618
+ "id": "apple:certificate:import",
619
619
  "pluginAlias": "shipthis",
620
620
  "pluginName": "shipthis",
621
621
  "pluginType": "core",
@@ -626,14 +626,14 @@
626
626
  "dist",
627
627
  "commands",
628
628
  "apple",
629
- "apiKey",
629
+ "certificate",
630
630
  "import.js"
631
631
  ]
632
632
  },
633
- "apple:apiKey:status": {
633
+ "apple:certificate:status": {
634
634
  "aliases": [],
635
635
  "args": {},
636
- "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.",
636
+ "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.",
637
637
  "examples": [
638
638
  "<%= config.bin %> <%= command.id %>",
639
639
  "<%= config.bin %> <%= command.id %> --noAppleAuth"
@@ -648,7 +648,7 @@
648
648
  },
649
649
  "hasDynamicHelp": false,
650
650
  "hiddenAliases": [],
651
- "id": "apple:apiKey:status",
651
+ "id": "apple:certificate:status",
652
652
  "pluginAlias": "shipthis",
653
653
  "pluginName": "shipthis",
654
654
  "pluginType": "core",
@@ -659,14 +659,14 @@
659
659
  "dist",
660
660
  "commands",
661
661
  "apple",
662
- "apiKey",
662
+ "certificate",
663
663
  "status.js"
664
664
  ]
665
665
  },
666
- "apple:certificate:create": {
666
+ "apple:apiKey:create": {
667
667
  "aliases": [],
668
668
  "args": {},
669
- "description": "Creates an iOS Distribution Certificate in your Apple Developer account.\nSaves the certificate with the private key to your ShipThis account",
669
+ "description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
670
670
  "examples": [
671
671
  "<%= config.bin %> <%= command.id %>",
672
672
  "<%= config.bin %> <%= command.id %> --force"
@@ -688,7 +688,7 @@
688
688
  },
689
689
  "hasDynamicHelp": false,
690
690
  "hiddenAliases": [],
691
- "id": "apple:certificate:create",
691
+ "id": "apple:apiKey:create",
692
692
  "pluginAlias": "shipthis",
693
693
  "pluginName": "shipthis",
694
694
  "pluginType": "core",
@@ -698,11 +698,11 @@
698
698
  "dist",
699
699
  "commands",
700
700
  "apple",
701
- "certificate",
701
+ "apiKey",
702
702
  "create.js"
703
703
  ]
704
704
  },
705
- "apple:certificate:export": {
705
+ "apple:apiKey:export": {
706
706
  "aliases": [],
707
707
  "args": {
708
708
  "file": {
@@ -711,9 +711,9 @@
711
711
  "required": true
712
712
  }
713
713
  },
714
- "description": "Saves the current Apple Distribution Certificate to a ZIP file.",
714
+ "description": "Saves the current App Store Connect API Key to a ZIP file",
715
715
  "examples": [
716
- "<%= config.bin %> <%= command.id %> userCert.zip"
716
+ "<%= config.bin %> <%= command.id %> userApiKey.zip"
717
717
  ],
718
718
  "flags": {
719
719
  "force": {
@@ -726,7 +726,7 @@
726
726
  },
727
727
  "hasDynamicHelp": false,
728
728
  "hiddenAliases": [],
729
- "id": "apple:certificate:export",
729
+ "id": "apple:apiKey:export",
730
730
  "pluginAlias": "shipthis",
731
731
  "pluginName": "shipthis",
732
732
  "pluginType": "core",
@@ -737,11 +737,11 @@
737
737
  "dist",
738
738
  "commands",
739
739
  "apple",
740
- "certificate",
740
+ "apiKey",
741
741
  "export.js"
742
742
  ]
743
743
  },
744
- "apple:certificate:import": {
744
+ "apple:apiKey:import": {
745
745
  "aliases": [],
746
746
  "args": {
747
747
  "file": {
@@ -750,9 +750,9 @@
750
750
  "required": true
751
751
  }
752
752
  },
753
- "description": "Imports an iOS Distribution Certificate to your ShipThis account",
753
+ "description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
754
754
  "examples": [
755
- "<%= config.bin %> <%= command.id %> userCert.zip"
755
+ "<%= config.bin %> <%= command.id %> userApiKey.zip"
756
756
  ],
757
757
  "flags": {
758
758
  "force": {
@@ -764,7 +764,7 @@
764
764
  },
765
765
  "hasDynamicHelp": false,
766
766
  "hiddenAliases": [],
767
- "id": "apple:certificate:import",
767
+ "id": "apple:apiKey:import",
768
768
  "pluginAlias": "shipthis",
769
769
  "pluginName": "shipthis",
770
770
  "pluginType": "core",
@@ -775,14 +775,14 @@
775
775
  "dist",
776
776
  "commands",
777
777
  "apple",
778
- "certificate",
778
+ "apiKey",
779
779
  "import.js"
780
780
  ]
781
781
  },
782
- "apple:certificate:status": {
782
+ "apple:apiKey:status": {
783
783
  "aliases": [],
784
784
  "args": {},
785
- "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.",
785
+ "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.",
786
786
  "examples": [
787
787
  "<%= config.bin %> <%= command.id %>",
788
788
  "<%= config.bin %> <%= command.id %> --noAppleAuth"
@@ -797,7 +797,7 @@
797
797
  },
798
798
  "hasDynamicHelp": false,
799
799
  "hiddenAliases": [],
800
- "id": "apple:certificate:status",
800
+ "id": "apple:apiKey:status",
801
801
  "pluginAlias": "shipthis",
802
802
  "pluginName": "shipthis",
803
803
  "pluginType": "core",
@@ -808,7 +808,7 @@
808
808
  "dist",
809
809
  "commands",
810
810
  "apple",
811
- "certificate",
811
+ "apiKey",
812
812
  "status.js"
813
813
  ]
814
814
  },
@@ -945,6 +945,41 @@
945
945
  "list.js"
946
946
  ]
947
947
  },
948
+ "game:ios:status": {
949
+ "aliases": [],
950
+ "args": {},
951
+ "description": "Shows the Game iOS Platform status. If --gameId is not provided it will look in the current directory.",
952
+ "examples": [
953
+ "<%= config.bin %> <%= command.id %>",
954
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
955
+ ],
956
+ "flags": {
957
+ "gameId": {
958
+ "char": "g",
959
+ "description": "The ID of the game",
960
+ "name": "gameId",
961
+ "hasDynamicHelp": false,
962
+ "multiple": false,
963
+ "type": "option"
964
+ }
965
+ },
966
+ "hasDynamicHelp": false,
967
+ "hiddenAliases": [],
968
+ "id": "game:ios:status",
969
+ "pluginAlias": "shipthis",
970
+ "pluginName": "shipthis",
971
+ "pluginType": "core",
972
+ "strict": true,
973
+ "enableJsonFlag": false,
974
+ "isESM": true,
975
+ "relativePath": [
976
+ "dist",
977
+ "commands",
978
+ "game",
979
+ "ios",
980
+ "status.js"
981
+ ]
982
+ },
948
983
  "game:job:list": {
949
984
  "aliases": [],
950
985
  "args": {},
@@ -1082,41 +1117,6 @@
1082
1117
  "status.js"
1083
1118
  ]
1084
1119
  },
1085
- "game:ios:status": {
1086
- "aliases": [],
1087
- "args": {},
1088
- "description": "Shows the Game iOS Platform status. If --gameId is not provided it will look in the current directory.",
1089
- "examples": [
1090
- "<%= config.bin %> <%= command.id %>",
1091
- "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1092
- ],
1093
- "flags": {
1094
- "gameId": {
1095
- "char": "g",
1096
- "description": "The ID of the game",
1097
- "name": "gameId",
1098
- "hasDynamicHelp": false,
1099
- "multiple": false,
1100
- "type": "option"
1101
- }
1102
- },
1103
- "hasDynamicHelp": false,
1104
- "hiddenAliases": [],
1105
- "id": "game:ios:status",
1106
- "pluginAlias": "shipthis",
1107
- "pluginName": "shipthis",
1108
- "pluginType": "core",
1109
- "strict": true,
1110
- "enableJsonFlag": false,
1111
- "isESM": true,
1112
- "relativePath": [
1113
- "dist",
1114
- "commands",
1115
- "game",
1116
- "ios",
1117
- "status.js"
1118
- ]
1119
- },
1120
1120
  "game:ios:app:addTester": {
1121
1121
  "aliases": [],
1122
1122
  "args": {},
@@ -1508,5 +1508,5 @@
1508
1508
  ]
1509
1509
  }
1510
1510
  },
1511
- "version": "0.0.36"
1511
+ "version": "0.0.38"
1512
1512
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shipthis",
3
3
  "description": "A command line tool which manages releasing your Godot games to the iOS App Store.",
4
- "version": "0.0.36",
4
+ "version": "0.0.38",
5
5
  "author": "Hello Invent Ltd",
6
6
  "bin": {
7
7
  "shipthis": "./bin/run.js"