shipthis 0.0.31 → 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 +2 -26
- package/docs/README.md +7 -93
- package/oclif.manifest.json +150 -150
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<h1 align="center">
|
|
2
2
|
<a href="https://shipthis.cc">
|
|
3
3
|
<picture>
|
|
4
|
-
|
|
5
|
-
<img height="56" width="260" alt="ShipThis" src="https://shipthis.cc/
|
|
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
6
|
</picture>
|
|
7
7
|
</a>
|
|
8
8
|
<br>
|
|
@@ -78,27 +78,3 @@ Re-run the `shipthis game ship` command each time you want to build a new releas
|
|
|
78
78
|
- [login](https://shipthis.cc/docs/reference/login) - Signin or create a new account
|
|
79
79
|
- [status](https://shipthis.cc/docs/reference/status) - Display your overall ShipThis account status
|
|
80
80
|
- [help](https://shipthis.cc/docs/reference/help) - Display help for a specific topic or command
|
|
81
|
-
|
|
82
|
-
@octocat :+1: This PR looks great - it's ready to merge! :shipit:
|
|
83
|
-
|
|
84
|
-
> [!NOTE]
|
|
85
|
-
> Highlights information that users should take into account, even when skimming.
|
|
86
|
-
|
|
87
|
-
> [!TIP]
|
|
88
|
-
> Optional information to help a user be more successful.
|
|
89
|
-
|
|
90
|
-
> [!IMPORTANT]
|
|
91
|
-
> Crucial information necessary for users to succeed.
|
|
92
|
-
|
|
93
|
-
> [!WARNING]
|
|
94
|
-
> Critical content demanding immediate user attention due to potential risks.
|
|
95
|
-
|
|
96
|
-
> [!CAUTION]
|
|
97
|
-
> Negative potential consequences of an action.
|
|
98
|
-
|
|
99
|
-
<details>
|
|
100
|
-
<summary>📚 Test</summary>
|
|
101
|
-
|
|
102
|
-
# This is a test
|
|
103
|
-
|
|
104
|
-
</details>
|
package/docs/README.md
CHANGED
|
@@ -1,105 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
<a href="https://shipthis.cc">
|
|
3
|
-
<picture>
|
|
4
|
-
<source height="56" width="260" media="(prefers-color-scheme: dark)" srcset="https://shipthis.cc/logo_darkmode.svg">
|
|
5
|
-
<img height="56" width="260" alt="ShipThis" src="https://shipthis.cc/logo_normal.svg">
|
|
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>
|
|
1
|
+
# ShipThis CLI Reference
|
|
16
2
|
|
|
17
|
-
|
|
3
|
+
**ShipThis** is a **command-line tool** which manages releasing your [Godot](https://godotengine.org/) games to the **iOS App Store**.
|
|
18
4
|
|
|
19
|
-
|
|
5
|
+
:::tip New to ShipThis?
|
|
6
|
+
Begin with our [Quickstart Guide](/docs/quickstart).
|
|
7
|
+
:::
|
|
20
8
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
- A Godot 3.6 or 4.3 game
|
|
24
|
-
- [Node.js](https://nodejs.org/en/download/) version 18.0 or above
|
|
25
|
-
- An [Apple Developer](https://developer.apple.com) account
|
|
26
|
-
|
|
27
|
-
### 1. Install ShipThis
|
|
28
|
-
|
|
29
|
-
ShipThis can be installed as a package via the [NPM package manager](https://www.npmjs.com/). Run the following at the command line:
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
npm install -g shipthis
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
### 2. Create an account
|
|
36
|
-
|
|
37
|
-
Set up an account with ShipThis by logging in for the first time using the [`shipthis login`](https://shipthis.cc/docs/reference/login) command.
|
|
38
|
-
|
|
39
|
-
```bash
|
|
40
|
-
shipthis login
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
### 3. Configure your game
|
|
44
|
-
|
|
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):
|
|
46
|
-
|
|
47
|
-
```bash
|
|
48
|
-
shipthis game wizard
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
### 4. Ship
|
|
52
|
-
|
|
53
|
-
Now you can publish your game to TestFlight with the [`shipthis game ship`](https://shipthis.cc/docs/reference/game/ship) command:
|
|
54
|
-
|
|
55
|
-
```bash
|
|
56
|
-
shipthis game ship
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
Once you are happy with the build you can submit it to Apple using [App Store
|
|
60
|
-
Connect](https://appstoreconnect.apple.com/).
|
|
61
|
-
|
|
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
|
|
9
|
+
## Topics
|
|
71
10
|
|
|
72
11
|
- [apple](https://shipthis.cc/docs/reference/apple) - Commands that relate to linking your ShipThis account with your Apple Developer Account
|
|
73
12
|
- [game](https://shipthis.cc/docs/reference/game) - Commands that relate to configuring the specific game in the current working directory.
|
|
74
13
|
|
|
75
|
-
|
|
14
|
+
## Commands
|
|
76
15
|
|
|
77
16
|
- [dashboard](https://shipthis.cc/docs/reference/dashboard) - Opens the web browser to your shipthis.cc dashboard
|
|
78
17
|
- [login](https://shipthis.cc/docs/reference/login) - Signin or create a new account
|
|
79
18
|
- [status](https://shipthis.cc/docs/reference/status) - Display your overall ShipThis account status
|
|
80
19
|
- [help](https://shipthis.cc/docs/reference/help) - Display help for a specific topic or command
|
|
81
|
-
|
|
82
|
-
@octocat :+1: This PR looks great - it's ready to merge! :shipit:
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
> [!NOTE]
|
|
86
|
-
> Highlights information that users should take into account, even when skimming.
|
|
87
|
-
|
|
88
|
-
> [!TIP]
|
|
89
|
-
> Optional information to help a user be more successful.
|
|
90
|
-
|
|
91
|
-
> [!IMPORTANT]
|
|
92
|
-
> Crucial information necessary for users to succeed.
|
|
93
|
-
|
|
94
|
-
> [!WARNING]
|
|
95
|
-
> Critical content demanding immediate user attention due to potential risks.
|
|
96
|
-
|
|
97
|
-
> [!CAUTION]
|
|
98
|
-
> Negative potential consequences of an action.
|
|
99
|
-
|
|
100
|
-
<details>
|
|
101
|
-
<summary>📚 Test</summary>
|
|
102
|
-
|
|
103
|
-
# This is a test
|
|
104
|
-
|
|
105
|
-
</details>
|
package/oclif.manifest.json
CHANGED
|
@@ -514,6 +514,155 @@
|
|
|
514
514
|
"wizard.js"
|
|
515
515
|
]
|
|
516
516
|
},
|
|
517
|
+
"apple:apiKey:create": {
|
|
518
|
+
"aliases": [],
|
|
519
|
+
"args": {},
|
|
520
|
+
"description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
|
|
521
|
+
"examples": [
|
|
522
|
+
"<%= config.bin %> <%= command.id %>",
|
|
523
|
+
"<%= config.bin %> <%= command.id %> --force"
|
|
524
|
+
],
|
|
525
|
+
"flags": {
|
|
526
|
+
"force": {
|
|
527
|
+
"char": "f",
|
|
528
|
+
"name": "force",
|
|
529
|
+
"allowNo": false,
|
|
530
|
+
"type": "boolean"
|
|
531
|
+
},
|
|
532
|
+
"quiet": {
|
|
533
|
+
"char": "q",
|
|
534
|
+
"description": "Avoid output except for interactions and errors",
|
|
535
|
+
"name": "quiet",
|
|
536
|
+
"allowNo": false,
|
|
537
|
+
"type": "boolean"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"hasDynamicHelp": false,
|
|
541
|
+
"hiddenAliases": [],
|
|
542
|
+
"id": "apple:apiKey:create",
|
|
543
|
+
"pluginAlias": "shipthis",
|
|
544
|
+
"pluginName": "shipthis",
|
|
545
|
+
"pluginType": "core",
|
|
546
|
+
"strict": true,
|
|
547
|
+
"isESM": true,
|
|
548
|
+
"relativePath": [
|
|
549
|
+
"dist",
|
|
550
|
+
"commands",
|
|
551
|
+
"apple",
|
|
552
|
+
"apiKey",
|
|
553
|
+
"create.js"
|
|
554
|
+
]
|
|
555
|
+
},
|
|
556
|
+
"apple:apiKey:export": {
|
|
557
|
+
"aliases": [],
|
|
558
|
+
"args": {
|
|
559
|
+
"file": {
|
|
560
|
+
"description": "Name of the ZIP file to create",
|
|
561
|
+
"name": "file",
|
|
562
|
+
"required": true
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"description": "Saves the current App Store Connect API Key to a ZIP file",
|
|
566
|
+
"examples": [
|
|
567
|
+
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
568
|
+
],
|
|
569
|
+
"flags": {
|
|
570
|
+
"force": {
|
|
571
|
+
"char": "f",
|
|
572
|
+
"description": "Overwrite the file if it already exists",
|
|
573
|
+
"name": "force",
|
|
574
|
+
"allowNo": false,
|
|
575
|
+
"type": "boolean"
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
"hasDynamicHelp": false,
|
|
579
|
+
"hiddenAliases": [],
|
|
580
|
+
"id": "apple:apiKey:export",
|
|
581
|
+
"pluginAlias": "shipthis",
|
|
582
|
+
"pluginName": "shipthis",
|
|
583
|
+
"pluginType": "core",
|
|
584
|
+
"strict": true,
|
|
585
|
+
"enableJsonFlag": false,
|
|
586
|
+
"isESM": true,
|
|
587
|
+
"relativePath": [
|
|
588
|
+
"dist",
|
|
589
|
+
"commands",
|
|
590
|
+
"apple",
|
|
591
|
+
"apiKey",
|
|
592
|
+
"export.js"
|
|
593
|
+
]
|
|
594
|
+
},
|
|
595
|
+
"apple:apiKey:import": {
|
|
596
|
+
"aliases": [],
|
|
597
|
+
"args": {
|
|
598
|
+
"file": {
|
|
599
|
+
"description": "Name of the ZIP file to import (must be in the same format as the export)",
|
|
600
|
+
"name": "file",
|
|
601
|
+
"required": true
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
|
|
605
|
+
"examples": [
|
|
606
|
+
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
607
|
+
],
|
|
608
|
+
"flags": {
|
|
609
|
+
"force": {
|
|
610
|
+
"char": "f",
|
|
611
|
+
"name": "force",
|
|
612
|
+
"allowNo": false,
|
|
613
|
+
"type": "boolean"
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
"hasDynamicHelp": false,
|
|
617
|
+
"hiddenAliases": [],
|
|
618
|
+
"id": "apple:apiKey:import",
|
|
619
|
+
"pluginAlias": "shipthis",
|
|
620
|
+
"pluginName": "shipthis",
|
|
621
|
+
"pluginType": "core",
|
|
622
|
+
"strict": true,
|
|
623
|
+
"enableJsonFlag": false,
|
|
624
|
+
"isESM": true,
|
|
625
|
+
"relativePath": [
|
|
626
|
+
"dist",
|
|
627
|
+
"commands",
|
|
628
|
+
"apple",
|
|
629
|
+
"apiKey",
|
|
630
|
+
"import.js"
|
|
631
|
+
]
|
|
632
|
+
},
|
|
633
|
+
"apple:apiKey:status": {
|
|
634
|
+
"aliases": [],
|
|
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.",
|
|
637
|
+
"examples": [
|
|
638
|
+
"<%= config.bin %> <%= command.id %>",
|
|
639
|
+
"<%= config.bin %> <%= command.id %> --noAppleAuth"
|
|
640
|
+
],
|
|
641
|
+
"flags": {
|
|
642
|
+
"noAppleAuth": {
|
|
643
|
+
"char": "f",
|
|
644
|
+
"name": "noAppleAuth",
|
|
645
|
+
"allowNo": false,
|
|
646
|
+
"type": "boolean"
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
"hasDynamicHelp": false,
|
|
650
|
+
"hiddenAliases": [],
|
|
651
|
+
"id": "apple:apiKey:status",
|
|
652
|
+
"pluginAlias": "shipthis",
|
|
653
|
+
"pluginName": "shipthis",
|
|
654
|
+
"pluginType": "core",
|
|
655
|
+
"strict": true,
|
|
656
|
+
"enableJsonFlag": false,
|
|
657
|
+
"isESM": true,
|
|
658
|
+
"relativePath": [
|
|
659
|
+
"dist",
|
|
660
|
+
"commands",
|
|
661
|
+
"apple",
|
|
662
|
+
"apiKey",
|
|
663
|
+
"status.js"
|
|
664
|
+
]
|
|
665
|
+
},
|
|
517
666
|
"apple:certificate:create": {
|
|
518
667
|
"aliases": [],
|
|
519
668
|
"args": {},
|
|
@@ -796,155 +945,6 @@
|
|
|
796
945
|
"list.js"
|
|
797
946
|
]
|
|
798
947
|
},
|
|
799
|
-
"apple:apiKey:create": {
|
|
800
|
-
"aliases": [],
|
|
801
|
-
"args": {},
|
|
802
|
-
"description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
|
|
803
|
-
"examples": [
|
|
804
|
-
"<%= config.bin %> <%= command.id %>",
|
|
805
|
-
"<%= config.bin %> <%= command.id %> --force"
|
|
806
|
-
],
|
|
807
|
-
"flags": {
|
|
808
|
-
"force": {
|
|
809
|
-
"char": "f",
|
|
810
|
-
"name": "force",
|
|
811
|
-
"allowNo": false,
|
|
812
|
-
"type": "boolean"
|
|
813
|
-
},
|
|
814
|
-
"quiet": {
|
|
815
|
-
"char": "q",
|
|
816
|
-
"description": "Avoid output except for interactions and errors",
|
|
817
|
-
"name": "quiet",
|
|
818
|
-
"allowNo": false,
|
|
819
|
-
"type": "boolean"
|
|
820
|
-
}
|
|
821
|
-
},
|
|
822
|
-
"hasDynamicHelp": false,
|
|
823
|
-
"hiddenAliases": [],
|
|
824
|
-
"id": "apple:apiKey:create",
|
|
825
|
-
"pluginAlias": "shipthis",
|
|
826
|
-
"pluginName": "shipthis",
|
|
827
|
-
"pluginType": "core",
|
|
828
|
-
"strict": true,
|
|
829
|
-
"isESM": true,
|
|
830
|
-
"relativePath": [
|
|
831
|
-
"dist",
|
|
832
|
-
"commands",
|
|
833
|
-
"apple",
|
|
834
|
-
"apiKey",
|
|
835
|
-
"create.js"
|
|
836
|
-
]
|
|
837
|
-
},
|
|
838
|
-
"apple:apiKey:export": {
|
|
839
|
-
"aliases": [],
|
|
840
|
-
"args": {
|
|
841
|
-
"file": {
|
|
842
|
-
"description": "Name of the ZIP file to create",
|
|
843
|
-
"name": "file",
|
|
844
|
-
"required": true
|
|
845
|
-
}
|
|
846
|
-
},
|
|
847
|
-
"description": "Saves the current App Store Connect API Key to a ZIP file",
|
|
848
|
-
"examples": [
|
|
849
|
-
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
850
|
-
],
|
|
851
|
-
"flags": {
|
|
852
|
-
"force": {
|
|
853
|
-
"char": "f",
|
|
854
|
-
"description": "Overwrite the file if it already exists",
|
|
855
|
-
"name": "force",
|
|
856
|
-
"allowNo": false,
|
|
857
|
-
"type": "boolean"
|
|
858
|
-
}
|
|
859
|
-
},
|
|
860
|
-
"hasDynamicHelp": false,
|
|
861
|
-
"hiddenAliases": [],
|
|
862
|
-
"id": "apple:apiKey:export",
|
|
863
|
-
"pluginAlias": "shipthis",
|
|
864
|
-
"pluginName": "shipthis",
|
|
865
|
-
"pluginType": "core",
|
|
866
|
-
"strict": true,
|
|
867
|
-
"enableJsonFlag": false,
|
|
868
|
-
"isESM": true,
|
|
869
|
-
"relativePath": [
|
|
870
|
-
"dist",
|
|
871
|
-
"commands",
|
|
872
|
-
"apple",
|
|
873
|
-
"apiKey",
|
|
874
|
-
"export.js"
|
|
875
|
-
]
|
|
876
|
-
},
|
|
877
|
-
"apple:apiKey:import": {
|
|
878
|
-
"aliases": [],
|
|
879
|
-
"args": {
|
|
880
|
-
"file": {
|
|
881
|
-
"description": "Name of the ZIP file to import (must be in the same format as the export)",
|
|
882
|
-
"name": "file",
|
|
883
|
-
"required": true
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
|
-
"description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
|
|
887
|
-
"examples": [
|
|
888
|
-
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
889
|
-
],
|
|
890
|
-
"flags": {
|
|
891
|
-
"force": {
|
|
892
|
-
"char": "f",
|
|
893
|
-
"name": "force",
|
|
894
|
-
"allowNo": false,
|
|
895
|
-
"type": "boolean"
|
|
896
|
-
}
|
|
897
|
-
},
|
|
898
|
-
"hasDynamicHelp": false,
|
|
899
|
-
"hiddenAliases": [],
|
|
900
|
-
"id": "apple:apiKey:import",
|
|
901
|
-
"pluginAlias": "shipthis",
|
|
902
|
-
"pluginName": "shipthis",
|
|
903
|
-
"pluginType": "core",
|
|
904
|
-
"strict": true,
|
|
905
|
-
"enableJsonFlag": false,
|
|
906
|
-
"isESM": true,
|
|
907
|
-
"relativePath": [
|
|
908
|
-
"dist",
|
|
909
|
-
"commands",
|
|
910
|
-
"apple",
|
|
911
|
-
"apiKey",
|
|
912
|
-
"import.js"
|
|
913
|
-
]
|
|
914
|
-
},
|
|
915
|
-
"apple:apiKey:status": {
|
|
916
|
-
"aliases": [],
|
|
917
|
-
"args": {},
|
|
918
|
-
"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.",
|
|
919
|
-
"examples": [
|
|
920
|
-
"<%= config.bin %> <%= command.id %>",
|
|
921
|
-
"<%= config.bin %> <%= command.id %> --noAppleAuth"
|
|
922
|
-
],
|
|
923
|
-
"flags": {
|
|
924
|
-
"noAppleAuth": {
|
|
925
|
-
"char": "f",
|
|
926
|
-
"name": "noAppleAuth",
|
|
927
|
-
"allowNo": false,
|
|
928
|
-
"type": "boolean"
|
|
929
|
-
}
|
|
930
|
-
},
|
|
931
|
-
"hasDynamicHelp": false,
|
|
932
|
-
"hiddenAliases": [],
|
|
933
|
-
"id": "apple:apiKey:status",
|
|
934
|
-
"pluginAlias": "shipthis",
|
|
935
|
-
"pluginName": "shipthis",
|
|
936
|
-
"pluginType": "core",
|
|
937
|
-
"strict": true,
|
|
938
|
-
"enableJsonFlag": false,
|
|
939
|
-
"isESM": true,
|
|
940
|
-
"relativePath": [
|
|
941
|
-
"dist",
|
|
942
|
-
"commands",
|
|
943
|
-
"apple",
|
|
944
|
-
"apiKey",
|
|
945
|
-
"status.js"
|
|
946
|
-
]
|
|
947
|
-
},
|
|
948
948
|
"game:ios:status": {
|
|
949
949
|
"aliases": [],
|
|
950
950
|
"args": {},
|
|
@@ -1508,5 +1508,5 @@
|
|
|
1508
1508
|
]
|
|
1509
1509
|
}
|
|
1510
1510
|
},
|
|
1511
|
-
"version": "0.0.
|
|
1511
|
+
"version": "0.0.32"
|
|
1512
1512
|
}
|