shipthis 0.1.42 → 0.1.44
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 +20 -7
- package/dist/{AppleBundleIdDetails-jDq3gYbk.js → AppleBundleIdDetails-DSTNVuCE.js} +7 -7
- package/dist/{Command-cVo97lkQ.js → Command-CUAYljjP.js} +5 -5
- package/dist/{CommandGame-BwudtYCO.js → CommandGame-DpCdhjIa.js} +2 -2
- package/dist/{Create-By4NsPEI.js → Create-CrvCt5uP.js} +4 -3
- package/dist/{GameStatus-C59zQE1H.js → GameStatus-4GPzUgCD.js} +3 -3
- package/dist/{Import-DTcVM-T-.js → Import-BXH6fSxe.js} +6 -6
- package/dist/{JobLogTail-BzisGkY8.js → JobLogTail-CNw7TQdK.js} +6 -6
- package/dist/{JobProgress-DAnhaTho.js → JobProgress-BbklmvdG.js} +140 -26
- package/dist/{JobStatusTable-BYEi8dtD.js → JobStatusTable-L4wAk8Ns.js} +4 -6
- package/dist/{ProjectCredentialsTable-NZf3V39z.js → ProjectCredentialsTable-BfMmJ7AU.js} +5 -5
- package/dist/{UserCredentialsTable-Dp884nYO.js → UserCredentialsTable-081xdlb9.js} +5 -5
- package/dist/{baseAppleCommand-DewNWX3L.js → baseAppleCommand-DDQU5PTs.js} +1 -1
- package/dist/{baseCommand-CscxrTMI.js → baseCommand-CdsX3LS8.js} +7 -18
- package/dist/{baseGameAndroidCommand-CEcDz5P2.js → baseGameAndroidCommand-CAQVvU3i.js} +2 -2
- package/dist/{baseGameCommand-BKvHM3h_.js → baseGameCommand-CCyAhN-V.js} +4 -4
- package/dist/commands/apiKey/create.js +5 -5
- package/dist/commands/apiKey/list.js +5 -5
- package/dist/commands/apiKey/revoke.js +5 -5
- package/dist/commands/apple/apiKey/create.js +9 -9
- package/dist/commands/apple/apiKey/delete.js +7 -7
- package/dist/commands/apple/apiKey/export.js +8 -8
- package/dist/commands/apple/apiKey/import.js +8 -8
- package/dist/commands/apple/apiKey/status.js +7 -7
- package/dist/commands/apple/certificate/create.js +9 -9
- package/dist/commands/apple/certificate/delete.js +7 -7
- package/dist/commands/apple/certificate/export.js +8 -8
- package/dist/commands/apple/certificate/import.js +8 -8
- package/dist/commands/apple/certificate/status.js +7 -7
- package/dist/commands/apple/login.js +5 -5
- package/dist/commands/apple/status.js +6 -6
- package/dist/commands/dashboard.js +4 -4
- 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 +7 -7
- package/dist/commands/game/android/apiKey/export.js +9 -9
- package/dist/commands/game/android/apiKey/import.js +9 -9
- package/dist/commands/game/android/apiKey/invite.js +5 -5
- package/dist/commands/game/android/apiKey/policy.js +5 -5
- package/dist/commands/game/android/apiKey/status.js +9 -9
- package/dist/commands/game/android/keyStore/create.js +10 -10
- package/dist/commands/game/android/keyStore/delete.js +7 -7
- package/dist/commands/game/android/keyStore/export.js +8 -8
- package/dist/commands/game/android/keyStore/import.js +11 -11
- package/dist/commands/game/android/keyStore/status.js +8 -8
- package/dist/commands/game/android/status.js +5 -5
- package/dist/commands/game/build/download.js +5 -5
- package/dist/commands/game/build/list.js +7 -7
- package/dist/commands/game/create.js +5 -5
- package/dist/commands/game/details.js +6 -6
- package/dist/commands/game/export.js +4 -4
- package/dist/commands/game/ios/app/addTester.js +7 -7
- package/dist/commands/game/ios/app/create.js +6 -6
- package/dist/commands/game/ios/app/status.js +9 -9
- package/dist/commands/game/ios/app/sync.js +7 -7
- package/dist/commands/game/ios/profile/create.js +9 -9
- package/dist/commands/game/ios/profile/delete.js +7 -7
- package/dist/commands/game/ios/profile/export.js +8 -8
- package/dist/commands/game/ios/profile/import.js +8 -8
- package/dist/commands/game/ios/profile/status.js +9 -9
- package/dist/commands/game/ios/status.js +11 -11
- package/dist/commands/game/ios/wizard.js +5 -5
- package/dist/commands/game/job/list.js +5 -5
- package/dist/commands/game/job/status.js +8 -8
- package/dist/commands/game/list.js +5 -5
- package/dist/commands/game/ship.js +10 -10
- package/dist/commands/game/status.js +8 -8
- package/dist/commands/game/wizard.js +17 -17
- package/dist/commands/internal/fastlane.js +5 -5
- package/dist/commands/internal/readme.js +6 -5
- package/dist/commands/login.js +4 -4
- package/dist/commands/status.js +6 -6
- package/dist/commands/util/android-build-method.js +5 -5
- package/dist/commands/util/glass.js +4 -4
- package/dist/{export-DBQHSKU-.js → export-4rGFZrzT.js} +1 -1
- package/dist/{import-Bk4w8kks.js → import-C9i4RAW6.js} +1 -1
- package/dist/{index-WrVwh6le.js → index-B-7dXz3a.js} +7 -7
- package/dist/{index-zdIBXHs2.js → index-CQKTbsum.js} +7 -7
- package/dist/{index-qOGviaGc.js → index-DBy7ImFs.js} +1 -1
- package/dist/{upload-CeRPHRCP.js → upload-DWm3upu4.js} +1 -1
- package/dist/{useAppleApp-DgZH0CBS.js → useAppleApp-B0I5eZYx.js} +1 -1
- package/dist/{useAppleBundleId-CA7Pg4Hi.js → useAppleBundleId-D4Uk-B7k.js} +1 -1
- package/dist/{useAppleProfiles-CUBTPbcC.js → useAppleProfiles-YAcyvQa0.js} +4 -4
- package/dist/{useGoogleStatus-DpPwKmw_.js → useGoogleStatus-CMZyzdD6.js} +2 -2
- package/dist/{useProjectCredentials-rQLm2O1J.js → useProjectCredentials-8rTRb2Y7.js} +2 -2
- package/dist/{useWebSocket-PU55rRGt.js → useWebSocket-CFc1M_mq.js} +1 -1
- package/docs/README.md +1 -0
- package/docs/autocomplete.md +64 -0
- package/npm-shrinkwrap.json +279 -375
- package/oclif.manifest.json +1 -1
- package/package.json +21 -8
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
|
-
import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-
|
|
3
|
+
import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-CCyAhN-V.js';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'node:path';
|
|
6
6
|
import 'chalk';
|
|
7
7
|
import '@oclif/core';
|
|
8
8
|
import 'axios';
|
|
9
|
-
import '
|
|
10
|
-
import 'uuid';
|
|
11
|
-
import '../../baseCommand-CscxrTMI.js';
|
|
9
|
+
import '../../baseCommand-CdsX3LS8.js';
|
|
12
10
|
import 'luxon';
|
|
13
11
|
import 'node:crypto';
|
|
14
12
|
import 'node:readline';
|
|
@@ -18,9 +16,11 @@ import 'isomorphic-git';
|
|
|
18
16
|
import '@tanstack/react-query';
|
|
19
17
|
import 'react';
|
|
20
18
|
import 'fast-glob';
|
|
21
|
-
import '
|
|
19
|
+
import 'uuid';
|
|
22
20
|
import 'socket.io-client';
|
|
23
21
|
import 'fullscreen-ink';
|
|
22
|
+
import 'stream';
|
|
23
|
+
import 'yazl';
|
|
24
24
|
import 'ink-spinner';
|
|
25
25
|
import 'string-length';
|
|
26
26
|
import 'strip-ansi';
|
|
@@ -32,7 +32,7 @@ import 'marked-terminal';
|
|
|
32
32
|
import { N as NextSteps } from '../../NextSteps-DbJHmscQ.js';
|
|
33
33
|
import 'qrcode';
|
|
34
34
|
import 'godot-export-presets';
|
|
35
|
-
import { C as Command } from '../../Command-
|
|
35
|
+
import { C as Command } from '../../Command-CUAYljjP.js';
|
|
36
36
|
import 'fs';
|
|
37
37
|
import 'path';
|
|
38
38
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import open from 'open';
|
|
2
|
-
import { _ as getSingleUseUrl } from '../baseCommand-
|
|
3
|
-
import { B as BaseAuthenticatedCommand } from '../baseGameCommand-
|
|
2
|
+
import { _ as getSingleUseUrl } from '../baseCommand-CdsX3LS8.js';
|
|
3
|
+
import { B as BaseAuthenticatedCommand } from '../baseGameCommand-CCyAhN-V.js';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'node:path';
|
|
6
6
|
import 'chalk';
|
|
@@ -16,11 +16,11 @@ import '@tanstack/react-query';
|
|
|
16
16
|
import 'react';
|
|
17
17
|
import 'fast-glob';
|
|
18
18
|
import 'uuid';
|
|
19
|
-
import 'yazl';
|
|
20
19
|
import 'socket.io-client';
|
|
21
20
|
import 'fullscreen-ink';
|
|
22
21
|
import 'ink';
|
|
23
|
-
import '
|
|
22
|
+
import 'stream';
|
|
23
|
+
import 'yazl';
|
|
24
24
|
import '@expo/apple-utils/build/index.js';
|
|
25
25
|
import 'godot-export-presets';
|
|
26
26
|
import 'react/jsx-runtime';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { O as getGoogleStatus, V as disconnectGoogle } from '../../../../baseCommand-
|
|
4
|
+
import { O as getGoogleStatus, V as disconnectGoogle } from '../../../../baseCommand-CdsX3LS8.js';
|
|
5
5
|
import 'node:fs';
|
|
6
6
|
import 'node:path';
|
|
7
7
|
import 'chalk';
|
|
@@ -16,29 +16,29 @@ import '@tanstack/react-query';
|
|
|
16
16
|
import 'react';
|
|
17
17
|
import 'fast-glob';
|
|
18
18
|
import 'uuid';
|
|
19
|
-
import 'yazl';
|
|
20
19
|
import 'socket.io-client';
|
|
21
20
|
import 'fullscreen-ink';
|
|
21
|
+
import 'stream';
|
|
22
|
+
import 'yazl';
|
|
22
23
|
import 'ink-spinner';
|
|
23
24
|
import 'string-length';
|
|
24
25
|
import 'strip-ansi';
|
|
25
26
|
import 'open';
|
|
26
|
-
import { C as ConnectGoogle } from '../../../../index-
|
|
27
|
-
import '../../../../baseGameCommand-
|
|
27
|
+
import { C as ConnectGoogle } from '../../../../index-CQKTbsum.js';
|
|
28
|
+
import '../../../../baseGameCommand-CCyAhN-V.js';
|
|
28
29
|
import '@inkjs/ui';
|
|
29
30
|
import 'godot-export-presets';
|
|
30
31
|
import 'marked';
|
|
31
32
|
import 'marked-terminal';
|
|
32
33
|
import 'qrcode';
|
|
33
|
-
import { C as CommandGame } from '../../../../CommandGame-
|
|
34
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
35
|
-
import 'crypto-js';
|
|
34
|
+
import { C as CommandGame } from '../../../../CommandGame-DpCdhjIa.js';
|
|
35
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-CAQVvU3i.js';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
37
|
-
import '../../../../useGoogleStatus-
|
|
38
|
-
import '../../../../useWebSocket-
|
|
37
|
+
import '../../../../useGoogleStatus-CMZyzdD6.js';
|
|
38
|
+
import '../../../../useWebSocket-CFc1M_mq.js';
|
|
39
39
|
import 'fs';
|
|
40
40
|
import 'path';
|
|
41
|
-
import '../../../../Command-
|
|
41
|
+
import '../../../../Command-CUAYljjP.js';
|
|
42
42
|
|
|
43
43
|
class GameAndroidApiKeyConnect extends BaseGameAndroidCommand {
|
|
44
44
|
static args = {};
|
|
@@ -3,11 +3,9 @@ import { Flags } from '@oclif/core';
|
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'axios';
|
|
6
|
-
import '
|
|
7
|
-
import 'uuid';
|
|
8
|
-
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-CscxrTMI.js';
|
|
6
|
+
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-CdsX3LS8.js';
|
|
9
7
|
import 'luxon';
|
|
10
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
8
|
+
import { a as getProjectCredentials } from '../../../../index-DBy7ImFs.js';
|
|
11
9
|
import 'node:path';
|
|
12
10
|
import 'chalk';
|
|
13
11
|
import 'node:crypto';
|
|
@@ -18,30 +16,32 @@ import 'isomorphic-git';
|
|
|
18
16
|
import '@tanstack/react-query';
|
|
19
17
|
import 'react';
|
|
20
18
|
import 'fast-glob';
|
|
21
|
-
import '
|
|
19
|
+
import 'uuid';
|
|
22
20
|
import 'socket.io-client';
|
|
23
21
|
import 'fullscreen-ink';
|
|
22
|
+
import 'stream';
|
|
23
|
+
import 'yazl';
|
|
24
24
|
import 'ink-spinner';
|
|
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-CCyAhN-V.js';
|
|
30
30
|
import 'marked';
|
|
31
31
|
import 'marked-terminal';
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import 'godot-export-presets';
|
|
34
|
-
import { C as CreateServiceAccountKey } from '../../../../index-
|
|
35
|
-
import { C as CommandGame } from '../../../../CommandGame-
|
|
36
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
34
|
+
import { C as CreateServiceAccountKey } from '../../../../index-B-7dXz3a.js';
|
|
35
|
+
import { C as CommandGame } from '../../../../CommandGame-DpCdhjIa.js';
|
|
36
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-CAQVvU3i.js';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
38
38
|
import 'fs';
|
|
39
39
|
import 'path';
|
|
40
|
-
import '../../../../useWebSocket-
|
|
41
|
-
import '../../../../useProjectCredentials-
|
|
42
|
-
import '../../../../useGoogleStatus-
|
|
40
|
+
import '../../../../useWebSocket-CFc1M_mq.js';
|
|
41
|
+
import '../../../../useProjectCredentials-8rTRb2Y7.js';
|
|
42
|
+
import '../../../../useGoogleStatus-CMZyzdD6.js';
|
|
43
43
|
import '../../../../ProgressSpinner-Um6ARKlk.js';
|
|
44
|
-
import '../../../../Command-
|
|
44
|
+
import '../../../../Command-CUAYljjP.js';
|
|
45
45
|
|
|
46
46
|
class GameAndroidApiKeyCreate extends BaseGameAndroidCommand {
|
|
47
47
|
static args = {};
|
|
@@ -1,21 +1,19 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
2
|
import 'node:fs';
|
|
3
3
|
import 'axios';
|
|
4
|
-
import '
|
|
5
|
-
import 'uuid';
|
|
6
|
-
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-CscxrTMI.js';
|
|
4
|
+
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-CdsX3LS8.js';
|
|
7
5
|
import 'luxon';
|
|
8
|
-
import { a as getProjectCredentials, b as deleteProjectCredential } from '../../../../index-
|
|
6
|
+
import { a as getProjectCredentials, b as deleteProjectCredential } from '../../../../index-DBy7ImFs.js';
|
|
9
7
|
import 'node:path';
|
|
10
8
|
import 'chalk';
|
|
11
|
-
import { g as getShortUUID, a as getRenderedMarkdown, b as getInput } from '../../../../baseGameCommand-
|
|
9
|
+
import { g as getShortUUID, a as getRenderedMarkdown, b as getInput } from '../../../../baseGameCommand-CCyAhN-V.js';
|
|
12
10
|
import 'react/jsx-runtime';
|
|
13
11
|
import 'ink';
|
|
14
12
|
import 'ink-spinner';
|
|
15
13
|
import 'react';
|
|
16
14
|
import '@tanstack/react-query';
|
|
17
15
|
import 'fast-glob';
|
|
18
|
-
import '
|
|
16
|
+
import 'uuid';
|
|
19
17
|
import 'socket.io-client';
|
|
20
18
|
import 'fullscreen-ink';
|
|
21
19
|
import 'string-length';
|
|
@@ -24,13 +22,15 @@ import 'open';
|
|
|
24
22
|
import '@inkjs/ui';
|
|
25
23
|
import 'qrcode';
|
|
26
24
|
import 'godot-export-presets';
|
|
27
|
-
import
|
|
25
|
+
import 'yazl';
|
|
26
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-CAQVvU3i.js';
|
|
28
27
|
import '@expo/apple-utils/build/index.js';
|
|
29
28
|
import 'node:crypto';
|
|
30
29
|
import 'node:readline';
|
|
31
30
|
import 'node:url';
|
|
32
31
|
import 'readline-sync';
|
|
33
32
|
import 'isomorphic-git';
|
|
33
|
+
import 'stream';
|
|
34
34
|
import 'fs';
|
|
35
35
|
import 'path';
|
|
36
36
|
import 'marked';
|
|
@@ -2,11 +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-DBy7ImFs.js';
|
|
6
6
|
import 'axios';
|
|
7
|
-
import '
|
|
8
|
-
import 'uuid';
|
|
9
|
-
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-CscxrTMI.js';
|
|
7
|
+
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-CdsX3LS8.js';
|
|
10
8
|
import 'luxon';
|
|
11
9
|
import 'node:path';
|
|
12
10
|
import 'chalk';
|
|
@@ -18,23 +16,25 @@ import 'isomorphic-git';
|
|
|
18
16
|
import '@tanstack/react-query';
|
|
19
17
|
import 'react';
|
|
20
18
|
import 'fast-glob';
|
|
21
|
-
import '
|
|
19
|
+
import 'uuid';
|
|
22
20
|
import 'socket.io-client';
|
|
23
21
|
import 'fullscreen-ink';
|
|
22
|
+
import 'stream';
|
|
23
|
+
import 'yazl';
|
|
24
24
|
import 'ink-spinner';
|
|
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-CCyAhN-V.js';
|
|
30
30
|
import 'marked';
|
|
31
31
|
import 'marked-terminal';
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
34
34
|
import 'godot-export-presets';
|
|
35
|
-
import { C as Command } from '../../../../Command-
|
|
36
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
37
|
-
import { e as exportCredential } from '../../../../export-
|
|
35
|
+
import { C as Command } from '../../../../Command-CUAYljjP.js';
|
|
36
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-CAQVvU3i.js';
|
|
37
|
+
import { e as exportCredential } from '../../../../export-4rGFZrzT.js';
|
|
38
38
|
import '@expo/apple-utils/build/index.js';
|
|
39
39
|
import 'fs';
|
|
40
40
|
import 'path';
|
|
@@ -2,11 +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-DBy7ImFs.js';
|
|
6
6
|
import 'axios';
|
|
7
|
-
import '
|
|
8
|
-
import 'uuid';
|
|
9
|
-
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-CscxrTMI.js';
|
|
7
|
+
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-CdsX3LS8.js';
|
|
10
8
|
import 'luxon';
|
|
11
9
|
import 'node:path';
|
|
12
10
|
import 'chalk';
|
|
@@ -18,23 +16,25 @@ import 'isomorphic-git';
|
|
|
18
16
|
import '@tanstack/react-query';
|
|
19
17
|
import 'react';
|
|
20
18
|
import 'fast-glob';
|
|
21
|
-
import '
|
|
19
|
+
import 'uuid';
|
|
22
20
|
import 'socket.io-client';
|
|
23
21
|
import 'fullscreen-ink';
|
|
22
|
+
import 'stream';
|
|
23
|
+
import 'yazl';
|
|
24
24
|
import 'ink-spinner';
|
|
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-CCyAhN-V.js';
|
|
30
30
|
import 'marked';
|
|
31
31
|
import 'marked-terminal';
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
34
34
|
import 'godot-export-presets';
|
|
35
|
-
import { C as Command } from '../../../../Command-
|
|
36
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
37
|
-
import { i as importCredential } from '../../../../import-
|
|
35
|
+
import { C as Command } from '../../../../Command-CUAYljjP.js';
|
|
36
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-CAQVvU3i.js';
|
|
37
|
+
import { i as importCredential } from '../../../../import-C9i4RAW6.js';
|
|
38
38
|
import '@expo/apple-utils/build/index.js';
|
|
39
39
|
import 'fs';
|
|
40
40
|
import 'path';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Args, Flags } from '@oclif/core';
|
|
2
|
-
import { T as inviteServiceAccount } from '../../../../baseCommand-
|
|
2
|
+
import { T as inviteServiceAccount } from '../../../../baseCommand-CdsX3LS8.js';
|
|
3
3
|
import 'node:fs';
|
|
4
4
|
import 'node:path';
|
|
5
5
|
import 'chalk';
|
|
6
|
-
import { n as fetchKeyTestResult, K as KeyTestStatus, p as KeyTestError, o as niceError, b as getInput } from '../../../../baseGameCommand-
|
|
6
|
+
import { n as fetchKeyTestResult, K as KeyTestStatus, p as KeyTestError, o as niceError, b as getInput } from '../../../../baseGameCommand-CCyAhN-V.js';
|
|
7
7
|
import 'react/jsx-runtime';
|
|
8
8
|
import 'ink';
|
|
9
9
|
import 'ink-spinner';
|
|
@@ -13,7 +13,6 @@ import 'axios';
|
|
|
13
13
|
import 'luxon';
|
|
14
14
|
import 'fast-glob';
|
|
15
15
|
import 'uuid';
|
|
16
|
-
import 'yazl';
|
|
17
16
|
import 'socket.io-client';
|
|
18
17
|
import 'fullscreen-ink';
|
|
19
18
|
import 'string-length';
|
|
@@ -24,14 +23,15 @@ import 'marked';
|
|
|
24
23
|
import 'marked-terminal';
|
|
25
24
|
import 'qrcode';
|
|
26
25
|
import 'godot-export-presets';
|
|
27
|
-
import
|
|
28
|
-
import '
|
|
26
|
+
import 'yazl';
|
|
27
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-CAQVvU3i.js';
|
|
29
28
|
import '@expo/apple-utils/build/index.js';
|
|
30
29
|
import 'node:crypto';
|
|
31
30
|
import 'node:readline';
|
|
32
31
|
import 'node:url';
|
|
33
32
|
import 'readline-sync';
|
|
34
33
|
import 'isomorphic-git';
|
|
34
|
+
import 'stream';
|
|
35
35
|
import 'fs';
|
|
36
36
|
import 'path';
|
|
37
37
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { R as enforcePolicy, S as revokePolicy, O as getGoogleStatus } from '../../../../baseCommand-
|
|
2
|
+
import { R as enforcePolicy, S as revokePolicy, O as getGoogleStatus } from '../../../../baseCommand-CdsX3LS8.js';
|
|
3
3
|
import 'node:fs';
|
|
4
4
|
import 'node:path';
|
|
5
5
|
import 'chalk';
|
|
@@ -14,21 +14,21 @@ import '@tanstack/react-query';
|
|
|
14
14
|
import 'react';
|
|
15
15
|
import 'fast-glob';
|
|
16
16
|
import 'uuid';
|
|
17
|
-
import 'yazl';
|
|
18
17
|
import 'socket.io-client';
|
|
19
18
|
import 'fullscreen-ink';
|
|
20
19
|
import 'ink';
|
|
20
|
+
import 'stream';
|
|
21
|
+
import 'yazl';
|
|
21
22
|
import 'react/jsx-runtime';
|
|
22
23
|
import 'ink-spinner';
|
|
23
24
|
import 'string-length';
|
|
24
25
|
import 'strip-ansi';
|
|
25
26
|
import 'open';
|
|
26
27
|
import '@inkjs/ui';
|
|
27
|
-
import { a as getRenderedMarkdown } from '../../../../baseGameCommand-
|
|
28
|
+
import { a as getRenderedMarkdown } from '../../../../baseGameCommand-CCyAhN-V.js';
|
|
28
29
|
import 'qrcode';
|
|
29
30
|
import 'godot-export-presets';
|
|
30
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
31
|
-
import 'crypto-js';
|
|
31
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-CAQVvU3i.js';
|
|
32
32
|
import '@expo/apple-utils/build/index.js';
|
|
33
33
|
import 'fs';
|
|
34
34
|
import 'path';
|
|
@@ -3,9 +3,7 @@ import { Flags } from '@oclif/core';
|
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'axios';
|
|
6
|
-
import '
|
|
7
|
-
import 'uuid';
|
|
8
|
-
import { C as CredentialsType, P as Platform } from '../../../../baseCommand-CscxrTMI.js';
|
|
6
|
+
import { C as CredentialsType, P as Platform } from '../../../../baseCommand-CdsX3LS8.js';
|
|
9
7
|
import 'luxon';
|
|
10
8
|
import 'node:path';
|
|
11
9
|
import 'chalk';
|
|
@@ -16,29 +14,31 @@ import 'readline-sync';
|
|
|
16
14
|
import 'isomorphic-git';
|
|
17
15
|
import '@tanstack/react-query';
|
|
18
16
|
import 'react';
|
|
19
|
-
import { n as fetchKeyTestResult, o as niceError, K as KeyTestStatus } from '../../../../baseGameCommand-
|
|
17
|
+
import { n as fetchKeyTestResult, o as niceError, K as KeyTestStatus } from '../../../../baseGameCommand-CCyAhN-V.js';
|
|
20
18
|
import 'fast-glob';
|
|
21
|
-
import '
|
|
19
|
+
import 'uuid';
|
|
22
20
|
import 'socket.io-client';
|
|
23
21
|
import 'fullscreen-ink';
|
|
22
|
+
import 'stream';
|
|
23
|
+
import 'yazl';
|
|
24
24
|
import 'ink-spinner';
|
|
25
25
|
import { T as Table } from '../../../../Table-FaNgpyeq.js';
|
|
26
26
|
import { T as Title } from '../../../../Title-BCQtayg6.js';
|
|
27
27
|
import 'string-length';
|
|
28
28
|
import 'strip-ansi';
|
|
29
|
-
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-
|
|
29
|
+
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-BfMmJ7AU.js';
|
|
30
30
|
import 'open';
|
|
31
31
|
import '@inkjs/ui';
|
|
32
32
|
import 'marked';
|
|
33
33
|
import 'marked-terminal';
|
|
34
34
|
import 'qrcode';
|
|
35
35
|
import 'godot-export-presets';
|
|
36
|
-
import { C as Command } from '../../../../Command-
|
|
37
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
36
|
+
import { C as Command } from '../../../../Command-CUAYljjP.js';
|
|
37
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-CAQVvU3i.js';
|
|
38
38
|
import '@expo/apple-utils/build/index.js';
|
|
39
39
|
import 'fs';
|
|
40
40
|
import 'path';
|
|
41
|
-
import '../../../../useProjectCredentials-
|
|
41
|
+
import '../../../../useProjectCredentials-8rTRb2Y7.js';
|
|
42
42
|
|
|
43
43
|
class GameAndroidApiKeyStatus extends BaseGameAndroidCommand {
|
|
44
44
|
static args = {};
|
|
@@ -3,11 +3,9 @@ import { Flags } from '@oclif/core';
|
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'axios';
|
|
6
|
-
import '
|
|
7
|
-
import 'uuid';
|
|
8
|
-
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-CscxrTMI.js';
|
|
6
|
+
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-CdsX3LS8.js';
|
|
9
7
|
import 'luxon';
|
|
10
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
8
|
+
import { a as getProjectCredentials } from '../../../../index-DBy7ImFs.js';
|
|
11
9
|
import 'node:path';
|
|
12
10
|
import 'chalk';
|
|
13
11
|
import 'node:crypto';
|
|
@@ -18,27 +16,29 @@ import 'isomorphic-git';
|
|
|
18
16
|
import '@tanstack/react-query';
|
|
19
17
|
import 'react';
|
|
20
18
|
import 'fast-glob';
|
|
21
|
-
import '
|
|
19
|
+
import 'uuid';
|
|
22
20
|
import 'socket.io-client';
|
|
23
21
|
import 'fullscreen-ink';
|
|
22
|
+
import 'stream';
|
|
23
|
+
import 'yazl';
|
|
24
24
|
import 'ink-spinner';
|
|
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-CCyAhN-V.js';
|
|
30
30
|
import 'marked';
|
|
31
31
|
import 'marked-terminal';
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import 'godot-export-presets';
|
|
34
|
-
import { C as CreateKeystore } from '../../../../Create-
|
|
35
|
-
import { C as CommandGame } from '../../../../CommandGame-
|
|
36
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
34
|
+
import { C as CreateKeystore } from '../../../../Create-CrvCt5uP.js';
|
|
35
|
+
import { C as CommandGame } from '../../../../CommandGame-DpCdhjIa.js';
|
|
36
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-CAQVvU3i.js';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
38
38
|
import 'fs';
|
|
39
39
|
import 'path';
|
|
40
40
|
import '../../../../RunWithSpinner-DucRnFp6.js';
|
|
41
|
-
import '../../../../Command-
|
|
41
|
+
import '../../../../Command-CUAYljjP.js';
|
|
42
42
|
|
|
43
43
|
class GameAndroidKeyStoreCreate extends BaseGameAndroidCommand {
|
|
44
44
|
static args = {};
|
|
@@ -1,21 +1,19 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-
|
|
2
|
+
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-CdsX3LS8.js';
|
|
3
3
|
import 'node:fs';
|
|
4
4
|
import 'axios';
|
|
5
|
-
import 'crypto-js';
|
|
6
|
-
import 'uuid';
|
|
7
5
|
import 'luxon';
|
|
8
|
-
import { a as getProjectCredentials, b as deleteProjectCredential } from '../../../../index-
|
|
6
|
+
import { a as getProjectCredentials, b as deleteProjectCredential } from '../../../../index-DBy7ImFs.js';
|
|
9
7
|
import 'node:path';
|
|
10
8
|
import 'chalk';
|
|
11
|
-
import { g as getShortUUID, a as getRenderedMarkdown, b as getInput } from '../../../../baseGameCommand-
|
|
9
|
+
import { g as getShortUUID, a as getRenderedMarkdown, b as getInput } from '../../../../baseGameCommand-CCyAhN-V.js';
|
|
12
10
|
import 'react/jsx-runtime';
|
|
13
11
|
import 'ink';
|
|
14
12
|
import 'ink-spinner';
|
|
15
13
|
import 'react';
|
|
16
14
|
import '@tanstack/react-query';
|
|
17
15
|
import 'fast-glob';
|
|
18
|
-
import '
|
|
16
|
+
import 'uuid';
|
|
19
17
|
import 'socket.io-client';
|
|
20
18
|
import 'fullscreen-ink';
|
|
21
19
|
import 'string-length';
|
|
@@ -24,13 +22,15 @@ import 'open';
|
|
|
24
22
|
import '@inkjs/ui';
|
|
25
23
|
import 'qrcode';
|
|
26
24
|
import 'godot-export-presets';
|
|
27
|
-
import
|
|
25
|
+
import 'yazl';
|
|
26
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-CAQVvU3i.js';
|
|
28
27
|
import '@expo/apple-utils/build/index.js';
|
|
29
28
|
import 'node:crypto';
|
|
30
29
|
import 'node:readline';
|
|
31
30
|
import 'node:url';
|
|
32
31
|
import 'readline-sync';
|
|
33
32
|
import 'isomorphic-git';
|
|
33
|
+
import 'stream';
|
|
34
34
|
import 'fs';
|
|
35
35
|
import 'path';
|
|
36
36
|
import 'marked';
|
|
@@ -2,11 +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-DBy7ImFs.js';
|
|
6
6
|
import 'axios';
|
|
7
|
-
import '
|
|
8
|
-
import 'uuid';
|
|
9
|
-
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-CscxrTMI.js';
|
|
7
|
+
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-CdsX3LS8.js';
|
|
10
8
|
import 'luxon';
|
|
11
9
|
import 'node:path';
|
|
12
10
|
import 'chalk';
|
|
@@ -18,22 +16,24 @@ import 'isomorphic-git';
|
|
|
18
16
|
import '@tanstack/react-query';
|
|
19
17
|
import 'react';
|
|
20
18
|
import 'fast-glob';
|
|
21
|
-
import '
|
|
19
|
+
import 'uuid';
|
|
22
20
|
import 'socket.io-client';
|
|
23
21
|
import 'fullscreen-ink';
|
|
22
|
+
import 'stream';
|
|
23
|
+
import 'yazl';
|
|
24
24
|
import 'ink-spinner';
|
|
25
25
|
import 'string-length';
|
|
26
26
|
import 'strip-ansi';
|
|
27
27
|
import 'open';
|
|
28
28
|
import '@inkjs/ui';
|
|
29
|
-
import { c as BaseGameCommand } from '../../../../baseGameCommand-
|
|
29
|
+
import { c as BaseGameCommand } from '../../../../baseGameCommand-CCyAhN-V.js';
|
|
30
30
|
import 'marked';
|
|
31
31
|
import 'marked-terminal';
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
34
34
|
import 'godot-export-presets';
|
|
35
|
-
import { C as Command } from '../../../../Command-
|
|
36
|
-
import { e as exportCredential } from '../../../../export-
|
|
35
|
+
import { C as Command } from '../../../../Command-CUAYljjP.js';
|
|
36
|
+
import { e as exportCredential } from '../../../../export-4rGFZrzT.js';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
38
38
|
import 'fs';
|
|
39
39
|
import 'path';
|
|
@@ -2,11 +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-DBy7ImFs.js';
|
|
6
6
|
import 'axios';
|
|
7
|
-
import '
|
|
8
|
-
import 'uuid';
|
|
9
|
-
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-CscxrTMI.js';
|
|
7
|
+
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-CdsX3LS8.js';
|
|
10
8
|
import 'luxon';
|
|
11
9
|
import 'node:path';
|
|
12
10
|
import 'chalk';
|
|
@@ -18,27 +16,29 @@ import 'isomorphic-git';
|
|
|
18
16
|
import '@tanstack/react-query';
|
|
19
17
|
import 'react';
|
|
20
18
|
import 'fast-glob';
|
|
21
|
-
import '
|
|
19
|
+
import 'uuid';
|
|
22
20
|
import 'socket.io-client';
|
|
23
21
|
import 'fullscreen-ink';
|
|
22
|
+
import 'stream';
|
|
23
|
+
import 'yazl';
|
|
24
24
|
import 'ink-spinner';
|
|
25
25
|
import 'string-length';
|
|
26
26
|
import 'strip-ansi';
|
|
27
27
|
import 'open';
|
|
28
28
|
import '@inkjs/ui';
|
|
29
|
-
import { c as BaseGameCommand } from '../../../../baseGameCommand-
|
|
29
|
+
import { c as BaseGameCommand } from '../../../../baseGameCommand-CCyAhN-V.js';
|
|
30
30
|
import 'marked';
|
|
31
31
|
import 'marked-terminal';
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import 'godot-export-presets';
|
|
34
|
-
import { I as ImportKeystore } from '../../../../Import-
|
|
35
|
-
import { C as CommandGame } from '../../../../CommandGame-
|
|
36
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
34
|
+
import { I as ImportKeystore } from '../../../../Import-BXH6fSxe.js';
|
|
35
|
+
import { C as CommandGame } from '../../../../CommandGame-DpCdhjIa.js';
|
|
36
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-CAQVvU3i.js';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
38
38
|
import 'fs';
|
|
39
39
|
import 'path';
|
|
40
|
-
import '../../../../import-
|
|
41
|
-
import '../../../../Command-
|
|
40
|
+
import '../../../../import-C9i4RAW6.js';
|
|
41
|
+
import '../../../../Command-CUAYljjP.js';
|
|
42
42
|
|
|
43
43
|
class GameAndroidKeyStoreImport extends BaseGameCommand {
|
|
44
44
|
static args = {
|