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
|
@@ -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 '../../../../baseCommand-
|
|
6
|
+
import '../../../../baseCommand-BBX7e4wG.js';
|
|
7
7
|
import 'luxon';
|
|
8
8
|
import 'node:crypto';
|
|
9
9
|
import 'node:path';
|
|
@@ -24,22 +24,22 @@ 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 { N as NextSteps } from '../../../../NextSteps-DbJHmscQ.js';
|
|
31
31
|
import 'qrcode';
|
|
32
32
|
import 'godot-export-presets';
|
|
33
|
-
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-
|
|
34
|
-
import { C as Command } from '../../../../Command-
|
|
33
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-Ch0IGOPO.js';
|
|
34
|
+
import { C as Command } from '../../../../Command-CKwGlf4L.js';
|
|
35
35
|
import 'chalk';
|
|
36
|
-
import '@expo/apple-utils
|
|
36
|
+
import '@expo/apple-utils';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
39
39
|
import '../../../../Title-BCQtayg6.js';
|
|
40
|
-
import '../../../../useAppleApp-
|
|
40
|
+
import '../../../../useAppleApp-DwcXThPv.js';
|
|
41
41
|
import '../../../../Table-FaNgpyeq.js';
|
|
42
|
-
import '../../../../useAppleBundleId-
|
|
42
|
+
import '../../../../useAppleBundleId-Bojf5t9g.js';
|
|
43
43
|
|
|
44
44
|
class GameIosAppStatus extends BaseGameCommand {
|
|
45
45
|
static args = {};
|
|
@@ -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 { j as CapabilityTypeOption } from '../../../../baseCommand-
|
|
4
|
+
import { j as CapabilityTypeOption } from '../../../../baseCommand-BBX7e4wG.js';
|
|
5
5
|
import 'node:fs';
|
|
6
6
|
import 'axios';
|
|
7
7
|
import 'luxon';
|
|
@@ -13,7 +13,7 @@ import 'readline-sync';
|
|
|
13
13
|
import 'isomorphic-git';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'react';
|
|
16
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-
|
|
16
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-Bojf5t9g.js';
|
|
17
17
|
import 'uuid';
|
|
18
18
|
import 'fast-glob';
|
|
19
19
|
import 'stream';
|
|
@@ -25,15 +25,15 @@ 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 '@expo/apple-utils
|
|
36
|
+
import '@expo/apple-utils';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
39
39
|
|
|
@@ -3,7 +3,7 @@ import { Flags } from '@oclif/core';
|
|
|
3
3
|
import axios from 'axios';
|
|
4
4
|
import { render } from 'ink';
|
|
5
5
|
import 'node:fs';
|
|
6
|
-
import { P as Platform, C as CredentialsType, b as Certificate, n as CertificateType, o as Profile, p as ProfileType } from '../../../../baseCommand-
|
|
6
|
+
import { P as Platform, C as CredentialsType, b as Certificate, n as CertificateType, o as Profile, p as ProfileType } from '../../../../baseCommand-BBX7e4wG.js';
|
|
7
7
|
import 'luxon';
|
|
8
8
|
import 'node:crypto';
|
|
9
9
|
import 'node:path';
|
|
@@ -13,29 +13,29 @@ import 'readline-sync';
|
|
|
13
13
|
import 'isomorphic-git';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'react';
|
|
16
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-
|
|
16
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-Bojf5t9g.js';
|
|
17
17
|
import 'uuid';
|
|
18
18
|
import 'fast-glob';
|
|
19
19
|
import 'stream';
|
|
20
20
|
import 'yazl';
|
|
21
21
|
import 'socket.io-client';
|
|
22
22
|
import 'fullscreen-ink';
|
|
23
|
-
import { a as getProjectCredentials, g as getUserCredentials } from '../../../../index-
|
|
23
|
+
import { a as getProjectCredentials, g as getUserCredentials } from '../../../../index-DGlnFPWY.js';
|
|
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 {
|
|
29
|
+
import { c as BaseGameCommand } from '../../../../baseGameCommand-DDamAWma.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-CKwGlf4L.js';
|
|
36
36
|
import 'chalk';
|
|
37
|
-
import { a as uploadProjectCredentials } from '../../../../upload-
|
|
38
|
-
import '@expo/apple-utils
|
|
37
|
+
import { a as uploadProjectCredentials } from '../../../../upload-CwHqf-A6.js';
|
|
38
|
+
import '@expo/apple-utils';
|
|
39
39
|
import 'fs';
|
|
40
40
|
import 'path';
|
|
41
41
|
|
|
@@ -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 {
|
|
7
|
-
import { a as getProjectCredentials, b as deleteProjectCredential } from '../../../../index-
|
|
6
|
+
import { c as BaseGameCommand, 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';
|
|
@@ -12,7 +12,7 @@ import 'react';
|
|
|
12
12
|
import 'string-length';
|
|
13
13
|
import 'strip-ansi';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
|
-
import { q as queryAppleProfiles } from '../../../../useAppleProfiles-
|
|
15
|
+
import { q as queryAppleProfiles } from '../../../../useAppleProfiles-ClGtQU78.js';
|
|
16
16
|
import 'uuid';
|
|
17
17
|
import 'fast-glob';
|
|
18
18
|
import 'stream';
|
|
@@ -30,7 +30,7 @@ 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,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 { i as importCredential } from '../../../../import-
|
|
37
|
-
import '@expo/apple-utils
|
|
36
|
+
import { i as importCredential } from '../../../../import-DaK7xzxS.js';
|
|
37
|
+
import '@expo/apple-utils';
|
|
38
38
|
import 'fs';
|
|
39
39
|
import 'path';
|
|
40
40
|
|
|
@@ -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,25 +21,25 @@ 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 {
|
|
29
|
+
import { c as BaseGameCommand } from '../../../../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 '@expo/apple-utils
|
|
36
|
+
import '@expo/apple-utils';
|
|
37
37
|
import '../../../../Title-BCQtayg6.js';
|
|
38
38
|
import '../../../../TruncatedText-DhEXCrnE.js';
|
|
39
39
|
import 'fs';
|
|
40
40
|
import 'path';
|
|
41
|
-
import '../../../../ErrorBox-
|
|
42
|
-
import '../../../../Command-
|
|
41
|
+
import '../../../../ErrorBox-DDlTtBXo.js';
|
|
42
|
+
import '../../../../Command-CKwGlf4L.js';
|
|
43
43
|
|
|
44
44
|
class GameIosProfileShow extends BaseGameCommand {
|
|
45
45
|
static args = {
|
|
@@ -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 { 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';
|
|
@@ -22,22 +22,22 @@ import 'fullscreen-ink';
|
|
|
22
22
|
import Spinner from '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 { u as useAppleProfiles, c as canAppleProfileBeUsed, g as getAppleProfileSummary } from '../../../../useAppleProfiles-
|
|
34
|
-
import { u as useProjectCredentials } from '../../../../useProjectCredentials-
|
|
33
|
+
import { u as useAppleProfiles, c as canAppleProfileBeUsed, g as getAppleProfileSummary } from '../../../../useAppleProfiles-ClGtQU78.js';
|
|
34
|
+
import { u as useProjectCredentials } from '../../../../useProjectCredentials-CkjJTltI.js';
|
|
35
35
|
import { T as Table } from '../../../../Table-FaNgpyeq.js';
|
|
36
36
|
import { T as Title } from '../../../../Title-BCQtayg6.js';
|
|
37
37
|
import { N as NextSteps } from '../../../../NextSteps-DbJHmscQ.js';
|
|
38
|
-
import { C as Command } from '../../../../Command-
|
|
38
|
+
import { C as Command } from '../../../../Command-CKwGlf4L.js';
|
|
39
39
|
import 'chalk';
|
|
40
|
-
import '@expo/apple-utils
|
|
40
|
+
import '@expo/apple-utils';
|
|
41
41
|
import 'fs';
|
|
42
42
|
import 'path';
|
|
43
43
|
|
|
@@ -3,7 +3,7 @@ import { Flags } from '@oclif/core';
|
|
|
3
3
|
import { render, Box } from 'ink';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'axios';
|
|
6
|
-
import { P as Platform } from '../../../baseCommand-
|
|
6
|
+
import { P as Platform } from '../../../baseCommand-BBX7e4wG.js';
|
|
7
7
|
import 'luxon';
|
|
8
8
|
import 'node:crypto';
|
|
9
9
|
import 'node:path';
|
|
@@ -22,28 +22,28 @@ import 'fullscreen-ink';
|
|
|
22
22
|
import 'ink-spinner';
|
|
23
23
|
import 'string-length';
|
|
24
24
|
import 'strip-ansi';
|
|
25
|
-
import { G as GameStatusDetails } from '../../../GameStatus-
|
|
25
|
+
import { G as GameStatusDetails } from '../../../GameStatus-BbGB_Nb4.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 { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-
|
|
34
|
-
import { C as CommandGame } from '../../../CommandGame-
|
|
33
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-Ch0IGOPO.js';
|
|
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 '../../../StatusTable-DzRWcMr4.js';
|
|
38
38
|
import '../../../Title-BCQtayg6.js';
|
|
39
39
|
import '../../../NextSteps-DbJHmscQ.js';
|
|
40
40
|
import 'fs';
|
|
41
41
|
import 'path';
|
|
42
|
-
import '../../../useAppleApp-
|
|
42
|
+
import '../../../useAppleApp-DwcXThPv.js';
|
|
43
43
|
import '../../../Table-FaNgpyeq.js';
|
|
44
|
-
import '../../../useAppleBundleId-
|
|
45
|
-
import '../../../ErrorBox-
|
|
46
|
-
import '../../../Command-
|
|
44
|
+
import '../../../useAppleBundleId-Bojf5t9g.js';
|
|
45
|
+
import '../../../ErrorBox-DDlTtBXo.js';
|
|
46
|
+
import '../../../Command-CKwGlf4L.js';
|
|
47
47
|
|
|
48
48
|
class GameIosStatus extends BaseGameCommand {
|
|
49
49
|
static args = {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
2
|
import chalk from 'chalk';
|
|
3
|
-
import { l as isCWDGodotGame, W as WEB_URL, P as Platform, C as CredentialsType, m as getProject } from '../../../baseCommand-
|
|
4
|
-
import { B as BaseAuthenticatedCommand, g as getRenderedMarkdown } from '../../../baseGameCommand-
|
|
3
|
+
import { l as isCWDGodotGame, W as WEB_URL, P as Platform, C as CredentialsType, m as getProject } from '../../../baseCommand-BBX7e4wG.js';
|
|
4
|
+
import { B as BaseAuthenticatedCommand, g as getRenderedMarkdown } from '../../../baseGameCommand-DDamAWma.js';
|
|
5
5
|
import 'node:fs';
|
|
6
6
|
import 'node:path';
|
|
7
7
|
import 'node:crypto';
|
|
@@ -28,8 +28,8 @@ import 'open';
|
|
|
28
28
|
import '@inkjs/ui';
|
|
29
29
|
import 'qrcode';
|
|
30
30
|
import 'godot-export-presets';
|
|
31
|
-
import { g as getUserCredentials, a as getProjectCredentials } from '../../../index-
|
|
32
|
-
import '@expo/apple-utils
|
|
31
|
+
import { g as getUserCredentials, a as getProjectCredentials } from '../../../index-DGlnFPWY.js';
|
|
32
|
+
import '@expo/apple-utils';
|
|
33
33
|
import 'fs';
|
|
34
34
|
import 'path';
|
|
35
35
|
import 'marked';
|
|
@@ -2,9 +2,9 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render, Box, Text } from 'ink';
|
|
4
4
|
import { DateTime } from 'luxon';
|
|
5
|
-
import { M as getProjectJobs } from '../../../baseCommand-
|
|
5
|
+
import { M as getProjectJobs } from '../../../baseCommand-BBX7e4wG.js';
|
|
6
6
|
import 'ink-spinner';
|
|
7
|
-
import {
|
|
7
|
+
import { c as BaseGameCommand, f as getJobSummary, i as getJobStatusColor } from '../../../baseGameCommand-DDamAWma.js';
|
|
8
8
|
import { T as Table } from '../../../Table-FaNgpyeq.js';
|
|
9
9
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
10
10
|
import 'react';
|
|
@@ -26,14 +26,14 @@ import 'marked';
|
|
|
26
26
|
import 'marked-terminal';
|
|
27
27
|
import 'qrcode';
|
|
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,5 +1,5 @@
|
|
|
1
1
|
import { Args } from '@oclif/core';
|
|
2
|
-
import { N as getJob, O as getJobLogsDownloadStream } from '../../../baseCommand-
|
|
2
|
+
import { N as getJob, O as getJobLogsDownloadStream } from '../../../baseCommand-BBX7e4wG.js';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'ink';
|
|
5
5
|
import 'ink-spinner';
|
|
@@ -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
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { N as getJob, J as JobStatus } from '../../../baseCommand-
|
|
4
|
+
import { N as getJob, J as JobStatus } from '../../../baseCommand-BBX7e4wG.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
6
|
import 'node:crypto';
|
|
7
7
|
import 'node:fs';
|
|
@@ -22,20 +22,20 @@ import 'socket.io-client';
|
|
|
22
22
|
import 'fullscreen-ink';
|
|
23
23
|
import 'string-length';
|
|
24
24
|
import 'strip-ansi';
|
|
25
|
-
import { J as JobLogTail } from '../../../JobLogTail-
|
|
26
|
-
import { J as JobStatusTable } from '../../../JobStatusTable-
|
|
25
|
+
import { J as JobLogTail } from '../../../JobLogTail-Bnxjh42s.js';
|
|
26
|
+
import { J as JobStatusTable } from '../../../JobStatusTable-CPKhHXoe.js';
|
|
27
27
|
import 'open';
|
|
28
28
|
import '@inkjs/ui';
|
|
29
|
-
import {
|
|
29
|
+
import { c as BaseGameCommand } from '../../../baseGameCommand-DDamAWma.js';
|
|
30
30
|
import 'marked';
|
|
31
31
|
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-CKwGlf4L.js';
|
|
36
36
|
import 'chalk';
|
|
37
|
-
import '@expo/apple-utils
|
|
38
|
-
import '../../../useWebSocket-
|
|
37
|
+
import '@expo/apple-utils';
|
|
38
|
+
import '../../../useWebSocket-xkJFqoYf.js';
|
|
39
39
|
import '../../../TruncatedText-DhEXCrnE.js';
|
|
40
40
|
import '../../../Title-BCQtayg6.js';
|
|
41
41
|
import '../../../StatusTable-DzRWcMr4.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render, Box, Text } from 'ink';
|
|
4
|
-
import { c as getProjects, g as getShortUUID, d as getShortDate } from '../../baseCommand-
|
|
5
|
-
import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-
|
|
4
|
+
import { c as getProjects, g as getShortUUID, d as getShortDate } from '../../baseCommand-BBX7e4wG.js';
|
|
5
|
+
import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-DDamAWma.js';
|
|
6
6
|
import 'node:fs';
|
|
7
7
|
import 'node:path';
|
|
8
8
|
import 'chalk';
|
|
@@ -31,8 +31,8 @@ import 'marked';
|
|
|
31
31
|
import 'marked-terminal';
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import 'godot-export-presets';
|
|
34
|
-
import { C as Command } from '../../Command-
|
|
35
|
-
import '@expo/apple-utils
|
|
34
|
+
import { C as Command } from '../../Command-CKwGlf4L.js';
|
|
35
|
+
import '@expo/apple-utils';
|
|
36
36
|
import 'fs';
|
|
37
37
|
import 'path';
|
|
38
38
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { useStdout, useStderr, Box, Text, render } from 'ink';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { a3 as LogLevel, W as WEB_URL, g as getShortUUID, a4 as getShortAuthRequiredUrl, N as getJob, Q as downloadBuildById, a5 as getErrorMessage } from '../../baseCommand-BBX7e4wG.js';
|
|
5
|
+
import { k as CommandContext, e as GameContext, s as useSafeInput, M as Markdown, c as BaseGameCommand } from '../../baseGameCommand-DDamAWma.js';
|
|
6
6
|
import 'ink-spinner';
|
|
7
7
|
import 'node:crypto';
|
|
8
8
|
import 'node:fs';
|
|
@@ -24,28 +24,28 @@ import 'fullscreen-ink';
|
|
|
24
24
|
import 'string-length';
|
|
25
25
|
import 'strip-ansi';
|
|
26
26
|
import open from 'open';
|
|
27
|
-
import { u as useShip, J as JobProgress } from '../../JobProgress-
|
|
28
|
-
import { u as useJobWatching, J as JobLogTail } from '../../JobLogTail-
|
|
29
|
-
import { J as JobStatusTable } from '../../JobStatusTable-
|
|
27
|
+
import { u as useShip, J as JobProgress } from '../../JobProgress-BMKEhMAf.js';
|
|
28
|
+
import { u as useJobWatching, J as JobLogTail } from '../../JobLogTail-Bnxjh42s.js';
|
|
29
|
+
import { J as JobStatusTable } from '../../JobStatusTable-CPKhHXoe.js';
|
|
30
30
|
import '@inkjs/ui';
|
|
31
31
|
import 'qrcode';
|
|
32
32
|
import 'godot-export-presets';
|
|
33
33
|
import 'marked';
|
|
34
34
|
import 'marked-terminal';
|
|
35
|
-
import { C as CommandGame } from '../../CommandGame-
|
|
35
|
+
import { C as CommandGame } from '../../CommandGame-DoUC7C_q.js';
|
|
36
36
|
import 'chalk';
|
|
37
|
-
import '@expo/apple-utils
|
|
37
|
+
import '@expo/apple-utils';
|
|
38
38
|
import 'fs';
|
|
39
39
|
import 'path';
|
|
40
|
-
import '../../useProjectCredentials-
|
|
40
|
+
import '../../useProjectCredentials-CkjJTltI.js';
|
|
41
41
|
import '../../git-BpsfNFZ_.js';
|
|
42
42
|
import '../../ProgressSpinner-Um6ARKlk.js';
|
|
43
|
-
import '../../useWebSocket-
|
|
43
|
+
import '../../useWebSocket-xkJFqoYf.js';
|
|
44
44
|
import '../../TruncatedText-DhEXCrnE.js';
|
|
45
45
|
import '../../Title-BCQtayg6.js';
|
|
46
46
|
import '../../StatusTable-DzRWcMr4.js';
|
|
47
|
-
import '../../ErrorBox-
|
|
48
|
-
import '../../Command-
|
|
47
|
+
import '../../ErrorBox-DDlTtBXo.js';
|
|
48
|
+
import '../../Command-CKwGlf4L.js';
|
|
49
49
|
|
|
50
50
|
const JobFollow = ({
|
|
51
51
|
jobId,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-
|
|
4
|
+
import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-DDamAWma.js';
|
|
5
5
|
import 'node:fs';
|
|
6
6
|
import 'node:path';
|
|
7
7
|
import 'chalk';
|
|
8
8
|
import 'axios';
|
|
9
|
-
import '../../baseCommand-
|
|
9
|
+
import '../../baseCommand-BBX7e4wG.js';
|
|
10
10
|
import 'luxon';
|
|
11
11
|
import 'node:crypto';
|
|
12
12
|
import 'node:readline';
|
|
@@ -24,22 +24,22 @@ import 'fullscreen-ink';
|
|
|
24
24
|
import 'ink-spinner';
|
|
25
25
|
import 'string-length';
|
|
26
26
|
import 'strip-ansi';
|
|
27
|
-
import { a as GameStatus$1 } from '../../GameStatus-
|
|
27
|
+
import { a as GameStatus$1 } from '../../GameStatus-BbGB_Nb4.js';
|
|
28
28
|
import 'open';
|
|
29
29
|
import '@inkjs/ui';
|
|
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 'fs';
|
|
36
36
|
import 'path';
|
|
37
|
-
import '@expo/apple-utils
|
|
37
|
+
import '@expo/apple-utils';
|
|
38
38
|
import '../../StatusTable-DzRWcMr4.js';
|
|
39
39
|
import '../../Title-BCQtayg6.js';
|
|
40
40
|
import '../../NextSteps-DbJHmscQ.js';
|
|
41
|
-
import '../../ErrorBox-
|
|
42
|
-
import '../../Command-
|
|
41
|
+
import '../../ErrorBox-DDlTtBXo.js';
|
|
42
|
+
import '../../Command-CKwGlf4L.js';
|
|
43
43
|
|
|
44
44
|
class GameStatus extends BaseAuthenticatedCommand {
|
|
45
45
|
static args = {};
|