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
|
@@ -2,9 +2,9 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as fs from 'node:fs';
|
|
3
3
|
import { Args, Flags } from '@oclif/core';
|
|
4
4
|
import { render } from 'ink';
|
|
5
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
5
|
+
import { a as getProjectCredentials } from '../../../../index-DGlnFPWY.js';
|
|
6
6
|
import 'axios';
|
|
7
|
-
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-
|
|
7
|
+
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-BBX7e4wG.js';
|
|
8
8
|
import 'luxon';
|
|
9
9
|
import 'node:crypto';
|
|
10
10
|
import 'node:path';
|
|
@@ -25,17 +25,17 @@ import 'string-length';
|
|
|
25
25
|
import 'strip-ansi';
|
|
26
26
|
import 'open';
|
|
27
27
|
import '@inkjs/ui';
|
|
28
|
-
import '../../../../baseGameCommand-
|
|
28
|
+
import '../../../../baseGameCommand-DDamAWma.js';
|
|
29
29
|
import 'marked';
|
|
30
30
|
import 'marked-terminal';
|
|
31
31
|
import 'qrcode';
|
|
32
32
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
33
33
|
import 'godot-export-presets';
|
|
34
|
-
import { C as Command } from '../../../../Command-
|
|
34
|
+
import { C as Command } from '../../../../Command-CKwGlf4L.js';
|
|
35
35
|
import 'chalk';
|
|
36
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
37
|
-
import { i as importCredential } from '../../../../import-
|
|
38
|
-
import '@expo/apple-utils
|
|
36
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DUH9kKXh.js';
|
|
37
|
+
import { i as importCredential } from '../../../../import-DaK7xzxS.js';
|
|
38
|
+
import '@expo/apple-utils';
|
|
39
39
|
import 'fs';
|
|
40
40
|
import 'path';
|
|
41
41
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Args, Flags } from '@oclif/core';
|
|
2
|
-
import { X as inviteServiceAccount } from '../../../../baseCommand-
|
|
2
|
+
import { X as inviteServiceAccount } from '../../../../baseCommand-BBX7e4wG.js';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'ink';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import {
|
|
6
|
+
import { n as fetchKeyTestResult, K as KeyTestStatus, p as KeyTestError, o as niceError, a as getInput } from '../../../../baseGameCommand-DDamAWma.js';
|
|
7
7
|
import 'react';
|
|
8
8
|
import 'luxon';
|
|
9
9
|
import 'string-length';
|
|
@@ -25,13 +25,13 @@ import 'marked-terminal';
|
|
|
25
25
|
import 'qrcode';
|
|
26
26
|
import 'godot-export-presets';
|
|
27
27
|
import 'chalk';
|
|
28
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
28
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DUH9kKXh.js';
|
|
29
29
|
import 'node:crypto';
|
|
30
30
|
import 'node:readline';
|
|
31
31
|
import 'node:url';
|
|
32
32
|
import 'readline-sync';
|
|
33
33
|
import 'isomorphic-git';
|
|
34
|
-
import '@expo/apple-utils
|
|
34
|
+
import '@expo/apple-utils';
|
|
35
35
|
import 'fs';
|
|
36
36
|
import 'path';
|
|
37
37
|
|
|
@@ -45,12 +45,12 @@ class GameAndroidApiKeyInvite extends BaseGameAndroidCommand {
|
|
|
45
45
|
...BaseGameAndroidCommand.flags,
|
|
46
46
|
prompt: Flags.boolean({ char: "p", description: "Prompt for the Google Play Account ID" }),
|
|
47
47
|
waitForAuth: Flags.boolean({ char: "w", description: "Wait for Google Authentication (10 mins)." }),
|
|
48
|
-
waitForGoogleApp: Flags.boolean({ char: "
|
|
48
|
+
waitForGoogleApp: Flags.boolean({ char: "a", description: "Waits for the Google Play app to be created." })
|
|
49
49
|
};
|
|
50
50
|
async run() {
|
|
51
51
|
const game = await this.getGame();
|
|
52
52
|
const { prompt, waitForAuth, waitForGoogleApp } = this.flags;
|
|
53
|
-
this.checkGoogleAuth(waitForAuth);
|
|
53
|
+
await this.checkGoogleAuth(waitForAuth);
|
|
54
54
|
const getAccountId = async () => {
|
|
55
55
|
if (!prompt) return this.args.accountId;
|
|
56
56
|
const entered = await getInput(`Please enter the Google Play Account ID: `);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { T as enforcePolicy, V as revokePolicy, R as getGoogleStatus } from '../../../../baseCommand-
|
|
2
|
+
import { T as enforcePolicy, V as revokePolicy, R as getGoogleStatus } from '../../../../baseCommand-BBX7e4wG.js';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'ink';
|
|
5
5
|
import 'ink-spinner';
|
|
@@ -24,12 +24,12 @@ import 'string-length';
|
|
|
24
24
|
import 'strip-ansi';
|
|
25
25
|
import 'open';
|
|
26
26
|
import '@inkjs/ui';
|
|
27
|
-
import { g as getRenderedMarkdown } from '../../../../baseGameCommand-
|
|
27
|
+
import { g as getRenderedMarkdown } from '../../../../baseGameCommand-DDamAWma.js';
|
|
28
28
|
import 'qrcode';
|
|
29
29
|
import 'godot-export-presets';
|
|
30
30
|
import 'chalk';
|
|
31
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
32
|
-
import '@expo/apple-utils
|
|
31
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DUH9kKXh.js';
|
|
32
|
+
import '@expo/apple-utils';
|
|
33
33
|
import 'fs';
|
|
34
34
|
import 'path';
|
|
35
35
|
import 'marked';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
4
|
+
import { a as getProjectCredentials } from '../../../../index-DGlnFPWY.js';
|
|
5
5
|
import 'node:fs';
|
|
6
6
|
import 'axios';
|
|
7
|
-
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-
|
|
7
|
+
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-BBX7e4wG.js';
|
|
8
8
|
import 'luxon';
|
|
9
9
|
import 'node:crypto';
|
|
10
10
|
import 'node:path';
|
|
@@ -21,26 +21,26 @@ import 'yazl';
|
|
|
21
21
|
import 'socket.io-client';
|
|
22
22
|
import 'fullscreen-ink';
|
|
23
23
|
import 'ink-spinner';
|
|
24
|
-
import { C as CredentialDetailsView } from '../../../../CredentialDetailsView-
|
|
24
|
+
import { C as CredentialDetailsView } from '../../../../CredentialDetailsView-DrAjwTB_.js';
|
|
25
25
|
import 'string-length';
|
|
26
26
|
import 'strip-ansi';
|
|
27
27
|
import 'open';
|
|
28
28
|
import '@inkjs/ui';
|
|
29
|
-
import '../../../../baseGameCommand-
|
|
29
|
+
import '../../../../baseGameCommand-DDamAWma.js';
|
|
30
30
|
import 'marked';
|
|
31
31
|
import 'marked-terminal';
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import 'godot-export-presets';
|
|
34
|
-
import { C as CommandGame } from '../../../../CommandGame-
|
|
34
|
+
import { C as CommandGame } from '../../../../CommandGame-DoUC7C_q.js';
|
|
35
35
|
import 'chalk';
|
|
36
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
37
|
-
import '@expo/apple-utils
|
|
36
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DUH9kKXh.js';
|
|
37
|
+
import '@expo/apple-utils';
|
|
38
38
|
import '../../../../Title-BCQtayg6.js';
|
|
39
39
|
import '../../../../TruncatedText-DhEXCrnE.js';
|
|
40
40
|
import 'fs';
|
|
41
41
|
import 'path';
|
|
42
|
-
import '../../../../ErrorBox-
|
|
43
|
-
import '../../../../Command-
|
|
42
|
+
import '../../../../ErrorBox-DDlTtBXo.js';
|
|
43
|
+
import '../../../../Command-CKwGlf4L.js';
|
|
44
44
|
|
|
45
45
|
class GameAndroidApiKeyShow extends BaseGameAndroidCommand {
|
|
46
46
|
static args = {
|
|
@@ -3,7 +3,7 @@ import { Flags } from '@oclif/core';
|
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'axios';
|
|
6
|
-
import { C as CredentialsType, P as Platform } from '../../../../baseCommand-
|
|
6
|
+
import { C as CredentialsType, P as Platform } from '../../../../baseCommand-BBX7e4wG.js';
|
|
7
7
|
import 'luxon';
|
|
8
8
|
import 'node:crypto';
|
|
9
9
|
import 'node:path';
|
|
@@ -13,7 +13,7 @@ import 'readline-sync';
|
|
|
13
13
|
import 'isomorphic-git';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'react';
|
|
16
|
-
import {
|
|
16
|
+
import { n as fetchKeyTestResult, o as niceError, K as KeyTestStatus } from '../../../../baseGameCommand-DDamAWma.js';
|
|
17
17
|
import 'uuid';
|
|
18
18
|
import 'fast-glob';
|
|
19
19
|
import 'stream';
|
|
@@ -25,20 +25,20 @@ import { T as Table } from '../../../../Table-FaNgpyeq.js';
|
|
|
25
25
|
import { T as Title } from '../../../../Title-BCQtayg6.js';
|
|
26
26
|
import 'string-length';
|
|
27
27
|
import 'strip-ansi';
|
|
28
|
-
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-
|
|
28
|
+
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-TTXHSq6Y.js';
|
|
29
29
|
import 'open';
|
|
30
30
|
import '@inkjs/ui';
|
|
31
31
|
import 'marked';
|
|
32
32
|
import 'marked-terminal';
|
|
33
33
|
import 'qrcode';
|
|
34
34
|
import 'godot-export-presets';
|
|
35
|
-
import { C as Command } from '../../../../Command-
|
|
35
|
+
import { C as Command } from '../../../../Command-CKwGlf4L.js';
|
|
36
36
|
import 'chalk';
|
|
37
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
38
|
-
import '@expo/apple-utils
|
|
37
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DUH9kKXh.js';
|
|
38
|
+
import '@expo/apple-utils';
|
|
39
39
|
import 'fs';
|
|
40
40
|
import 'path';
|
|
41
|
-
import '../../../../useProjectCredentials-
|
|
41
|
+
import '../../../../useProjectCredentials-CkjJTltI.js';
|
|
42
42
|
|
|
43
43
|
class GameAndroidApiKeyStatus extends BaseGameAndroidCommand {
|
|
44
44
|
static args = {};
|
|
@@ -3,7 +3,7 @@ import { Flags } from '@oclif/core';
|
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'axios';
|
|
6
|
-
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-
|
|
6
|
+
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-BBX7e4wG.js';
|
|
7
7
|
import 'luxon';
|
|
8
8
|
import 'node:crypto';
|
|
9
9
|
import 'node:path';
|
|
@@ -19,27 +19,27 @@ import 'stream';
|
|
|
19
19
|
import 'yazl';
|
|
20
20
|
import 'socket.io-client';
|
|
21
21
|
import 'fullscreen-ink';
|
|
22
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
22
|
+
import { a as getProjectCredentials } from '../../../../index-DGlnFPWY.js';
|
|
23
23
|
import 'ink-spinner';
|
|
24
24
|
import 'string-length';
|
|
25
25
|
import 'strip-ansi';
|
|
26
26
|
import 'open';
|
|
27
27
|
import '@inkjs/ui';
|
|
28
|
-
import '../../../../baseGameCommand-
|
|
28
|
+
import '../../../../baseGameCommand-DDamAWma.js';
|
|
29
29
|
import 'marked';
|
|
30
30
|
import 'marked-terminal';
|
|
31
31
|
import 'qrcode';
|
|
32
32
|
import 'godot-export-presets';
|
|
33
|
-
import { C as CreateKeystore } from '../../../../Create-
|
|
34
|
-
import { C as CommandGame } from '../../../../CommandGame-
|
|
33
|
+
import { C as CreateKeystore } from '../../../../Create-BMZPvZ4G.js';
|
|
34
|
+
import { C as CommandGame } from '../../../../CommandGame-DoUC7C_q.js';
|
|
35
35
|
import 'chalk';
|
|
36
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
37
|
-
import '@expo/apple-utils
|
|
36
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DUH9kKXh.js';
|
|
37
|
+
import '@expo/apple-utils';
|
|
38
38
|
import 'fs';
|
|
39
39
|
import 'path';
|
|
40
40
|
import '../../../../RunWithSpinner-DucRnFp6.js';
|
|
41
|
-
import '../../../../ErrorBox-
|
|
42
|
-
import '../../../../Command-
|
|
41
|
+
import '../../../../ErrorBox-DDlTtBXo.js';
|
|
42
|
+
import '../../../../Command-CKwGlf4L.js';
|
|
43
43
|
|
|
44
44
|
class GameAndroidKeyStoreCreate extends BaseGameAndroidCommand {
|
|
45
45
|
static args = {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
2
|
import 'node:fs';
|
|
3
3
|
import 'axios';
|
|
4
|
-
import { P as Platform, C as CredentialsType, g as getShortUUID } from '../../../../baseCommand-
|
|
4
|
+
import { P as Platform, C as CredentialsType, g as getShortUUID } from '../../../../baseCommand-BBX7e4wG.js';
|
|
5
5
|
import 'luxon';
|
|
6
|
-
import { g as getRenderedMarkdown, a as getInput } from '../../../../baseGameCommand-
|
|
7
|
-
import { a as getProjectCredentials, b as deleteProjectCredential } from '../../../../index-
|
|
6
|
+
import { g as getRenderedMarkdown, a as getInput } from '../../../../baseGameCommand-DDamAWma.js';
|
|
7
|
+
import { a as getProjectCredentials, b as deleteProjectCredential } from '../../../../index-DGlnFPWY.js';
|
|
8
8
|
import 'react/jsx-runtime';
|
|
9
9
|
import 'ink';
|
|
10
10
|
import 'ink-spinner';
|
|
@@ -24,13 +24,13 @@ import 'qrcode';
|
|
|
24
24
|
import 'godot-export-presets';
|
|
25
25
|
import 'node:path';
|
|
26
26
|
import 'chalk';
|
|
27
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
27
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DUH9kKXh.js';
|
|
28
28
|
import 'node:crypto';
|
|
29
29
|
import 'node:readline';
|
|
30
30
|
import 'node:url';
|
|
31
31
|
import 'readline-sync';
|
|
32
32
|
import 'isomorphic-git';
|
|
33
|
-
import '@expo/apple-utils
|
|
33
|
+
import '@expo/apple-utils';
|
|
34
34
|
import 'fs';
|
|
35
35
|
import 'path';
|
|
36
36
|
import 'marked';
|
|
@@ -2,9 +2,9 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as fs from 'node:fs';
|
|
3
3
|
import { Args, Flags } from '@oclif/core';
|
|
4
4
|
import { render } from 'ink';
|
|
5
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
5
|
+
import { a as getProjectCredentials } from '../../../../index-DGlnFPWY.js';
|
|
6
6
|
import 'axios';
|
|
7
|
-
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-
|
|
7
|
+
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-BBX7e4wG.js';
|
|
8
8
|
import 'luxon';
|
|
9
9
|
import 'node:crypto';
|
|
10
10
|
import 'node:path';
|
|
@@ -25,16 +25,16 @@ import 'string-length';
|
|
|
25
25
|
import 'strip-ansi';
|
|
26
26
|
import 'open';
|
|
27
27
|
import '@inkjs/ui';
|
|
28
|
-
import {
|
|
28
|
+
import { c as BaseGameCommand } from '../../../../baseGameCommand-DDamAWma.js';
|
|
29
29
|
import 'marked';
|
|
30
30
|
import 'marked-terminal';
|
|
31
31
|
import 'qrcode';
|
|
32
32
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
33
33
|
import 'godot-export-presets';
|
|
34
|
-
import { C as Command } from '../../../../Command-
|
|
34
|
+
import { C as Command } from '../../../../Command-CKwGlf4L.js';
|
|
35
35
|
import 'chalk';
|
|
36
|
-
import { e as exportCredential } from '../../../../export-
|
|
37
|
-
import '@expo/apple-utils
|
|
36
|
+
import { e as exportCredential } from '../../../../export-C_FknMUp.js';
|
|
37
|
+
import '@expo/apple-utils';
|
|
38
38
|
import 'fs';
|
|
39
39
|
import 'path';
|
|
40
40
|
|
|
@@ -2,9 +2,9 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as fs from 'node:fs';
|
|
3
3
|
import { Args, Flags } from '@oclif/core';
|
|
4
4
|
import { render } from 'ink';
|
|
5
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
5
|
+
import { a as getProjectCredentials } from '../../../../index-DGlnFPWY.js';
|
|
6
6
|
import 'axios';
|
|
7
|
-
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-
|
|
7
|
+
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-BBX7e4wG.js';
|
|
8
8
|
import 'luxon';
|
|
9
9
|
import 'node:crypto';
|
|
10
10
|
import 'node:path';
|
|
@@ -25,21 +25,21 @@ import 'string-length';
|
|
|
25
25
|
import 'strip-ansi';
|
|
26
26
|
import 'open';
|
|
27
27
|
import '@inkjs/ui';
|
|
28
|
-
import {
|
|
28
|
+
import { c as BaseGameCommand } from '../../../../baseGameCommand-DDamAWma.js';
|
|
29
29
|
import 'marked';
|
|
30
30
|
import 'marked-terminal';
|
|
31
31
|
import 'qrcode';
|
|
32
32
|
import 'godot-export-presets';
|
|
33
|
-
import { I as ImportKeystore } from '../../../../Import-
|
|
34
|
-
import { C as CommandGame } from '../../../../CommandGame-
|
|
33
|
+
import { I as ImportKeystore } from '../../../../Import-Cd6bNM3_.js';
|
|
34
|
+
import { C as CommandGame } from '../../../../CommandGame-DoUC7C_q.js';
|
|
35
35
|
import 'chalk';
|
|
36
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
37
|
-
import '@expo/apple-utils
|
|
36
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DUH9kKXh.js';
|
|
37
|
+
import '@expo/apple-utils';
|
|
38
38
|
import 'fs';
|
|
39
39
|
import 'path';
|
|
40
|
-
import '../../../../import-
|
|
41
|
-
import '../../../../ErrorBox-
|
|
42
|
-
import '../../../../Command-
|
|
40
|
+
import '../../../../import-DaK7xzxS.js';
|
|
41
|
+
import '../../../../ErrorBox-DDlTtBXo.js';
|
|
42
|
+
import '../../../../Command-CKwGlf4L.js';
|
|
43
43
|
|
|
44
44
|
class GameAndroidKeyStoreImport extends BaseGameCommand {
|
|
45
45
|
static args = {
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import 'node:fs';
|
|
4
4
|
import 'axios';
|
|
5
|
-
import { C as CredentialsType, P as Platform } from '../../../../baseCommand-
|
|
5
|
+
import { C as CredentialsType, P as Platform } from '../../../../baseCommand-BBX7e4wG.js';
|
|
6
6
|
import 'luxon';
|
|
7
7
|
import 'node:crypto';
|
|
8
8
|
import 'node:path';
|
|
@@ -22,18 +22,18 @@ import 'fullscreen-ink';
|
|
|
22
22
|
import 'ink-spinner';
|
|
23
23
|
import 'string-length';
|
|
24
24
|
import 'strip-ansi';
|
|
25
|
-
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-
|
|
25
|
+
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-TTXHSq6Y.js';
|
|
26
26
|
import 'open';
|
|
27
27
|
import '@inkjs/ui';
|
|
28
|
-
import {
|
|
28
|
+
import { c as BaseGameCommand } from '../../../../baseGameCommand-DDamAWma.js';
|
|
29
29
|
import 'marked';
|
|
30
30
|
import 'marked-terminal';
|
|
31
31
|
import 'qrcode';
|
|
32
32
|
import 'godot-export-presets';
|
|
33
|
-
import { C as Command } from '../../../../Command-
|
|
33
|
+
import { C as Command } from '../../../../Command-CKwGlf4L.js';
|
|
34
34
|
import 'chalk';
|
|
35
|
-
import '@expo/apple-utils
|
|
36
|
-
import '../../../../useProjectCredentials-
|
|
35
|
+
import '@expo/apple-utils';
|
|
36
|
+
import '../../../../useProjectCredentials-CkjJTltI.js';
|
|
37
37
|
import '../../../../Table-FaNgpyeq.js';
|
|
38
38
|
import '../../../../Title-BCQtayg6.js';
|
|
39
39
|
import 'fs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
2
|
import 'node:fs';
|
|
3
3
|
import 'axios';
|
|
4
|
-
import '../../../baseCommand-
|
|
4
|
+
import '../../../baseCommand-BBX7e4wG.js';
|
|
5
5
|
import 'luxon';
|
|
6
6
|
import 'node:crypto';
|
|
7
7
|
import 'node:path';
|
|
@@ -24,13 +24,13 @@ import 'string-length';
|
|
|
24
24
|
import 'strip-ansi';
|
|
25
25
|
import 'open';
|
|
26
26
|
import '@inkjs/ui';
|
|
27
|
-
import {
|
|
27
|
+
import { c as BaseGameCommand } from '../../../baseGameCommand-DDamAWma.js';
|
|
28
28
|
import 'marked';
|
|
29
29
|
import 'marked-terminal';
|
|
30
30
|
import 'qrcode';
|
|
31
31
|
import 'godot-export-presets';
|
|
32
32
|
import 'chalk';
|
|
33
|
-
import '@expo/apple-utils
|
|
33
|
+
import '@expo/apple-utils';
|
|
34
34
|
import 'fs';
|
|
35
35
|
import 'path';
|
|
36
36
|
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as fs from 'node:fs';
|
|
3
3
|
import { Args, Flags } from '@oclif/core';
|
|
4
4
|
import { render } from 'ink';
|
|
5
|
-
import { Q as downloadBuildById } from '../../../baseCommand-
|
|
5
|
+
import { Q as downloadBuildById } from '../../../baseCommand-BBX7e4wG.js';
|
|
6
6
|
import 'ink-spinner';
|
|
7
7
|
import 'node:crypto';
|
|
8
8
|
import 'node:path';
|
|
@@ -24,15 +24,15 @@ import 'string-length';
|
|
|
24
24
|
import 'strip-ansi';
|
|
25
25
|
import 'open';
|
|
26
26
|
import '@inkjs/ui';
|
|
27
|
-
import {
|
|
27
|
+
import { c as BaseGameCommand } from '../../../baseGameCommand-DDamAWma.js';
|
|
28
28
|
import 'marked';
|
|
29
29
|
import 'marked-terminal';
|
|
30
30
|
import 'qrcode';
|
|
31
31
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
|
|
32
32
|
import 'godot-export-presets';
|
|
33
|
-
import { C as Command } from '../../../Command-
|
|
33
|
+
import { C as Command } from '../../../Command-CKwGlf4L.js';
|
|
34
34
|
import 'chalk';
|
|
35
|
-
import '@expo/apple-utils
|
|
35
|
+
import '@expo/apple-utils';
|
|
36
36
|
import 'fs';
|
|
37
37
|
import 'path';
|
|
38
38
|
|
|
@@ -3,7 +3,7 @@ import { Flags } from '@oclif/core';
|
|
|
3
3
|
import { Box, Text, render } from 'ink';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'axios';
|
|
6
|
-
import '../../../baseCommand-
|
|
6
|
+
import '../../../baseCommand-BBX7e4wG.js';
|
|
7
7
|
import 'luxon';
|
|
8
8
|
import 'node:crypto';
|
|
9
9
|
import 'node:path';
|
|
@@ -20,7 +20,7 @@ import 'yazl';
|
|
|
20
20
|
import 'socket.io-client';
|
|
21
21
|
import 'fullscreen-ink';
|
|
22
22
|
import Spinner from 'ink-spinner';
|
|
23
|
-
import { u as useBuilds, r as getBuildSummary,
|
|
23
|
+
import { u as useBuilds, r as getBuildSummary, c as BaseGameCommand } from '../../../baseGameCommand-DDamAWma.js';
|
|
24
24
|
import { T as Table } from '../../../Table-FaNgpyeq.js';
|
|
25
25
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
26
26
|
import 'string-length';
|
|
@@ -31,13 +31,13 @@ import 'marked';
|
|
|
31
31
|
import 'marked-terminal';
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import 'godot-export-presets';
|
|
34
|
-
import { C as CommandGame } from '../../../CommandGame-
|
|
34
|
+
import { C as CommandGame } from '../../../CommandGame-DoUC7C_q.js';
|
|
35
35
|
import 'chalk';
|
|
36
|
-
import '@expo/apple-utils
|
|
36
|
+
import '@expo/apple-utils';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
39
|
-
import '../../../ErrorBox-
|
|
40
|
-
import '../../../Command-
|
|
39
|
+
import '../../../ErrorBox-DDlTtBXo.js';
|
|
40
|
+
import '../../../Command-CKwGlf4L.js';
|
|
41
41
|
|
|
42
42
|
const BuildsTable = ({ queryProps, ...boxProps }) => {
|
|
43
43
|
const { data, isLoading } = useBuilds(queryProps);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { D as DetailsFlags, l as isCWDGodotGame, v as GameEngine, w as getGodotVersion, x as createProject, y as DEFAULT_PLATFORM_GLOBS, z as getGodotProjectName } from '../../baseCommand-
|
|
3
|
-
import { B as BaseAuthenticatedCommand, a as getInput } from '../../baseGameCommand-
|
|
2
|
+
import { D as DetailsFlags, l as isCWDGodotGame, v as GameEngine, w as getGodotVersion, x as createProject, y as DEFAULT_PLATFORM_GLOBS, z as getGodotProjectName } from '../../baseCommand-BBX7e4wG.js';
|
|
3
|
+
import { B as BaseAuthenticatedCommand, a as getInput } from '../../baseGameCommand-DDamAWma.js';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'node:path';
|
|
6
6
|
import 'chalk';
|
|
@@ -12,7 +12,7 @@ import 'node:url';
|
|
|
12
12
|
import 'readline-sync';
|
|
13
13
|
import 'isomorphic-git';
|
|
14
14
|
import 'godot-export-presets';
|
|
15
|
-
import '@expo/apple-utils
|
|
15
|
+
import '@expo/apple-utils';
|
|
16
16
|
import '@tanstack/react-query';
|
|
17
17
|
import 'react';
|
|
18
18
|
import 'uuid';
|
|
@@ -3,9 +3,9 @@ import { Flags } from '@oclif/core';
|
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'axios';
|
|
6
|
-
import { D as DetailsFlags, v as GameEngine } from '../../baseCommand-
|
|
6
|
+
import { D as DetailsFlags, v as GameEngine } from '../../baseCommand-BBX7e4wG.js';
|
|
7
7
|
import 'luxon';
|
|
8
|
-
import {
|
|
8
|
+
import { c as BaseGameCommand, l as isValidSemVer } from '../../baseGameCommand-DDamAWma.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'react';
|
|
11
11
|
import 'string-length';
|
|
@@ -25,14 +25,14 @@ import 'marked';
|
|
|
25
25
|
import 'marked-terminal';
|
|
26
26
|
import 'qrcode';
|
|
27
27
|
import 'godot-export-presets';
|
|
28
|
-
import { C as Command } from '../../Command-
|
|
28
|
+
import { C as Command } from '../../Command-CKwGlf4L.js';
|
|
29
29
|
import 'chalk';
|
|
30
30
|
import 'node:crypto';
|
|
31
31
|
import 'node:readline';
|
|
32
32
|
import 'node:url';
|
|
33
33
|
import 'readline-sync';
|
|
34
34
|
import 'isomorphic-git';
|
|
35
|
-
import '@expo/apple-utils
|
|
35
|
+
import '@expo/apple-utils';
|
|
36
36
|
import 'fs';
|
|
37
37
|
import 'path';
|
|
38
38
|
import '../../Title-BCQtayg6.js';
|
|
@@ -84,7 +84,7 @@ class GameDetails extends BaseGameCommand {
|
|
|
84
84
|
...iosBundleId && { iosBundleId },
|
|
85
85
|
...liquidGlassIconPath !== void 0 && { liquidGlassIconPath },
|
|
86
86
|
...semanticVersion && { semanticVersion },
|
|
87
|
-
...useDemoCredentials !== void 0 && { useDemoCredentials: useDemoCredentials
|
|
87
|
+
...useDemoCredentials !== void 0 && { useDemoCredentials: useDemoCredentials === "true" }
|
|
88
88
|
},
|
|
89
89
|
name: name || game.name
|
|
90
90
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Args, Flags } from '@oclif/core';
|
|
2
|
-
import { l as isCWDGodotGame, m as getProject, y as DEFAULT_PLATFORM_GLOBS } from '../../baseCommand-
|
|
3
|
-
import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-
|
|
2
|
+
import { l as isCWDGodotGame, m as getProject, y as DEFAULT_PLATFORM_GLOBS } from '../../baseCommand-BBX7e4wG.js';
|
|
3
|
+
import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-DDamAWma.js';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'node:path';
|
|
6
6
|
import 'chalk';
|
|
@@ -21,7 +21,7 @@ import 'socket.io-client';
|
|
|
21
21
|
import 'fullscreen-ink';
|
|
22
22
|
import 'ink';
|
|
23
23
|
import 'godot-export-presets';
|
|
24
|
-
import '@expo/apple-utils
|
|
24
|
+
import '@expo/apple-utils';
|
|
25
25
|
import 'react/jsx-runtime';
|
|
26
26
|
import 'ink-spinner';
|
|
27
27
|
import 'string-length';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { k as BetaGroup } from '../../../../baseCommand-
|
|
4
|
+
import { k as BetaGroup } from '../../../../baseCommand-BBX7e4wG.js';
|
|
5
5
|
import 'node:fs';
|
|
6
6
|
import 'axios';
|
|
7
7
|
import 'luxon';
|
|
8
|
-
import {
|
|
8
|
+
import { c as BaseGameCommand, a as getInput } from '../../../../baseGameCommand-DDamAWma.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'react';
|
|
11
11
|
import 'string-length';
|
|
12
12
|
import 'strip-ansi';
|
|
13
13
|
import '@tanstack/react-query';
|
|
14
|
-
import { q as queryAppleApp } from '../../../../useAppleApp-
|
|
14
|
+
import { q as queryAppleApp } from '../../../../useAppleApp-DwcXThPv.js';
|
|
15
15
|
import 'uuid';
|
|
16
16
|
import 'fast-glob';
|
|
17
17
|
import 'stream';
|
|
@@ -26,14 +26,14 @@ import 'marked-terminal';
|
|
|
26
26
|
import 'qrcode';
|
|
27
27
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
28
28
|
import 'godot-export-presets';
|
|
29
|
-
import { C as Command } from '../../../../Command-
|
|
29
|
+
import { C as Command } from '../../../../Command-CKwGlf4L.js';
|
|
30
30
|
import 'chalk';
|
|
31
31
|
import 'node:crypto';
|
|
32
32
|
import 'node:readline';
|
|
33
33
|
import 'node:url';
|
|
34
34
|
import 'readline-sync';
|
|
35
35
|
import 'isomorphic-git';
|
|
36
|
-
import '@expo/apple-utils
|
|
36
|
+
import '@expo/apple-utils';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
39
39
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { e as getGodotAppleBundleIdentifier, f as BundleId, h as App } from '../../../../baseCommand-
|
|
4
|
+
import { e as getGodotAppleBundleIdentifier, f as BundleId, h as App } from '../../../../baseCommand-BBX7e4wG.js';
|
|
5
5
|
import 'node:fs';
|
|
6
6
|
import 'axios';
|
|
7
7
|
import 'luxon';
|
|
8
|
-
import {
|
|
8
|
+
import { c as BaseGameCommand, a as getInput, d as generatePackageName } from '../../../../baseGameCommand-DDamAWma.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'react';
|
|
11
11
|
import 'string-length';
|
|
@@ -25,14 +25,14 @@ import 'marked-terminal';
|
|
|
25
25
|
import 'qrcode';
|
|
26
26
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
27
27
|
import 'godot-export-presets';
|
|
28
|
-
import { C as Command } from '../../../../Command-
|
|
28
|
+
import { C as Command } from '../../../../Command-CKwGlf4L.js';
|
|
29
29
|
import 'chalk';
|
|
30
30
|
import 'node:crypto';
|
|
31
31
|
import 'node:readline';
|
|
32
32
|
import 'node:url';
|
|
33
33
|
import 'readline-sync';
|
|
34
34
|
import 'isomorphic-git';
|
|
35
|
-
import '@expo/apple-utils
|
|
35
|
+
import '@expo/apple-utils';
|
|
36
36
|
import 'fs';
|
|
37
37
|
import 'path';
|
|
38
38
|
|