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
|
@@ -2,9 +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 '
|
|
6
|
-
import 'uuid';
|
|
7
|
-
import { C as CredentialsType, P as Platform } from '../../../../baseCommand-CscxrTMI.js';
|
|
5
|
+
import { C as CredentialsType, P as Platform } from '../../../../baseCommand-CdsX3LS8.js';
|
|
8
6
|
import 'luxon';
|
|
9
7
|
import 'node:path';
|
|
10
8
|
import 'chalk';
|
|
@@ -17,23 +15,25 @@ import 'isomorphic-git';
|
|
|
17
15
|
import '@tanstack/react-query';
|
|
18
16
|
import 'react';
|
|
19
17
|
import 'fast-glob';
|
|
20
|
-
import '
|
|
18
|
+
import 'uuid';
|
|
21
19
|
import 'socket.io-client';
|
|
22
20
|
import 'fullscreen-ink';
|
|
21
|
+
import 'stream';
|
|
22
|
+
import 'yazl';
|
|
23
23
|
import 'ink-spinner';
|
|
24
24
|
import 'string-length';
|
|
25
25
|
import 'strip-ansi';
|
|
26
|
-
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-
|
|
26
|
+
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-BfMmJ7AU.js';
|
|
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 { C as Command } from '../../../../Command-
|
|
34
|
+
import { C as Command } from '../../../../Command-CUAYljjP.js';
|
|
35
35
|
import '@expo/apple-utils/build/index.js';
|
|
36
|
-
import '../../../../useProjectCredentials-
|
|
36
|
+
import '../../../../useProjectCredentials-8rTRb2Y7.js';
|
|
37
37
|
import '../../../../Table-FaNgpyeq.js';
|
|
38
38
|
import '../../../../Title-BCQtayg6.js';
|
|
39
39
|
import 'fs';
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
2
|
import 'node:fs';
|
|
3
3
|
import 'axios';
|
|
4
|
-
import '
|
|
5
|
-
import 'uuid';
|
|
6
|
-
import '../../../baseCommand-CscxrTMI.js';
|
|
4
|
+
import '../../../baseCommand-CdsX3LS8.js';
|
|
7
5
|
import 'luxon';
|
|
8
6
|
import 'node:path';
|
|
9
7
|
import 'chalk';
|
|
@@ -15,17 +13,19 @@ import 'isomorphic-git';
|
|
|
15
13
|
import '@tanstack/react-query';
|
|
16
14
|
import 'react';
|
|
17
15
|
import 'fast-glob';
|
|
18
|
-
import '
|
|
16
|
+
import 'uuid';
|
|
19
17
|
import 'socket.io-client';
|
|
20
18
|
import 'fullscreen-ink';
|
|
21
19
|
import 'ink';
|
|
20
|
+
import 'stream';
|
|
21
|
+
import 'yazl';
|
|
22
22
|
import 'react/jsx-runtime';
|
|
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 { c as BaseGameCommand } from '../../../baseGameCommand-
|
|
28
|
+
import { c as BaseGameCommand } from '../../../baseGameCommand-CCyAhN-V.js';
|
|
29
29
|
import 'marked';
|
|
30
30
|
import 'marked-terminal';
|
|
31
31
|
import 'qrcode';
|
|
@@ -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 { N as downloadBuildById } from '../../../baseCommand-
|
|
5
|
+
import { N as downloadBuildById } from '../../../baseCommand-CdsX3LS8.js';
|
|
6
6
|
import 'node:path';
|
|
7
7
|
import 'chalk';
|
|
8
8
|
import 'node:crypto';
|
|
@@ -16,22 +16,22 @@ 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
27
|
import '@inkjs/ui';
|
|
27
|
-
import { c as BaseGameCommand } from '../../../baseGameCommand-
|
|
28
|
+
import { c as BaseGameCommand } from '../../../baseGameCommand-CCyAhN-V.js';
|
|
28
29
|
import 'marked';
|
|
29
30
|
import 'marked-terminal';
|
|
30
31
|
import 'qrcode';
|
|
31
32
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
|
|
32
33
|
import 'godot-export-presets';
|
|
33
|
-
import { C as Command } from '../../../Command-
|
|
34
|
-
import 'crypto-js';
|
|
34
|
+
import { C as Command } from '../../../Command-CUAYljjP.js';
|
|
35
35
|
import '@expo/apple-utils/build/index.js';
|
|
36
36
|
import 'fs';
|
|
37
37
|
import 'path';
|
|
@@ -3,9 +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 '
|
|
7
|
-
import 'uuid';
|
|
8
|
-
import '../../../baseCommand-CscxrTMI.js';
|
|
6
|
+
import '../../../baseCommand-CdsX3LS8.js';
|
|
9
7
|
import 'luxon';
|
|
10
8
|
import 'node:path';
|
|
11
9
|
import 'chalk';
|
|
@@ -17,11 +15,13 @@ import 'isomorphic-git';
|
|
|
17
15
|
import '@tanstack/react-query';
|
|
18
16
|
import 'react';
|
|
19
17
|
import 'fast-glob';
|
|
20
|
-
import '
|
|
18
|
+
import 'uuid';
|
|
21
19
|
import 'socket.io-client';
|
|
22
20
|
import 'fullscreen-ink';
|
|
21
|
+
import 'stream';
|
|
22
|
+
import 'yazl';
|
|
23
23
|
import Spinner from 'ink-spinner';
|
|
24
|
-
import {
|
|
24
|
+
import { u as useBuilds, s as getBuildSummary, c as BaseGameCommand } from '../../../baseGameCommand-CCyAhN-V.js';
|
|
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';
|
|
@@ -32,11 +32,11 @@ import 'marked';
|
|
|
32
32
|
import 'marked-terminal';
|
|
33
33
|
import 'qrcode';
|
|
34
34
|
import 'godot-export-presets';
|
|
35
|
-
import { C as CommandGame } from '../../../CommandGame-
|
|
35
|
+
import { C as CommandGame } from '../../../CommandGame-DpCdhjIa.js';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
39
|
-
import '../../../Command-
|
|
39
|
+
import '../../../Command-CUAYljjP.js';
|
|
40
40
|
|
|
41
41
|
const BuildsTable = ({ queryProps, ...boxProps }) => {
|
|
42
42
|
const { data, isLoading } = useBuilds(queryProps);
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { D as DetailsFlags, k as isCWDGodotGame, u as GameEngine, v as getGodotVersion, w as createProject, x as DEFAULT_SHIPPED_FILES_GLOBS, y as DEFAULT_IGNORED_FILES_GLOBS, z as getGodotProjectName } from '../../baseCommand-
|
|
3
|
-
import { B as BaseAuthenticatedCommand, b as getInput } from '../../baseGameCommand-
|
|
2
|
+
import { D as DetailsFlags, k as isCWDGodotGame, u as GameEngine, v as getGodotVersion, w as createProject, x as DEFAULT_SHIPPED_FILES_GLOBS, y as DEFAULT_IGNORED_FILES_GLOBS, z as getGodotProjectName } from '../../baseCommand-CdsX3LS8.js';
|
|
3
|
+
import { B as BaseAuthenticatedCommand, b as getInput } from '../../baseGameCommand-CCyAhN-V.js';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'node:path';
|
|
6
6
|
import 'chalk';
|
|
7
7
|
import 'axios';
|
|
8
|
-
import 'crypto-js';
|
|
9
|
-
import 'uuid';
|
|
10
8
|
import 'luxon';
|
|
11
9
|
import '@expo/apple-utils/build/index.js';
|
|
12
10
|
import 'node:crypto';
|
|
@@ -18,10 +16,12 @@ import 'godot-export-presets';
|
|
|
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';
|
|
24
22
|
import 'ink';
|
|
23
|
+
import 'stream';
|
|
24
|
+
import 'yazl';
|
|
25
25
|
import 'react/jsx-runtime';
|
|
26
26
|
import 'ink-spinner';
|
|
27
27
|
import 'string-length';
|
|
@@ -3,18 +3,16 @@ 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 { D as DetailsFlags, u as GameEngine } from '../../baseCommand-CscxrTMI.js';
|
|
6
|
+
import { D as DetailsFlags, u as GameEngine } from '../../baseCommand-CdsX3LS8.js';
|
|
9
7
|
import 'luxon';
|
|
10
8
|
import 'node:path';
|
|
11
9
|
import 'chalk';
|
|
12
|
-
import { c as BaseGameCommand, l as isValidSemVer } from '../../baseGameCommand-
|
|
10
|
+
import { c as BaseGameCommand, l as isValidSemVer } from '../../baseGameCommand-CCyAhN-V.js';
|
|
13
11
|
import 'ink-spinner';
|
|
14
12
|
import 'react';
|
|
15
13
|
import '@tanstack/react-query';
|
|
16
14
|
import 'fast-glob';
|
|
17
|
-
import '
|
|
15
|
+
import 'uuid';
|
|
18
16
|
import 'socket.io-client';
|
|
19
17
|
import 'fullscreen-ink';
|
|
20
18
|
import 'string-length';
|
|
@@ -26,13 +24,15 @@ import 'marked';
|
|
|
26
24
|
import 'marked-terminal';
|
|
27
25
|
import 'qrcode';
|
|
28
26
|
import 'godot-export-presets';
|
|
29
|
-
import
|
|
27
|
+
import 'yazl';
|
|
28
|
+
import { C as Command } from '../../Command-CUAYljjP.js';
|
|
30
29
|
import '@expo/apple-utils/build/index.js';
|
|
31
30
|
import 'node:crypto';
|
|
32
31
|
import 'node:readline';
|
|
33
32
|
import 'node:url';
|
|
34
33
|
import 'readline-sync';
|
|
35
34
|
import 'isomorphic-git';
|
|
35
|
+
import 'stream';
|
|
36
36
|
import 'fs';
|
|
37
37
|
import 'path';
|
|
38
38
|
import '../../Title-BCQtayg6.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Args, Flags } from '@oclif/core';
|
|
2
|
-
import { k as isCWDGodotGame, l as getProject, x as DEFAULT_SHIPPED_FILES_GLOBS, y as DEFAULT_IGNORED_FILES_GLOBS } from '../../baseCommand-
|
|
3
|
-
import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-
|
|
2
|
+
import { k as isCWDGodotGame, l as getProject, x as DEFAULT_SHIPPED_FILES_GLOBS, y as DEFAULT_IGNORED_FILES_GLOBS } 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';
|
|
@@ -15,11 +15,11 @@ import '@tanstack/react-query';
|
|
|
15
15
|
import 'react';
|
|
16
16
|
import 'fast-glob';
|
|
17
17
|
import 'uuid';
|
|
18
|
-
import 'yazl';
|
|
19
18
|
import 'socket.io-client';
|
|
20
19
|
import 'fullscreen-ink';
|
|
21
20
|
import 'ink';
|
|
22
|
-
import '
|
|
21
|
+
import 'stream';
|
|
22
|
+
import 'yazl';
|
|
23
23
|
import '@expo/apple-utils/build/index.js';
|
|
24
24
|
import 'godot-export-presets';
|
|
25
25
|
import 'react/jsx-runtime';
|
|
@@ -1,21 +1,19 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { j as BetaGroup } from '../../../../baseCommand-
|
|
4
|
+
import { j as BetaGroup } from '../../../../baseCommand-CdsX3LS8.js';
|
|
5
5
|
import 'node:fs';
|
|
6
6
|
import 'axios';
|
|
7
|
-
import 'crypto-js';
|
|
8
|
-
import 'uuid';
|
|
9
7
|
import 'luxon';
|
|
10
8
|
import 'node:path';
|
|
11
9
|
import 'chalk';
|
|
12
|
-
import { c as BaseGameCommand, b as getInput } from '../../../../baseGameCommand-
|
|
10
|
+
import { c as BaseGameCommand, b as getInput } from '../../../../baseGameCommand-CCyAhN-V.js';
|
|
13
11
|
import 'ink-spinner';
|
|
14
12
|
import 'react';
|
|
15
13
|
import '@tanstack/react-query';
|
|
16
|
-
import { q as queryAppleApp } from '../../../../useAppleApp-
|
|
14
|
+
import { q as queryAppleApp } from '../../../../useAppleApp-B0I5eZYx.js';
|
|
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';
|
|
@@ -27,13 +25,15 @@ import 'marked-terminal';
|
|
|
27
25
|
import 'qrcode';
|
|
28
26
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
29
27
|
import 'godot-export-presets';
|
|
30
|
-
import
|
|
28
|
+
import 'yazl';
|
|
29
|
+
import { C as Command } from '../../../../Command-CUAYljjP.js';
|
|
31
30
|
import '@expo/apple-utils/build/index.js';
|
|
32
31
|
import 'node:crypto';
|
|
33
32
|
import 'node:readline';
|
|
34
33
|
import 'node:url';
|
|
35
34
|
import 'readline-sync';
|
|
36
35
|
import 'isomorphic-git';
|
|
36
|
+
import 'stream';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
39
39
|
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { d as getGodotAppleBundleIdentifier, e as BundleId, f as App } from '../../../../baseCommand-
|
|
4
|
+
import { d as getGodotAppleBundleIdentifier, e as BundleId, f as App } from '../../../../baseCommand-CdsX3LS8.js';
|
|
5
5
|
import 'node:fs';
|
|
6
6
|
import 'axios';
|
|
7
|
-
import 'crypto-js';
|
|
8
|
-
import 'uuid';
|
|
9
7
|
import 'luxon';
|
|
10
8
|
import 'node:path';
|
|
11
9
|
import 'chalk';
|
|
12
|
-
import { c as BaseGameCommand, b as getInput, d as generatePackageName } from '../../../../baseGameCommand-
|
|
10
|
+
import { c as BaseGameCommand, b as getInput, d as generatePackageName } from '../../../../baseGameCommand-CCyAhN-V.js';
|
|
13
11
|
import 'ink-spinner';
|
|
14
12
|
import 'react';
|
|
15
13
|
import '@tanstack/react-query';
|
|
16
14
|
import 'fast-glob';
|
|
17
|
-
import '
|
|
15
|
+
import 'uuid';
|
|
18
16
|
import 'socket.io-client';
|
|
19
17
|
import 'fullscreen-ink';
|
|
20
18
|
import 'string-length';
|
|
@@ -26,13 +24,15 @@ import 'marked-terminal';
|
|
|
26
24
|
import 'qrcode';
|
|
27
25
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
28
26
|
import 'godot-export-presets';
|
|
29
|
-
import
|
|
27
|
+
import 'yazl';
|
|
28
|
+
import { C as Command } from '../../../../Command-CUAYljjP.js';
|
|
30
29
|
import '@expo/apple-utils/build/index.js';
|
|
31
30
|
import 'node:crypto';
|
|
32
31
|
import 'node:readline';
|
|
33
32
|
import 'node:url';
|
|
34
33
|
import 'readline-sync';
|
|
35
34
|
import 'isomorphic-git';
|
|
35
|
+
import 'stream';
|
|
36
36
|
import 'fs';
|
|
37
37
|
import 'path';
|
|
38
38
|
|
|
@@ -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 '../../../../baseCommand-CscxrTMI.js';
|
|
6
|
+
import '../../../../baseCommand-CdsX3LS8.js';
|
|
9
7
|
import 'luxon';
|
|
10
8
|
import 'node:path';
|
|
11
9
|
import 'chalk';
|
|
@@ -17,29 +15,31 @@ import 'isomorphic-git';
|
|
|
17
15
|
import '@tanstack/react-query';
|
|
18
16
|
import 'react';
|
|
19
17
|
import 'fast-glob';
|
|
20
|
-
import '
|
|
18
|
+
import 'uuid';
|
|
21
19
|
import 'socket.io-client';
|
|
22
20
|
import 'fullscreen-ink';
|
|
21
|
+
import 'stream';
|
|
22
|
+
import 'yazl';
|
|
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 { c as BaseGameCommand } from '../../../../baseGameCommand-
|
|
28
|
+
import { c as BaseGameCommand } from '../../../../baseGameCommand-CCyAhN-V.js';
|
|
29
29
|
import 'marked';
|
|
30
30
|
import 'marked-terminal';
|
|
31
31
|
import { N as NextSteps } from '../../../../NextSteps-DbJHmscQ.js';
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import 'godot-export-presets';
|
|
34
|
-
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-
|
|
35
|
-
import { C as Command } from '../../../../Command-
|
|
34
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-DSTNVuCE.js';
|
|
35
|
+
import { C as Command } from '../../../../Command-CUAYljjP.js';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
39
39
|
import '../../../../Title-BCQtayg6.js';
|
|
40
|
-
import '../../../../useAppleApp-
|
|
40
|
+
import '../../../../useAppleApp-B0I5eZYx.js';
|
|
41
41
|
import '../../../../Table-FaNgpyeq.js';
|
|
42
|
-
import '../../../../useAppleBundleId-
|
|
42
|
+
import '../../../../useAppleBundleId-D4Uk-B7k.js';
|
|
43
43
|
|
|
44
44
|
class GameIosAppStatus extends BaseGameCommand {
|
|
45
45
|
static args = {};
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { h as CapabilityTypeOption } from '../../../../baseCommand-
|
|
4
|
+
import { h as CapabilityTypeOption } from '../../../../baseCommand-CdsX3LS8.js';
|
|
5
5
|
import 'node:fs';
|
|
6
6
|
import 'axios';
|
|
7
|
-
import 'crypto-js';
|
|
8
|
-
import 'uuid';
|
|
9
7
|
import 'luxon';
|
|
10
8
|
import 'node:path';
|
|
11
9
|
import 'chalk';
|
|
@@ -16,23 +14,25 @@ import 'readline-sync';
|
|
|
16
14
|
import 'isomorphic-git';
|
|
17
15
|
import '@tanstack/react-query';
|
|
18
16
|
import 'react';
|
|
19
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-
|
|
17
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-D4Uk-B7k.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 '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-
|
|
35
|
+
import { C as Command } from '../../../../Command-CUAYljjP.js';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
@@ -3,11 +3,9 @@ import { Flags } from '@oclif/core';
|
|
|
3
3
|
import axios from 'axios';
|
|
4
4
|
import { render } from 'ink';
|
|
5
5
|
import 'node:fs';
|
|
6
|
-
import '
|
|
7
|
-
import 'uuid';
|
|
8
|
-
import { P as Platform, C as CredentialsType, b as Certificate, m as CertificateType, n as Profile, o as ProfileType } from '../../../../baseCommand-CscxrTMI.js';
|
|
6
|
+
import { P as Platform, C as CredentialsType, b as Certificate, m as CertificateType, n as Profile, o as ProfileType } from '../../../../baseCommand-CdsX3LS8.js';
|
|
9
7
|
import 'luxon';
|
|
10
|
-
import { a as getProjectCredentials, g as getUserCredentials } from '../../../../index-
|
|
8
|
+
import { a as getProjectCredentials, g as getUserCredentials } from '../../../../index-DBy7ImFs.js';
|
|
11
9
|
import 'node:path';
|
|
12
10
|
import 'chalk';
|
|
13
11
|
import 'node:crypto';
|
|
@@ -17,24 +15,26 @@ import 'readline-sync';
|
|
|
17
15
|
import 'isomorphic-git';
|
|
18
16
|
import '@tanstack/react-query';
|
|
19
17
|
import 'react';
|
|
20
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-
|
|
18
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-D4Uk-B7k.js';
|
|
21
19
|
import 'fast-glob';
|
|
22
|
-
import '
|
|
20
|
+
import 'uuid';
|
|
23
21
|
import 'socket.io-client';
|
|
24
22
|
import 'fullscreen-ink';
|
|
23
|
+
import 'stream';
|
|
24
|
+
import 'yazl';
|
|
25
25
|
import 'ink-spinner';
|
|
26
26
|
import 'string-length';
|
|
27
27
|
import 'strip-ansi';
|
|
28
28
|
import 'open';
|
|
29
29
|
import '@inkjs/ui';
|
|
30
|
-
import { c as BaseGameCommand } from '../../../../baseGameCommand-
|
|
30
|
+
import { c as BaseGameCommand } from '../../../../baseGameCommand-CCyAhN-V.js';
|
|
31
31
|
import 'marked';
|
|
32
32
|
import 'marked-terminal';
|
|
33
33
|
import 'qrcode';
|
|
34
34
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
35
35
|
import 'godot-export-presets';
|
|
36
|
-
import { C as Command } from '../../../../Command-
|
|
37
|
-
import { a as uploadProjectCredentials } from '../../../../upload-
|
|
36
|
+
import { C as Command } from '../../../../Command-CUAYljjP.js';
|
|
37
|
+
import { a as uploadProjectCredentials } from '../../../../upload-DWm3upu4.js';
|
|
38
38
|
import '@expo/apple-utils/build/index.js';
|
|
39
39
|
import 'fs';
|
|
40
40
|
import 'path';
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { c as BaseGameCommand, g as getShortUUID, a as getRenderedMarkdown, b as getInput } from '../../../../baseGameCommand-
|
|
3
|
-
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-
|
|
2
|
+
import { c as BaseGameCommand, g as getShortUUID, a as getRenderedMarkdown, b as getInput } from '../../../../baseGameCommand-CCyAhN-V.js';
|
|
3
|
+
import { P as Platform, C as CredentialsType } from '../../../../baseCommand-CdsX3LS8.js';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'axios';
|
|
6
|
-
import 'crypto-js';
|
|
7
|
-
import 'uuid';
|
|
8
6
|
import 'luxon';
|
|
9
|
-
import { a as getProjectCredentials, b as deleteProjectCredential } from '../../../../index-
|
|
7
|
+
import { a as getProjectCredentials, b as deleteProjectCredential } from '../../../../index-DBy7ImFs.js';
|
|
10
8
|
import 'react/jsx-runtime';
|
|
11
9
|
import 'ink';
|
|
12
10
|
import 'ink-spinner';
|
|
13
11
|
import 'react';
|
|
14
12
|
import '@tanstack/react-query';
|
|
15
|
-
import { q as queryAppleProfiles } from '../../../../useAppleProfiles-
|
|
13
|
+
import { q as queryAppleProfiles } from '../../../../useAppleProfiles-YAcyvQa0.js';
|
|
16
14
|
import 'fast-glob';
|
|
17
|
-
import '
|
|
15
|
+
import 'uuid';
|
|
18
16
|
import 'socket.io-client';
|
|
19
17
|
import 'fullscreen-ink';
|
|
20
18
|
import 'string-length';
|
|
@@ -23,12 +21,14 @@ import 'open';
|
|
|
23
21
|
import '@inkjs/ui';
|
|
24
22
|
import 'qrcode';
|
|
25
23
|
import 'godot-export-presets';
|
|
24
|
+
import 'yazl';
|
|
26
25
|
import 'node:crypto';
|
|
27
26
|
import 'node:path';
|
|
28
27
|
import 'node:readline';
|
|
29
28
|
import 'node:url';
|
|
30
29
|
import 'readline-sync';
|
|
31
30
|
import 'isomorphic-git';
|
|
31
|
+
import 'stream';
|
|
32
32
|
import 'fs';
|
|
33
33
|
import 'path';
|
|
34
34
|
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,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 { i as importCredential } from '../../../../import-
|
|
35
|
+
import { C as Command } from '../../../../Command-CUAYljjP.js';
|
|
36
|
+
import { i as importCredential } from '../../../../import-C9i4RAW6.js';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
38
38
|
import 'fs';
|
|
39
39
|
import 'path';
|
|
@@ -3,9 +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 '
|
|
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';
|
|
@@ -17,26 +15,28 @@ import 'isomorphic-git';
|
|
|
17
15
|
import '@tanstack/react-query';
|
|
18
16
|
import 'react';
|
|
19
17
|
import 'fast-glob';
|
|
20
|
-
import '
|
|
18
|
+
import 'uuid';
|
|
21
19
|
import 'socket.io-client';
|
|
22
20
|
import 'fullscreen-ink';
|
|
21
|
+
import 'stream';
|
|
22
|
+
import 'yazl';
|
|
23
23
|
import Spinner from 'ink-spinner';
|
|
24
24
|
import 'string-length';
|
|
25
25
|
import 'strip-ansi';
|
|
26
|
-
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-
|
|
26
|
+
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-BfMmJ7AU.js';
|
|
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 { u as useAppleProfiles, c as canAppleProfileBeUsed, g as getAppleProfileSummary } from '../../../../useAppleProfiles-
|
|
35
|
-
import { u as useProjectCredentials } from '../../../../useProjectCredentials-
|
|
34
|
+
import { u as useAppleProfiles, c as canAppleProfileBeUsed, g as getAppleProfileSummary } from '../../../../useAppleProfiles-YAcyvQa0.js';
|
|
35
|
+
import { u as useProjectCredentials } from '../../../../useProjectCredentials-8rTRb2Y7.js';
|
|
36
36
|
import { T as Table } from '../../../../Table-FaNgpyeq.js';
|
|
37
37
|
import { T as Title } from '../../../../Title-BCQtayg6.js';
|
|
38
38
|
import { N as NextSteps } from '../../../../NextSteps-DbJHmscQ.js';
|
|
39
|
-
import { C as Command } from '../../../../Command-
|
|
39
|
+
import { C as Command } from '../../../../Command-CUAYljjP.js';
|
|
40
40
|
import '@expo/apple-utils/build/index.js';
|
|
41
41
|
import 'fs';
|
|
42
42
|
import 'path';
|