shipthis 0.1.53 → 0.1.55
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 +7 -8
- package/assets/markdown/apple-login-notice.md.ejs +9 -0
- package/dist/{AppleBundleIdDetails-CJuXU0MW.js → AppleBundleIdDetails-Ch0IGOPO.js} +4 -4
- package/dist/{Command-U8TqM6Zs.js → Command-CKwGlf4L.js} +2 -2
- package/dist/{CommandGame-hqY43vRo.js → CommandGame-DoUC7C_q.js} +3 -3
- package/dist/{Create-C--pV63B.js → Create-BMZPvZ4G.js} +2 -2
- package/dist/{CredentialDetailsView-DUpRMBiJ.js → CredentialDetailsView-DrAjwTB_.js} +1 -1
- package/dist/{ErrorBox-DLRncz8K.js → ErrorBox-DDlTtBXo.js} +1 -1
- package/dist/{GameStatus-DRheSF2O.js → GameStatus-BbGB_Nb4.js} +2 -2
- package/dist/{Import-CTgEEj_f.js → Import-Cd6bNM3_.js} +3 -3
- package/dist/{JobLogTail-7oEEQxIO.js → JobLogTail-Bnxjh42s.js} +3 -3
- package/dist/{JobProgress-DwvTh5rS.js → JobProgress-BMKEhMAf.js} +26 -4
- package/dist/{JobStatusTable-DBM_PBPQ.js → JobStatusTable-CPKhHXoe.js} +3 -3
- package/dist/{ProjectCredentialsTable-BamSpb5B.js → ProjectCredentialsTable-TTXHSq6Y.js} +2 -2
- package/dist/{UserCredentialsTable-N_fIOf8N.js → UserCredentialsTable-Nnr2vBR7.js} +2 -2
- package/dist/{baseAppleCommand-oekzwny6.js → baseAppleCommand-BXD1j8r9.js} +1 -1
- package/dist/{baseCommand-ByzFMr-B.js → baseCommand-BBX7e4wG.js} +30 -6
- package/dist/{baseGameAndroidCommand-GvH1QAja.js → baseGameAndroidCommand-DUH9kKXh.js} +3 -3
- package/dist/{baseGameCommand-D8Z3SaiJ.js → baseGameCommand-DDamAWma.js} +4 -3
- package/dist/commands/apiKey/create.js +4 -4
- package/dist/commands/apiKey/list.js +4 -4
- package/dist/commands/apiKey/revoke.js +4 -4
- package/dist/commands/apple/apiKey/create.js +7 -7
- package/dist/commands/apple/apiKey/delete.js +5 -5
- package/dist/commands/apple/apiKey/export.js +6 -6
- package/dist/commands/apple/apiKey/import.js +6 -6
- package/dist/commands/apple/apiKey/status.js +5 -5
- package/dist/commands/apple/certificate/create.js +7 -7
- package/dist/commands/apple/certificate/delete.js +5 -5
- package/dist/commands/apple/certificate/export.js +6 -6
- package/dist/commands/apple/certificate/import.js +6 -6
- package/dist/commands/apple/certificate/show.js +6 -6
- package/dist/commands/apple/certificate/status.js +5 -5
- package/dist/commands/apple/login.js +33 -26
- package/dist/commands/apple/status.js +4 -4
- package/dist/commands/dashboard.js +3 -3
- package/dist/commands/game/android/apiKey/connect.js +10 -10
- package/dist/commands/game/android/apiKey/create.js +13 -13
- package/dist/commands/game/android/apiKey/delete.js +5 -5
- package/dist/commands/game/android/apiKey/export.js +7 -7
- package/dist/commands/game/android/apiKey/import.js +7 -7
- package/dist/commands/game/android/apiKey/invite.js +6 -6
- package/dist/commands/game/android/apiKey/policy.js +4 -4
- package/dist/commands/game/android/apiKey/show.js +9 -9
- package/dist/commands/game/android/apiKey/status.js +7 -7
- package/dist/commands/game/android/keyStore/create.js +9 -9
- package/dist/commands/game/android/keyStore/delete.js +5 -5
- package/dist/commands/game/android/keyStore/export.js +6 -6
- package/dist/commands/game/android/keyStore/import.js +10 -10
- package/dist/commands/game/android/keyStore/status.js +6 -6
- package/dist/commands/game/android/status.js +3 -3
- package/dist/commands/game/build/download.js +4 -4
- package/dist/commands/game/build/list.js +6 -6
- package/dist/commands/game/create.js +3 -3
- package/dist/commands/game/details.js +5 -5
- package/dist/commands/game/export.js +3 -3
- package/dist/commands/game/ios/app/addTester.js +5 -5
- package/dist/commands/game/ios/app/create.js +4 -4
- package/dist/commands/game/ios/app/status.js +7 -7
- package/dist/commands/game/ios/app/sync.js +5 -5
- package/dist/commands/game/ios/profile/create.js +7 -7
- package/dist/commands/game/ios/profile/delete.js +5 -5
- package/dist/commands/game/ios/profile/export.js +6 -6
- package/dist/commands/game/ios/profile/import.js +6 -6
- package/dist/commands/game/ios/profile/show.js +8 -8
- package/dist/commands/game/ios/profile/status.js +7 -7
- package/dist/commands/game/ios/status.js +10 -10
- package/dist/commands/game/ios/wizard.js +4 -4
- package/dist/commands/game/job/list.js +4 -4
- package/dist/commands/game/job/logs.js +3 -3
- package/dist/commands/game/job/status.js +7 -7
- package/dist/commands/game/list.js +4 -4
- package/dist/commands/game/ship.js +11 -11
- package/dist/commands/game/status.js +7 -7
- package/dist/commands/game/wizard.js +16 -16
- package/dist/commands/internal/fastlane.js +3 -3
- package/dist/commands/internal/readme.js +3 -3
- package/dist/commands/login.js +3 -3
- package/dist/commands/status.js +4 -4
- package/dist/commands/util/android-build-method.js +3 -3
- package/dist/commands/util/glass.js +2 -2
- package/dist/{export-DQ2Qh09K.js → export-C_FknMUp.js} +1 -1
- package/dist/{import-sVng7ksa.js → import-DaK7xzxS.js} +1 -1
- package/dist/{index-DwEIHNF1.js → index-BcXx8TNS.js} +4 -4
- package/dist/{index-N3S598Wc.js → index-DGlnFPWY.js} +1 -1
- package/dist/{index-Dz17cbww.js → index-SfRGUQOY.js} +5 -5
- package/dist/{upload-DoiCgi3a.js → upload-CwHqf-A6.js} +1 -1
- package/dist/{useAppleApp-J4dx2Wyz.js → useAppleApp-DwcXThPv.js} +1 -1
- package/dist/{useAppleBundleId-DUdnv1T0.js → useAppleBundleId-Bojf5t9g.js} +1 -1
- package/dist/{useAppleProfiles-DDdAtArV.js → useAppleProfiles-ClGtQU78.js} +1 -1
- package/dist/{useGoogleStatus-DciPkOMu.js → useGoogleStatus-D1VbWkVy.js} +2 -2
- package/dist/{useProjectCredentials-B4cjpmpB.js → useProjectCredentials-CkjJTltI.js} +2 -2
- package/dist/{useWebSocket-B1hQm8Ak.js → useWebSocket-xkJFqoYf.js} +1 -1
- package/docs/apple/login.md +9 -3
- package/docs/autocomplete.md +1 -1
- package/docs/game/android/apiKey/invite.md +3 -3
- package/docs/game/android/apiKey.md +36 -7
- package/docs/game/create.md +15 -10
- package/docs/game/details.md +6 -3
- package/docs/game/ios/app/addTester.md +10 -5
- package/docs/game/ios/app.md +32 -2
- package/docs/game/ios.md +1 -0
- package/docs/game/ship.md +6 -2
- package/docs/game/status.md +6 -2
- package/docs/game/wizard.md +2 -5
- package/npm-shrinkwrap.json +139 -635
- package/oclif.manifest.json +251 -245
- package/package.json +3 -2
package/docs/game/ios/app.md
CHANGED
|
@@ -22,6 +22,36 @@ these commands. To do that please run the following commands first:
|
|
|
22
22
|
|
|
23
23
|
## Commands
|
|
24
24
|
|
|
25
|
+
### `game ios app addTester`
|
|
26
|
+
|
|
27
|
+
#### Description
|
|
28
|
+
|
|
29
|
+
Adds a test user to the game in App Store Connect.
|
|
30
|
+
|
|
31
|
+
#### Help Output
|
|
32
|
+
|
|
33
|
+
```help
|
|
34
|
+
USAGE
|
|
35
|
+
$ shipthis game ios app addTester [-e <value>] [-f <value>] [-g <value>] [-l <value>] [-q] [-s] [-t <value>]
|
|
36
|
+
|
|
37
|
+
FLAGS
|
|
38
|
+
-e, --email=<value> The email address of the tester
|
|
39
|
+
-f, --firstName=<value> The first name of the tester
|
|
40
|
+
-g, --gameId=<value> The ID of the game
|
|
41
|
+
-l, --lastName=<value> The last name of the tester
|
|
42
|
+
-q, --quiet Avoid output except for interactions and errors
|
|
43
|
+
-s, --self Add yourself as a tester (uses your Apple ID email and name)
|
|
44
|
+
-t, --testGroupName=<value> [default: ShipThis Test Group (Internal)] The name of the internal test group
|
|
45
|
+
|
|
46
|
+
DESCRIPTION
|
|
47
|
+
Adds a test user to the game in App Store Connect.
|
|
48
|
+
|
|
49
|
+
EXAMPLES
|
|
50
|
+
$ shipthis game ios app addTester
|
|
51
|
+
|
|
52
|
+
$ shipthis game ios app addTester --testGroupName "Testers"
|
|
53
|
+
```
|
|
54
|
+
|
|
25
55
|
### `game ios app create`
|
|
26
56
|
|
|
27
57
|
#### Description
|
|
@@ -42,7 +72,7 @@ to be unique within the Apple ecosystem. ShipThis will suggest values for these.
|
|
|
42
72
|
|
|
43
73
|
```help
|
|
44
74
|
USAGE
|
|
45
|
-
$ shipthis game ios app create [-
|
|
75
|
+
$ shipthis game ios app create [-n <value>] [-b <value>] [-f] [-g <value>] [-q]
|
|
46
76
|
|
|
47
77
|
FLAGS
|
|
48
78
|
-b, --bundleId=<value> The BundleId in the Apple Developer Portal
|
|
@@ -120,7 +150,7 @@ ShipThis will use default values for this file if it does not exist.
|
|
|
120
150
|
|
|
121
151
|
```help
|
|
122
152
|
USAGE
|
|
123
|
-
$ shipthis game ios app sync [-
|
|
153
|
+
$ shipthis game ios app sync [-f] [-g <value>] [-q]
|
|
124
154
|
|
|
125
155
|
FLAGS
|
|
126
156
|
-f, --force
|
package/docs/game/ios.md
CHANGED
package/docs/game/ship.md
CHANGED
|
@@ -55,13 +55,15 @@ shipthis game ship --platform android --follow --gameEngineVersion 4.5.1 --downl
|
|
|
55
55
|
|
|
56
56
|
```help
|
|
57
57
|
USAGE
|
|
58
|
-
$ shipthis game ship [-g <value>] [--download <value> --platform android|ios] [--downloadAPK <value> ]
|
|
59
|
-
[--gameEngineVersion <value>]
|
|
58
|
+
$ shipthis game ship [-g <value>] [--download <value> --platform android|ios] [--downloadAPK <value> ]
|
|
59
|
+
[--follow ] [--skipPublish] [--verbose] [--useDemoCredentials ] [--gameEngineVersion <value>] [--dryRun]
|
|
60
60
|
|
|
61
61
|
FLAGS
|
|
62
62
|
-g, --gameId=<value> The ID of the game
|
|
63
63
|
--download=<value> Download the build artifact to the specified file
|
|
64
64
|
--downloadAPK=<value> Download the APK artifact (if available) to the specified file
|
|
65
|
+
--dryRun Dry run - lists the files that would be shipped without executing the build or
|
|
66
|
+
publish steps
|
|
65
67
|
--follow Follow the job logs in real-time (requires --platform)
|
|
66
68
|
--gameEngineVersion=<value> Override the specified game engine version for this build
|
|
67
69
|
--platform=<option> The platform to ship the game to. This can be "android" or "ios"
|
|
@@ -89,4 +91,6 @@ EXAMPLES
|
|
|
89
91
|
$ shipthis game ship --platform ios --useDemoCredentials --download game.ipa
|
|
90
92
|
|
|
91
93
|
$ shipthis game ship --platform android --gameEngineVersion 4.5.1 --skipPublish
|
|
94
|
+
|
|
95
|
+
$ shipthis game ship --platform android --dryRun
|
|
92
96
|
```
|
package/docs/game/status.md
CHANGED
|
@@ -12,10 +12,12 @@ Shows the status of a specific game (generally in the currently directory).
|
|
|
12
12
|
|
|
13
13
|
```help
|
|
14
14
|
USAGE
|
|
15
|
-
$ shipthis game status [-g <value>]
|
|
15
|
+
$ shipthis game status [-g <value>] [-p android|ios]
|
|
16
16
|
|
|
17
17
|
FLAGS
|
|
18
|
-
-g, --gameId=<value>
|
|
18
|
+
-g, --gameId=<value> The ID of the game
|
|
19
|
+
-p, --platform=<option> The platform to check status for (ios, android)
|
|
20
|
+
<options: android|ios>
|
|
19
21
|
|
|
20
22
|
DESCRIPTION
|
|
21
23
|
Shows the status of the current game.
|
|
@@ -24,4 +26,6 @@ EXAMPLES
|
|
|
24
26
|
$ shipthis game status
|
|
25
27
|
|
|
26
28
|
$ shipthis game status --gameId 0c179fc4
|
|
29
|
+
|
|
30
|
+
$ shipthis game status --platform ios
|
|
27
31
|
```
|
package/docs/game/wizard.md
CHANGED
|
@@ -23,13 +23,10 @@ To do that please run the following command first:
|
|
|
23
23
|
|
|
24
24
|
```help
|
|
25
25
|
USAGE
|
|
26
|
-
$ shipthis game wizard PLATFORM
|
|
26
|
+
$ shipthis game wizard PLATFORM
|
|
27
27
|
|
|
28
28
|
ARGUMENTS
|
|
29
|
-
PLATFORM The platform to run the wizard for
|
|
30
|
-
|
|
31
|
-
FLAGS
|
|
32
|
-
-f, --forceStep=<value> Force a specific step to run.
|
|
29
|
+
PLATFORM (android|ios) The platform to run the wizard for. This can be "android" or "ios"
|
|
33
30
|
|
|
34
31
|
DESCRIPTION
|
|
35
32
|
Runs all the steps for the specific platform
|