shipthis 0.0.40 → 0.1.0
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 +17 -17
- package/dist/{AppleBundleIdDetails-n1_U8IqK.js → AppleBundleIdDetails-BF-Pm1Ia.js} +19 -7
- package/dist/Command-BrfJSeOC.js +1077 -0
- package/dist/CommandGame-D9wl8hfX.js +8 -0
- package/dist/{NextSteps-CK9zHOCt.js → NextSteps-DKcjSHZ3.js} +1 -1
- package/dist/ProjectCredentialsTable-BVvkIPjN.js +36 -0
- package/dist/{StatusTable-CxuX_R1D.js → StatusTable-BzsNF75L.js} +2 -7
- package/dist/{UserCredentialsTable-A_YlFeJX.js → UserCredentialsTable-DUFQqHVt.js} +11 -5
- package/dist/{baseAppleCommand-DK5-Cvg4.js → baseAppleCommand-BSJhK8GA.js} +1 -1
- package/dist/baseGameAndroidCommand-CPAtReqy.js +43 -0
- package/dist/commands/apple/apiKey/create.js +24 -10
- package/dist/commands/apple/apiKey/export.js +23 -9
- package/dist/commands/apple/apiKey/import.js +23 -9
- package/dist/commands/apple/apiKey/status.js +25 -13
- package/dist/commands/apple/certificate/create.js +25 -11
- package/dist/commands/apple/certificate/export.js +23 -9
- package/dist/commands/apple/certificate/import.js +23 -9
- package/dist/commands/apple/certificate/status.js +26 -14
- package/dist/commands/apple/login.js +9 -3
- package/dist/commands/apple/status.js +27 -13
- package/dist/commands/dashboard.js +11 -5
- package/dist/commands/game/android/apiKey/connect.js +73 -0
- package/dist/commands/game/android/apiKey/create.js +70 -0
- package/dist/commands/game/android/apiKey/export.js +83 -0
- package/dist/commands/game/android/apiKey/import.js +92 -0
- package/dist/commands/game/android/apiKey/invite.js +81 -0
- package/dist/commands/game/android/apiKey/status.js +86 -0
- package/dist/commands/game/android/keyStore/create.js +67 -0
- package/dist/commands/game/android/keyStore/export.js +82 -0
- package/dist/commands/game/android/keyStore/import.js +91 -0
- package/dist/commands/game/android/keyStore/status.js +69 -0
- package/dist/commands/game/android/status.js +84 -0
- package/dist/commands/game/android/wizard.js +53 -0
- package/dist/commands/game/build/download.js +23 -9
- package/dist/commands/game/build/list.js +25 -14
- package/dist/commands/game/create.js +18 -10
- package/dist/commands/game/details.js +28 -19
- package/dist/commands/game/export.js +11 -5
- package/dist/commands/game/ios/app/addTester.js +25 -12
- package/dist/commands/game/ios/app/create.js +26 -13
- package/dist/commands/game/ios/app/status.js +27 -13
- package/dist/commands/game/ios/app/sync.js +23 -9
- package/dist/commands/game/ios/profile/create.js +22 -8
- package/dist/commands/game/ios/profile/export.js +23 -9
- package/dist/commands/game/ios/profile/import.js +23 -9
- package/dist/commands/game/ios/profile/status.js +26 -71
- package/dist/commands/game/ios/status.js +28 -15
- package/dist/commands/game/ios/wizard.js +125 -0
- package/dist/commands/game/job/list.js +26 -14
- package/dist/commands/game/job/status.js +26 -71
- package/dist/commands/game/list.js +26 -12
- package/dist/commands/game/ship.js +7 -4
- package/dist/commands/game/status.js +63 -25
- package/dist/commands/game/wizard.js +41 -99
- package/dist/commands/internal/fastlane.js +74 -0
- package/dist/commands/internal/readme.js +1452 -0
- package/dist/commands/login.js +11 -4
- package/dist/commands/status.js +23 -10
- package/dist/{export-C16psune.js → export-B0FJT0EU.js} +1 -1
- package/dist/{import-hte2Jy0K.js → import-CLDJ2iPu.js} +1 -1
- package/dist/{baseGameCommand-B3NbuvDu.js → index-CF0fIsx2.js} +112 -37
- package/dist/index-CFHmtzfq.js +24 -0
- package/dist/{index-ZHJdUrwJ.js → index-Df8uXQ4s.js} +14 -3
- package/dist/{upload-DADrkIUB.js → upload-C5L82Yq0.js} +1 -1
- package/dist/useAndroidServiceAccountTestResult-BnxNuoG3.js +52 -0
- package/dist/{useAppleApp-Cr3VcGVs.js → useAppleApp-IXRdsK5w.js} +1 -1
- package/dist/{useAppleBundleId-BxtyGpHy.js → useAppleBundleId-DYC5ISKT.js} +1 -1
- package/docs/game/android/apiKey/connect.md +27 -0
- package/docs/game/android/apiKey/create.md +25 -0
- package/docs/game/android/apiKey/export.md +25 -0
- package/docs/game/android/apiKey/import.md +25 -0
- package/docs/game/android/apiKey/invite.md +27 -0
- package/docs/game/android/apiKey/status.md +23 -0
- package/docs/game/android/apiKey.md +165 -0
- package/docs/game/android/keyStore/create.md +24 -0
- package/docs/game/android/keyStore/export.md +25 -0
- package/docs/game/android/keyStore/import.md +25 -0
- package/docs/game/android/keyStore/status.md +23 -0
- package/docs/game/android/keyStore.md +108 -0
- package/docs/game/android/status.md +23 -0
- package/docs/game/android/wizard.md +28 -0
- package/docs/game/android.md +339 -0
- package/docs/game/create.md +12 -7
- package/docs/game/ios/wizard.md +21 -0
- package/docs/game/wizard.md +12 -18
- package/oclif.manifest.json +821 -68
- package/package.json +53 -18
- package/dist/App-BfoOFeZ-.js +0 -21
- package/dist/RunWithSpinner-BVXNWGD3.js +0 -27
- package/dist/Title-BCQtayg6.js +0 -6
- package/dist/cacheKeys-CShA-ZjE.js +0 -9
- package/dist/useBuilds-JHqMwpWS.js +0 -41
- package/dist/useJob-Bc9fdiyP.js +0 -34
package/README.md
CHANGED
|
@@ -11,18 +11,19 @@
|
|
|
11
11
|
</a>
|
|
12
12
|
</h1>
|
|
13
13
|
<p align="center">
|
|
14
|
-
<em><b>ShipThis</b> is a <b>command line tool</b> which manages
|
|
14
|
+
<em><b>ShipThis</b> is a <b>command line tool</b> which manages building and uploading your <a href="https://godotengine.org/">Godot</a> mobile games to the <b>Apple App Store</b> and <b>Google Play</b>. Designed to compile and upload your Godot games in the cloud, meaning <b>you do not need to install or run Xcode or Android Studio to release an iOS or Android game</b>.</em>
|
|
15
15
|
</p>
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
19
|
-
## ⚡️
|
|
19
|
+
## ⚡️ Quick start
|
|
20
20
|
|
|
21
|
-
###
|
|
21
|
+
### What you'll need
|
|
22
22
|
|
|
23
23
|
- A Godot 3.6 or 4.3 game
|
|
24
24
|
- [Node.js](https://nodejs.org/en/download/) version 18.0 or above
|
|
25
|
-
-
|
|
25
|
+
- **If you are building an iOS game** - an [Apple Developer account](https://developer.apple.com)
|
|
26
|
+
- **If you are building an Android game** - a [Play Console developer account](https://play.google.com/apps/publish/signup)
|
|
26
27
|
|
|
27
28
|
### 1. Install ShipThis
|
|
28
29
|
|
|
@@ -40,30 +41,29 @@ Set up an account with ShipThis by logging in for the first time using the [`shi
|
|
|
40
41
|
shipthis login
|
|
41
42
|
```
|
|
42
43
|
|
|
43
|
-
### 3.
|
|
44
|
+
### 3. Set up your game
|
|
44
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):
|
|
47
|
+
|
|
48
|
+
### Set up an Android game
|
|
46
49
|
|
|
47
50
|
```bash
|
|
48
|
-
shipthis game wizard
|
|
51
|
+
shipthis game wizard android
|
|
49
52
|
```
|
|
50
53
|
|
|
51
|
-
###
|
|
52
|
-
|
|
53
|
-
Now you can publish your game to TestFlight with the [`shipthis game ship`](https://shipthis.cc/docs/reference/game/ship) command:
|
|
54
|
+
### Set up an iOS game
|
|
54
55
|
|
|
55
56
|
```bash
|
|
56
|
-
shipthis game
|
|
57
|
+
shipthis game wizard ios
|
|
57
58
|
```
|
|
58
59
|
|
|
59
|
-
|
|
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**.
|
|
60
|
+
### 4. Ship
|
|
63
61
|
|
|
64
|
-
|
|
62
|
+
Now you can publish new versions your game to TestFlight or Google Play with the [`shipthis game ship`](https://shipthis.cc/docs/reference/game/ship) command:
|
|
65
63
|
|
|
66
|
-
|
|
64
|
+
```bash
|
|
65
|
+
shipthis game ship
|
|
66
|
+
```
|
|
67
67
|
|
|
68
68
|
## 📖 Command Reference
|
|
69
69
|
|
|
@@ -1,22 +1,34 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { Box, Text } from 'ink';
|
|
3
3
|
import Spinner from 'ink-spinner';
|
|
4
|
-
import './
|
|
5
|
-
import '
|
|
4
|
+
import './index-CF0fIsx2.js';
|
|
5
|
+
import 'axios';
|
|
6
6
|
import '@tanstack/react-query';
|
|
7
|
-
import '@expo/apple-utils/build/index.js';
|
|
8
|
-
import { u as useAppleApp } from './useAppleApp-Cr3VcGVs.js';
|
|
9
7
|
import 'crypto';
|
|
10
8
|
import 'fs';
|
|
11
9
|
import 'readline-sync';
|
|
12
10
|
import 'node:readline';
|
|
11
|
+
import 'node:path';
|
|
12
|
+
import 'node:url';
|
|
13
13
|
import 'react';
|
|
14
|
-
import '
|
|
14
|
+
import 'crypto-js';
|
|
15
|
+
import 'uuid';
|
|
16
|
+
import 'luxon';
|
|
15
17
|
import 'socket.io-client';
|
|
16
18
|
import 'isomorphic-git';
|
|
17
|
-
import
|
|
19
|
+
import '@oclif/core';
|
|
20
|
+
import { u as useAppleApp } from './useAppleApp-IXRdsK5w.js';
|
|
21
|
+
import 'fast-glob';
|
|
22
|
+
import 'yazl';
|
|
23
|
+
import '@inkjs/ui';
|
|
24
|
+
import { T as Title } from './Command-BrfJSeOC.js';
|
|
25
|
+
import 'marked';
|
|
26
|
+
import 'marked-terminal';
|
|
27
|
+
import 'qrcode';
|
|
18
28
|
import { T as Table } from './Table-CvM6pccN.js';
|
|
19
|
-
import
|
|
29
|
+
import 'string-length';
|
|
30
|
+
import 'strip-ansi';
|
|
31
|
+
import { u as useAppleBundleId } from './useAppleBundleId-DYC5ISKT.js';
|
|
20
32
|
|
|
21
33
|
const AppleAppDetails = (props) => {
|
|
22
34
|
const { data, isLoading } = useAppleApp(props);
|