shipthis 0.0.30 → 0.0.32

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
@@ -1,22 +1,27 @@
1
- # ShipThis CLI
2
-
3
- ## Introduction
4
-
5
- ShipThis is a tool which helps you manage releasing your [Godot](https://godotengine.org/) games to the iOS App Store.
6
-
7
- :::tip Info
8
- You don't need an Apple computer to use ShipThis.
9
- :::
10
-
11
- ## Quickstart
12
-
13
- Let's discover **ShipThis in less than 5 minutes**.
14
-
15
- ### What you'll need
16
-
17
- - A Godot game
18
- - [Node.js](https://nodejs.org/en/download/) version 18.0 or above:
19
- - When installing Node.js, you are recommended to check all checkboxes related to dependencies.
1
+ <h1 align="center">
2
+ <a href="https://shipthis.cc">
3
+ <picture>
4
+ <source height="56" width="260" srcset="https://shipthis.cc/logo_darkmode.svg">
5
+ <img height="56" width="260" alt="ShipThis" src="https://shipthis.cc/logo_darkmode.svg" ></img>
6
+ </picture>
7
+ </a>
8
+ <br>
9
+ <a href="https://discord.gg/rHhguPjZ">
10
+ <img src="https://img.shields.io/discord/1304144717239554069?style=flat-square&label=%F0%9F%92%AC%20discord&color=00ACD7">
11
+ </a>
12
+ </h1>
13
+ <p align="center">
14
+ <em><b>ShipThis</b> is a <b>command line tool</b> which manages releasing your <a href="https://godotengine.org/">Godot</a> games to the <b>iOS App Store</b>. Designed to compile and upload your Godot games in the cloud, meaning <b>you do not need to install or run Xcode to release an iOS game</b>.</em>
15
+ </p>
16
+
17
+ ---
18
+
19
+ ## ⚡️ Quickstart
20
+
21
+ ### You will need
22
+
23
+ - A Godot 3.6 or 4.3 game
24
+ - [Node.js](https://nodejs.org/en/download/) version 18.0 or above
20
25
  - An [Apple Developer](https://developer.apple.com) account
21
26
 
22
27
  ### 1. Install ShipThis
@@ -37,7 +42,7 @@ shipthis login
37
42
 
38
43
  ### 3. Configure your game
39
44
 
40
- Set up your ShipThis configuration using the built in [wizard](https://shipthis.cc/docs/wizard):
45
+ Set up your ShipThis configuration using the built in [wizard](https://shipthis.cc/docs/wizard). Run this command from within a Godot game directory (with a project.godot file):
41
46
 
42
47
  ```bash
43
48
  shipthis game wizard
@@ -54,12 +59,20 @@ shipthis game ship
54
59
  Once you are happy with the build you can submit it to Apple using [App Store
55
60
  Connect](https://appstoreconnect.apple.com/).
56
61
 
57
- ## Topics
62
+ Re-run the `shipthis game ship` command each time you want to build a new release of your game. **You never need to run Xcode**.
63
+
64
+ ### Next Steps
65
+
66
+ - Checkout the [ShipThis Tutorial](https://shipthis.cc/docs/tutorial)
67
+
68
+ ## 📖 Command Reference
69
+
70
+ ### Topics
58
71
 
59
72
  - [apple](https://shipthis.cc/docs/reference/apple) - Commands that relate to linking your ShipThis account with your Apple Developer Account
60
73
  - [game](https://shipthis.cc/docs/reference/game) - Commands that relate to configuring the specific game in the current working directory.
61
74
 
62
- ## Commands
75
+ ### Commands
63
76
 
64
77
  - [dashboard](https://shipthis.cc/docs/reference/dashboard) - Opens the web browser to your shipthis.cc dashboard
65
78
  - [login](https://shipthis.cc/docs/reference/login) - Signin or create a new account
package/docs/README.md CHANGED
@@ -1,60 +1,11 @@
1
- # ShipThis CLI
1
+ # ShipThis CLI Reference
2
2
 
3
- ## Introduction
3
+ **ShipThis** is a **command-line tool** which manages releasing your [Godot](https://godotengine.org/) games to the **iOS App Store**.
4
4
 
5
- ShipThis is a tool which helps you manage releasing your [Godot](https://godotengine.org/) games to the iOS App Store.
6
-
7
- :::tip Info
8
- You don't need an Apple computer to use ShipThis.
5
+ :::tip New to ShipThis?
6
+ Begin with our [Quickstart Guide](/docs/quickstart).
9
7
  :::
10
8
 
11
- ## Quickstart
12
-
13
- Let's discover **ShipThis in less than 5 minutes**.
14
-
15
- ### What you'll need
16
-
17
- - A Godot game
18
- - [Node.js](https://nodejs.org/en/download/) version 18.0 or above:
19
- - When installing Node.js, you are recommended to check all checkboxes related to dependencies.
20
- - An [Apple Developer](https://developer.apple.com) account
21
-
22
- ### 1. Install ShipThis
23
-
24
- ShipThis can be installed as a package via the [NPM package manager](https://www.npmjs.com/). Run the following at the command line:
25
-
26
- ```bash
27
- npm install -g shipthis
28
- ```
29
-
30
- ### 2. Create an account
31
-
32
- Set up an account with ShipThis by logging in for the first time using the [`shipthis login`](https://shipthis.cc/docs/reference/login) command.
33
-
34
- ```bash
35
- shipthis login
36
- ```
37
-
38
- ### 3. Configure your game
39
-
40
- Set up your ShipThis configuration using the built in [wizard](https://shipthis.cc/docs/wizard):
41
-
42
- ```bash
43
- shipthis game wizard
44
- ```
45
-
46
- ### 4. Ship
47
-
48
- Now you can publish your game to TestFlight with the [`shipthis game ship`](https://shipthis.cc/docs/reference/game/ship) command:
49
-
50
- ```bash
51
- shipthis game ship
52
- ```
53
-
54
- Once you are happy with the build you can submit it to Apple using [App Store
55
- Connect](https://appstoreconnect.apple.com/).
56
-
57
-
58
9
  ## Topics
59
10
 
60
11
  - [apple](https://shipthis.cc/docs/reference/apple) - Commands that relate to linking your ShipThis account with your Apple Developer Account
@@ -5,7 +5,7 @@
5
5
  Commands in the apple apiKey topic are prefixed `shipthis apple apiKey`. These commands relate to App Store Connect API Keys.
6
6
 
7
7
  - You can view the App Store Connect API Keys in the [Apple Developer Portal](https://appstoreconnect.apple.com/access/integrations/api).
8
- - You can view the keys which ShipThis can use in the [ShipThis Dashboard](https://shipthis.cc/credentials)
8
+ - You can view the keys which ShipThis can use in the [ShipThis Dashboard](https://shipthis.cc/credentials).
9
9
 
10
10
  :::info
11
11
  An **App Store Connect API key** is used to authenticate and authorize automated interactions with Apple's App Store Connect API, enabling tasks like managing app metadata, TestFlight, and sales reports.
@@ -17,7 +17,7 @@ your game code. It should not be confused with the command [`shipthis game ship`
17
17
 
18
18
  ## Commands
19
19
 
20
- ### Command: `game build download`
20
+ ### `game build download`
21
21
 
22
22
  #### Description
23
23
 
@@ -46,7 +46,7 @@ EXAMPLES
46
46
  $ shipthis game build download --gameId 0c179fc4 e4b9a3d7 output.apk
47
47
  ```
48
48
 
49
- ### Command: `game build list`
49
+ ### `game build list`
50
50
 
51
51
  #### Description
52
52
 
@@ -514,10 +514,10 @@
514
514
  "wizard.js"
515
515
  ]
516
516
  },
517
- "apple:certificate:create": {
517
+ "apple:apiKey:create": {
518
518
  "aliases": [],
519
519
  "args": {},
520
- "description": "Creates an iOS Distribution Certificate in your Apple Developer account.\nSaves the certificate with the private key to your ShipThis account",
520
+ "description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in 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:certificate:create",
542
+ "id": "apple:apiKey: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
- "certificate",
552
+ "apiKey",
553
553
  "create.js"
554
554
  ]
555
555
  },
556
- "apple:certificate:export": {
556
+ "apple:apiKey: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 Apple Distribution Certificate to a ZIP file.",
565
+ "description": "Saves the current App Store Connect API Key to a ZIP file",
566
566
  "examples": [
567
- "<%= config.bin %> <%= command.id %> userCert.zip"
567
+ "<%= config.bin %> <%= command.id %> userApiKey.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:certificate:export",
580
+ "id": "apple:apiKey: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
- "certificate",
591
+ "apiKey",
592
592
  "export.js"
593
593
  ]
594
594
  },
595
- "apple:certificate:import": {
595
+ "apple:apiKey: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 iOS Distribution Certificate to your ShipThis account",
604
+ "description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
605
605
  "examples": [
606
- "<%= config.bin %> <%= command.id %> userCert.zip"
606
+ "<%= config.bin %> <%= command.id %> userApiKey.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:certificate:import",
618
+ "id": "apple:apiKey: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
- "certificate",
629
+ "apiKey",
630
630
  "import.js"
631
631
  ]
632
632
  },
633
- "apple:certificate:status": {
633
+ "apple:apiKey:status": {
634
634
  "aliases": [],
635
635
  "args": {},
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.",
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.",
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:certificate:status",
651
+ "id": "apple:apiKey: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
- "certificate",
662
+ "apiKey",
663
663
  "status.js"
664
664
  ]
665
665
  },
666
- "apple:apiKey:create": {
666
+ "apple:certificate:create": {
667
667
  "aliases": [],
668
668
  "args": {},
669
- "description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
669
+ "description": "Creates an iOS Distribution Certificate in your Apple Developer account.\nSaves the certificate with the private key to 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:apiKey:create",
691
+ "id": "apple:certificate: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
- "apiKey",
701
+ "certificate",
702
702
  "create.js"
703
703
  ]
704
704
  },
705
- "apple:apiKey:export": {
705
+ "apple:certificate: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 App Store Connect API Key to a ZIP file",
714
+ "description": "Saves the current Apple Distribution Certificate to a ZIP file.",
715
715
  "examples": [
716
- "<%= config.bin %> <%= command.id %> userApiKey.zip"
716
+ "<%= config.bin %> <%= command.id %> userCert.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:apiKey:export",
729
+ "id": "apple:certificate: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
- "apiKey",
740
+ "certificate",
741
741
  "export.js"
742
742
  ]
743
743
  },
744
- "apple:apiKey:import": {
744
+ "apple:certificate: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 App Store Connect API Key ZIP file into your ShipThis account",
753
+ "description": "Imports an iOS Distribution Certificate to your ShipThis account",
754
754
  "examples": [
755
- "<%= config.bin %> <%= command.id %> userApiKey.zip"
755
+ "<%= config.bin %> <%= command.id %> userCert.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:apiKey:import",
767
+ "id": "apple:certificate: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
- "apiKey",
778
+ "certificate",
779
779
  "import.js"
780
780
  ]
781
781
  },
782
- "apple:apiKey:status": {
782
+ "apple:certificate:status": {
783
783
  "aliases": [],
784
784
  "args": {},
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.",
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.",
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:apiKey:status",
800
+ "id": "apple:certificate: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
- "apiKey",
811
+ "certificate",
812
812
  "status.js"
813
813
  ]
814
814
  },
@@ -1508,5 +1508,5 @@
1508
1508
  ]
1509
1509
  }
1510
1510
  },
1511
- "version": "0.0.30"
1511
+ "version": "0.0.32"
1512
1512
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shipthis",
3
3
  "description": "Game Shipping Tool",
4
- "version": "0.0.30",
4
+ "version": "0.0.32",
5
5
  "author": "Hello Invent Ltd",
6
6
  "bin": {
7
7
  "shipthis": "./bin/run.js"
@@ -80,7 +80,11 @@
80
80
  ],
81
81
  "homepage": "https://shipthis.cc",
82
82
  "keywords": [
83
- "oclif"
83
+ "godot",
84
+ "apple",
85
+ "ios",
86
+ "mobile",
87
+ "game"
84
88
  ],
85
89
  "license": "MIT",
86
90
  "main": "dist/index.js",