shipthis 0.1.30 → 0.1.31
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 +122 -41
- package/assets/markdown/create-google-play-game.md +2 -4
- package/assets/markdown/ship-success.md +1 -1
- package/dist/{AppleBundleIdDetails-Fp5COwTa.js → AppleBundleIdDetails-eoK5F8Qn.js} +4 -4
- package/dist/Command-DFdHXDiU.js +44 -0
- package/dist/{CommandGame-Z4eUQBjn.js → CommandGame-Dif-oSky.js} +2 -2
- package/dist/{Create-1xAdntNl.js → Create-ISdroJ3G.js} +3 -3
- package/dist/{Import-CzC-M4ln.js → Import-CfThJF6k.js} +4 -4
- package/dist/{JobLogTail-CZxoMSd5.js → JobLogTail-BWzbQBZz.js} +5 -5
- package/dist/{JobProgress-BjNgtIjm.js → JobProgress-DjIkuk5U.js} +20 -10
- package/dist/{JobStatusTable-BB-PWlwj.js → JobStatusTable-CEqWU73q.js} +4 -4
- package/dist/{ProjectCredentialsTable-DyZep993.js → ProjectCredentialsTable-u9ruZ9mN.js} +2 -2
- package/dist/{UserCredentialsTable-BraKyDWT.js → UserCredentialsTable-Q7u9M-ap.js} +3 -3
- package/dist/{baseAppleCommand-BHRIBtTj.js → baseAppleCommand-zhkGlKq0.js} +1 -1
- package/dist/{baseGameAndroidCommand-SrDRbhAG.js → baseGameAndroidCommand-DJ-cMLa_.js} +2 -2
- package/dist/commands/apple/apiKey/create.js +8 -8
- package/dist/commands/apple/apiKey/export.js +7 -7
- package/dist/commands/apple/apiKey/import.js +7 -7
- package/dist/commands/apple/apiKey/status.js +6 -6
- package/dist/commands/apple/certificate/create.js +8 -8
- package/dist/commands/apple/certificate/export.js +7 -7
- package/dist/commands/apple/certificate/import.js +7 -7
- package/dist/commands/apple/certificate/status.js +6 -6
- package/dist/commands/apple/login.js +3 -2
- package/dist/commands/apple/status.js +6 -6
- package/dist/commands/dashboard.js +2 -1
- package/dist/commands/game/android/apiKey/connect.js +9 -9
- package/dist/commands/game/android/apiKey/create.js +11 -11
- package/dist/commands/game/android/apiKey/export.js +8 -8
- package/dist/commands/game/android/apiKey/import.js +8 -8
- package/dist/commands/game/android/apiKey/invite.js +5 -4
- package/dist/commands/game/android/apiKey/status.js +8 -8
- package/dist/commands/game/android/keyStore/create.js +9 -9
- package/dist/commands/game/android/keyStore/export.js +7 -7
- package/dist/commands/game/android/keyStore/import.js +10 -10
- package/dist/commands/game/android/keyStore/status.js +7 -7
- package/dist/commands/game/android/status.js +6 -6
- package/dist/commands/game/build/download.js +5 -5
- package/dist/commands/game/build/list.js +6 -6
- package/dist/commands/game/create.js +3 -2
- package/dist/commands/game/details.js +5 -5
- package/dist/commands/game/export.js +2 -1
- package/dist/commands/game/ios/app/addTester.js +6 -6
- package/dist/commands/game/ios/app/create.js +5 -5
- package/dist/commands/game/ios/app/status.js +8 -8
- package/dist/commands/game/ios/app/sync.js +6 -6
- package/dist/commands/game/ios/profile/create.js +8 -8
- package/dist/commands/game/ios/profile/export.js +7 -7
- package/dist/commands/game/ios/profile/import.js +7 -7
- package/dist/commands/game/ios/profile/status.js +7 -7
- package/dist/commands/game/ios/status.js +9 -9
- 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 +14 -8
- package/dist/commands/game/ship.js +11 -10
- package/dist/commands/game/status.js +14 -11
- package/dist/commands/game/wizard.js +45 -92
- package/dist/commands/internal/fastlane.js +2 -1
- package/dist/commands/internal/readme.js +2 -1
- package/dist/commands/login.js +3 -2
- package/dist/commands/status.js +8 -8
- package/dist/{export-BKn02-NH.js → export-DZxo2_e_.js} +1 -1
- package/dist/{import-CRMaNBVF.js → import-8pL1AF47.js} +1 -1
- package/dist/{index-OZi8bvu8.js → index-BHh0BZvD.js} +47 -13
- package/dist/{index-u1aj1OQW.js → index-C6aAyrXW.js} +1 -1
- package/dist/{index-BTAL7EB_.js → index-CyvGh-kt.js} +20 -9
- package/dist/{index-35Eswf6F.js → index-DJ078v-U.js} +2 -1
- package/dist/{index--EbYyBAZ.js → index-DKQjnJrC.js} +5 -5
- package/dist/{index-DxzXU9Hd.js → index-w3lHxk5O.js} +8 -1
- package/dist/{upload-Bw0zrS4M.js → upload-BTpxj3QP.js} +1 -1
- package/dist/{useAndroidServiceAccountTestResult-CJLIEYmA.js → useAndroidServiceAccountTestResult-Dy3Ag7_r.js} +1 -1
- package/dist/{useAppleApp-cnb8gX0x.js → useAppleApp-h1Ogi_qc.js} +1 -1
- package/dist/{useAppleBundleId-B0Etav8g.js → useAppleBundleId-B3TTNap0.js} +1 -1
- package/dist/{useProjectCredentials-DX3e_PPc.js → useProjectCredentials-DpeXZcHP.js} +3 -3
- package/dist/{useWebSocket-BOCa8v6o.js → useWebSocket-gyuCsore.js} +1 -1
- package/package.json +2 -1
- package/dist/Command-1p5alCz3.js +0 -28
|
@@ -2,8 +2,8 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../../../index-
|
|
6
|
-
import { c as BaseGameCommand, k as getProjectPlatformProgress, P as Platform, b as getShortDate } from '../../../index-
|
|
5
|
+
import '../../../index-CyvGh-kt.js';
|
|
6
|
+
import { c as BaseGameCommand, k as getProjectPlatformProgress, P as Platform, b as getShortDate } from '../../../index-w3lHxk5O.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import 'axios';
|
|
@@ -11,7 +11,7 @@ import '@tanstack/react-query';
|
|
|
11
11
|
import 'fs';
|
|
12
12
|
import 'uuid';
|
|
13
13
|
import 'yazl';
|
|
14
|
-
import { g as getShortUUID, m as makeHumanReadable } from '../../../index-
|
|
14
|
+
import { g as getShortUUID, m as makeHumanReadable } from '../../../index-DJ078v-U.js';
|
|
15
15
|
import 'open';
|
|
16
16
|
import 'marked';
|
|
17
17
|
import 'marked-terminal';
|
|
@@ -23,9 +23,9 @@ import 'string-length';
|
|
|
23
23
|
import 'strip-ansi';
|
|
24
24
|
import 'luxon';
|
|
25
25
|
import 'fast-glob';
|
|
26
|
-
import { C as Command } from '../../../Command-
|
|
26
|
+
import { C as Command } from '../../../Command-DFdHXDiU.js';
|
|
27
27
|
import 'socket.io-client';
|
|
28
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
28
|
+
import '../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
29
29
|
import '@expo/apple-utils/build/index.js';
|
|
30
30
|
import 'crypto-js';
|
|
31
31
|
import 'crypto';
|
|
@@ -58,7 +58,7 @@ class GameAndroidStatus extends BaseGameCommand {
|
|
|
58
58
|
engine: "Godot"
|
|
59
59
|
};
|
|
60
60
|
const steps = [
|
|
61
|
-
(platformStatus.hasBundleSet == false || platformStatus.hasApiKeyForPlatform == false || platformStatus.hasCredentialsForPlatform == false) && "
|
|
61
|
+
(platformStatus.hasBundleSet == false || platformStatus.hasApiKeyForPlatform == false || platformStatus.hasCredentialsForPlatform == false) && "shipthis game wizard android"
|
|
62
62
|
].filter(Boolean);
|
|
63
63
|
const progressToStatuses = (progress) => {
|
|
64
64
|
const { platform, ...rest } = progress;
|
|
@@ -2,9 +2,9 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import * as fs from 'fs';
|
|
5
|
-
import { c as BaseGameCommand, H as downloadBuildById } from '../../../index-
|
|
5
|
+
import { c as BaseGameCommand, H as downloadBuildById } from '../../../index-w3lHxk5O.js';
|
|
6
6
|
import 'react';
|
|
7
|
-
import '../../../index-
|
|
7
|
+
import '../../../index-CyvGh-kt.js';
|
|
8
8
|
import 'ink-spinner';
|
|
9
9
|
import '@inkjs/ui';
|
|
10
10
|
import 'axios';
|
|
@@ -28,13 +28,13 @@ import 'qrcode';
|
|
|
28
28
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
29
29
|
import 'string-length';
|
|
30
30
|
import 'strip-ansi';
|
|
31
|
-
import { C as Command } from '../../../Command-
|
|
31
|
+
import { C as Command } from '../../../Command-DFdHXDiU.js';
|
|
32
32
|
import '@expo/apple-utils/build/index.js';
|
|
33
33
|
import 'crypto-js';
|
|
34
34
|
import 'ini';
|
|
35
35
|
import 'deepmerge';
|
|
36
|
-
import '../../../index-
|
|
37
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
36
|
+
import '../../../index-DJ078v-U.js';
|
|
37
|
+
import '../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
38
38
|
|
|
39
39
|
class GameBuildDownload extends BaseGameCommand {
|
|
40
40
|
static args = {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Box, Text, render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { c as BaseGameCommand } from '../../../index-
|
|
4
|
+
import { c as BaseGameCommand } from '../../../index-w3lHxk5O.js';
|
|
5
5
|
import 'react';
|
|
6
|
-
import { u as useBuilds, c as getBuildSummary } from '../../../index-
|
|
6
|
+
import { u as useBuilds, c as getBuildSummary } from '../../../index-CyvGh-kt.js';
|
|
7
7
|
import Spinner from 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -28,15 +28,15 @@ import 'path';
|
|
|
28
28
|
import 'qrcode';
|
|
29
29
|
import 'string-length';
|
|
30
30
|
import 'strip-ansi';
|
|
31
|
-
import { C as CommandGame } from '../../../CommandGame-
|
|
31
|
+
import { C as CommandGame } from '../../../CommandGame-Dif-oSky.js';
|
|
32
32
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
33
33
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
34
34
|
import '@expo/apple-utils/build/index.js';
|
|
35
35
|
import 'ini';
|
|
36
36
|
import 'deepmerge';
|
|
37
|
-
import '../../../index-
|
|
38
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
39
|
-
import '../../../Command-
|
|
37
|
+
import '../../../index-DJ078v-U.js';
|
|
38
|
+
import '../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
39
|
+
import '../../../Command-DFdHXDiU.js';
|
|
40
40
|
|
|
41
41
|
const BuildsTable = ({ queryProps, ...boxProps }) => {
|
|
42
42
|
const { isLoading, data } = useBuilds(queryProps);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAuthenticatedCommand, D as DetailsFlags, j as isCWDGodotGame, t as GameEngine, u as getGodotVersion, v as createProject, w as DEFAULT_IGNORED_FILES_GLOBS, x as DEFAULT_SHIPPED_FILES_GLOBS, y as getGodotProjectName } from '../../index-
|
|
3
|
-
import { a as getInput } from '../../index-
|
|
2
|
+
import { B as BaseAuthenticatedCommand, D as DetailsFlags, j as isCWDGodotGame, t as GameEngine, u as getGodotVersion, v as createProject, w as DEFAULT_IGNORED_FILES_GLOBS, x as DEFAULT_SHIPPED_FILES_GLOBS, y as getGodotProjectName } from '../../index-w3lHxk5O.js';
|
|
3
|
+
import { a as getInput } from '../../index-DJ078v-U.js';
|
|
4
4
|
import 'path';
|
|
5
5
|
import 'fs';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -21,6 +21,7 @@ import '@tanstack/react-query';
|
|
|
21
21
|
import 'fast-glob';
|
|
22
22
|
import 'yazl';
|
|
23
23
|
import 'socket.io-client';
|
|
24
|
+
import 'ink';
|
|
24
25
|
|
|
25
26
|
class GameCreate extends BaseAuthenticatedCommand {
|
|
26
27
|
static args = {};
|
|
@@ -2,8 +2,8 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../../index-
|
|
6
|
-
import { c as BaseGameCommand, D as DetailsFlags, t as GameEngine } from '../../index-
|
|
5
|
+
import '../../index-CyvGh-kt.js';
|
|
6
|
+
import { c as BaseGameCommand, D as DetailsFlags, t as GameEngine } from '../../index-w3lHxk5O.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -13,7 +13,7 @@ import 'luxon';
|
|
|
13
13
|
import '@inkjs/ui';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'yazl';
|
|
16
|
-
import { i as isValidSemVer } from '../../index-
|
|
16
|
+
import { i as isValidSemVer } from '../../index-DJ078v-U.js';
|
|
17
17
|
import 'open';
|
|
18
18
|
import 'marked';
|
|
19
19
|
import 'marked-terminal';
|
|
@@ -23,9 +23,9 @@ import { S as StatusTable } from '../../StatusTable-Dm5St4g-.js';
|
|
|
23
23
|
import 'string-length';
|
|
24
24
|
import 'strip-ansi';
|
|
25
25
|
import 'fast-glob';
|
|
26
|
-
import { C as Command } from '../../Command-
|
|
26
|
+
import { C as Command } from '../../Command-DFdHXDiU.js';
|
|
27
27
|
import 'socket.io-client';
|
|
28
|
-
import '../../useAndroidServiceAccountTestResult-
|
|
28
|
+
import '../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
29
29
|
import '@expo/apple-utils/build/index.js';
|
|
30
30
|
import 'crypto';
|
|
31
31
|
import 'readline-sync';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Args, Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAuthenticatedCommand, j as isCWDGodotGame, F as getProject, w as DEFAULT_IGNORED_FILES_GLOBS, x as DEFAULT_SHIPPED_FILES_GLOBS } from '../../index-
|
|
2
|
+
import { B as BaseAuthenticatedCommand, j as isCWDGodotGame, F as getProject, w as DEFAULT_IGNORED_FILES_GLOBS, x as DEFAULT_SHIPPED_FILES_GLOBS } from '../../index-w3lHxk5O.js';
|
|
3
3
|
import 'crypto';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import 'readline-sync';
|
|
@@ -15,6 +15,7 @@ import 'uuid';
|
|
|
15
15
|
import 'fast-glob';
|
|
16
16
|
import 'yazl';
|
|
17
17
|
import 'socket.io-client';
|
|
18
|
+
import 'ink';
|
|
18
19
|
import 'path';
|
|
19
20
|
import '@expo/apple-utils/build/index.js';
|
|
20
21
|
import 'crypto-js';
|
|
@@ -2,8 +2,8 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../../../../index-
|
|
6
|
-
import { c as BaseGameCommand, i as BetaGroup } from '../../../../index-
|
|
5
|
+
import '../../../../index-CyvGh-kt.js';
|
|
6
|
+
import { c as BaseGameCommand, i as BetaGroup } from '../../../../index-w3lHxk5O.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -13,7 +13,7 @@ import 'luxon';
|
|
|
13
13
|
import '@inkjs/ui';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'yazl';
|
|
16
|
-
import { a as getInput } from '../../../../index-
|
|
16
|
+
import { a as getInput } from '../../../../index-DJ078v-U.js';
|
|
17
17
|
import 'open';
|
|
18
18
|
import 'marked';
|
|
19
19
|
import 'marked-terminal';
|
|
@@ -22,11 +22,11 @@ import 'qrcode';
|
|
|
22
22
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
23
23
|
import 'string-length';
|
|
24
24
|
import 'strip-ansi';
|
|
25
|
-
import { q as queryAppleApp } from '../../../../useAppleApp-
|
|
25
|
+
import { q as queryAppleApp } from '../../../../useAppleApp-h1Ogi_qc.js';
|
|
26
26
|
import 'fast-glob';
|
|
27
|
-
import { C as Command } from '../../../../Command-
|
|
27
|
+
import { C as Command } from '../../../../Command-DFdHXDiU.js';
|
|
28
28
|
import 'socket.io-client';
|
|
29
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
29
|
+
import '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
30
30
|
import '@expo/apple-utils/build/index.js';
|
|
31
31
|
import 'crypto';
|
|
32
32
|
import 'readline-sync';
|
|
@@ -2,8 +2,8 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../../../../index-
|
|
6
|
-
import { c as BaseGameCommand, d as getGodotAppleBundleIdentifier, e as BundleId, f as App } from '../../../../index-
|
|
5
|
+
import '../../../../index-CyvGh-kt.js';
|
|
6
|
+
import { c as BaseGameCommand, d as getGodotAppleBundleIdentifier, e as BundleId, f as App } from '../../../../index-w3lHxk5O.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -13,7 +13,7 @@ import 'luxon';
|
|
|
13
13
|
import '@inkjs/ui';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'yazl';
|
|
16
|
-
import { a as getInput, b as generatePackageName } from '../../../../index-
|
|
16
|
+
import { a as getInput, b as generatePackageName } from '../../../../index-DJ078v-U.js';
|
|
17
17
|
import 'open';
|
|
18
18
|
import 'marked';
|
|
19
19
|
import 'marked-terminal';
|
|
@@ -23,9 +23,9 @@ import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
|
23
23
|
import 'string-length';
|
|
24
24
|
import 'strip-ansi';
|
|
25
25
|
import 'fast-glob';
|
|
26
|
-
import { C as Command } from '../../../../Command-
|
|
26
|
+
import { C as Command } from '../../../../Command-DFdHXDiU.js';
|
|
27
27
|
import 'socket.io-client';
|
|
28
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
28
|
+
import '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
29
29
|
import '@expo/apple-utils/build/index.js';
|
|
30
30
|
import 'crypto';
|
|
31
31
|
import 'readline-sync';
|
|
@@ -2,8 +2,8 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../../../../index-
|
|
6
|
-
import { c as BaseGameCommand } from '../../../../index-
|
|
5
|
+
import '../../../../index-CyvGh-kt.js';
|
|
6
|
+
import { c as BaseGameCommand } from '../../../../index-w3lHxk5O.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -29,17 +29,17 @@ import { N as NextSteps } from '../../../../NextSteps-CK9zHOCt.js';
|
|
|
29
29
|
import 'qrcode';
|
|
30
30
|
import 'string-length';
|
|
31
31
|
import 'strip-ansi';
|
|
32
|
-
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-
|
|
33
|
-
import { C as Command } from '../../../../Command-
|
|
34
|
-
import '../../../../index-
|
|
35
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
32
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-eoK5F8Qn.js';
|
|
33
|
+
import { C as Command } from '../../../../Command-DFdHXDiU.js';
|
|
34
|
+
import '../../../../index-DJ078v-U.js';
|
|
35
|
+
import '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
37
37
|
import 'ini';
|
|
38
38
|
import 'deepmerge';
|
|
39
39
|
import '../../../../Title-BCQtayg6.js';
|
|
40
|
-
import '../../../../useAppleApp-
|
|
40
|
+
import '../../../../useAppleApp-h1Ogi_qc.js';
|
|
41
41
|
import '../../../../Table-CvM6pccN.js';
|
|
42
|
-
import '../../../../useAppleBundleId-
|
|
42
|
+
import '../../../../useAppleBundleId-B3TTNap0.js';
|
|
43
43
|
|
|
44
44
|
class GameIosAppStatus extends BaseGameCommand {
|
|
45
45
|
static args = {};
|
|
@@ -2,8 +2,8 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../../../../index-
|
|
6
|
-
import { c as BaseGameCommand, h as CapabilityTypeOption } from '../../../../index-
|
|
5
|
+
import '../../../../index-CyvGh-kt.js';
|
|
6
|
+
import { c as BaseGameCommand, h as CapabilityTypeOption } from '../../../../index-w3lHxk5O.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -19,7 +19,7 @@ import 'node:readline';
|
|
|
19
19
|
import 'node:path';
|
|
20
20
|
import 'node:url';
|
|
21
21
|
import 'isomorphic-git';
|
|
22
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-
|
|
22
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-B3TTNap0.js';
|
|
23
23
|
import 'fast-glob';
|
|
24
24
|
import 'socket.io-client';
|
|
25
25
|
import 'open';
|
|
@@ -30,9 +30,9 @@ import 'qrcode';
|
|
|
30
30
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
31
31
|
import 'string-length';
|
|
32
32
|
import 'strip-ansi';
|
|
33
|
-
import { C as Command } from '../../../../Command-
|
|
34
|
-
import '../../../../index-
|
|
35
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
33
|
+
import { C as Command } from '../../../../Command-DFdHXDiU.js';
|
|
34
|
+
import '../../../../index-DJ078v-U.js';
|
|
35
|
+
import '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
37
37
|
import 'ini';
|
|
38
38
|
import 'deepmerge';
|
|
@@ -3,14 +3,14 @@ import { render } from 'ink';
|
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import axios from 'axios';
|
|
5
5
|
import 'react';
|
|
6
|
-
import '../../../../index-
|
|
7
|
-
import { c as BaseGameCommand, P as Platform, C as CredentialsType, l as Certificate, m as CertificateType, n as Profile, o as ProfileType } from '../../../../index-
|
|
6
|
+
import '../../../../index-CyvGh-kt.js';
|
|
7
|
+
import { c as BaseGameCommand, P as Platform, C as CredentialsType, l as Certificate, m as CertificateType, n as Profile, o as ProfileType } from '../../../../index-w3lHxk5O.js';
|
|
8
8
|
import 'ink-spinner';
|
|
9
9
|
import 'crypto-js';
|
|
10
10
|
import 'uuid';
|
|
11
11
|
import 'fs';
|
|
12
12
|
import 'luxon';
|
|
13
|
-
import { a as getProjectCredentials, g as getUserCredentials } from '../../../../index-
|
|
13
|
+
import { a as getProjectCredentials, g as getUserCredentials } from '../../../../index-C6aAyrXW.js';
|
|
14
14
|
import '@inkjs/ui';
|
|
15
15
|
import '@tanstack/react-query';
|
|
16
16
|
import 'yazl';
|
|
@@ -20,7 +20,7 @@ import 'node:readline';
|
|
|
20
20
|
import 'node:path';
|
|
21
21
|
import 'node:url';
|
|
22
22
|
import 'isomorphic-git';
|
|
23
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-
|
|
23
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-B3TTNap0.js';
|
|
24
24
|
import 'fast-glob';
|
|
25
25
|
import 'socket.io-client';
|
|
26
26
|
import 'open';
|
|
@@ -31,10 +31,10 @@ import 'qrcode';
|
|
|
31
31
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
32
32
|
import 'string-length';
|
|
33
33
|
import 'strip-ansi';
|
|
34
|
-
import { C as Command } from '../../../../Command-
|
|
35
|
-
import { a as uploadProjectCredentials } from '../../../../upload-
|
|
36
|
-
import '../../../../index-
|
|
37
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
34
|
+
import { C as Command } from '../../../../Command-DFdHXDiU.js';
|
|
35
|
+
import { a as uploadProjectCredentials } from '../../../../upload-BTpxj3QP.js';
|
|
36
|
+
import '../../../../index-DJ078v-U.js';
|
|
37
|
+
import '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
38
38
|
import '@expo/apple-utils/build/index.js';
|
|
39
39
|
import 'ini';
|
|
40
40
|
import 'deepmerge';
|
|
@@ -2,10 +2,10 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import * as fs from 'fs';
|
|
5
|
-
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-
|
|
6
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
5
|
+
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-w3lHxk5O.js';
|
|
6
|
+
import { a as getProjectCredentials } from '../../../../index-C6aAyrXW.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import '../../../../index-
|
|
8
|
+
import '../../../../index-CyvGh-kt.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -30,13 +30,13 @@ import 'qrcode';
|
|
|
30
30
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
31
31
|
import 'string-length';
|
|
32
32
|
import 'strip-ansi';
|
|
33
|
-
import { C as Command } from '../../../../Command-
|
|
34
|
-
import { e as exportCredential } from '../../../../export-
|
|
33
|
+
import { C as Command } from '../../../../Command-DFdHXDiU.js';
|
|
34
|
+
import { e as exportCredential } from '../../../../export-DZxo2_e_.js';
|
|
35
35
|
import '@expo/apple-utils/build/index.js';
|
|
36
36
|
import 'ini';
|
|
37
37
|
import 'deepmerge';
|
|
38
|
-
import '../../../../index-
|
|
39
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
38
|
+
import '../../../../index-DJ078v-U.js';
|
|
39
|
+
import '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
40
40
|
|
|
41
41
|
class GameIosProfileExport extends BaseGameCommand {
|
|
42
42
|
static args = {
|
|
@@ -2,10 +2,10 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import * as fs from 'fs';
|
|
5
|
-
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-
|
|
6
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
5
|
+
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-w3lHxk5O.js';
|
|
6
|
+
import { a as getProjectCredentials } from '../../../../index-C6aAyrXW.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import '../../../../index-
|
|
8
|
+
import '../../../../index-CyvGh-kt.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -30,13 +30,13 @@ import 'qrcode';
|
|
|
30
30
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
31
31
|
import 'string-length';
|
|
32
32
|
import 'strip-ansi';
|
|
33
|
-
import { C as Command } from '../../../../Command-
|
|
34
|
-
import { i as importCredential } from '../../../../import-
|
|
33
|
+
import { C as Command } from '../../../../Command-DFdHXDiU.js';
|
|
34
|
+
import { i as importCredential } from '../../../../import-8pL1AF47.js';
|
|
35
35
|
import '@expo/apple-utils/build/index.js';
|
|
36
36
|
import 'ini';
|
|
37
37
|
import 'deepmerge';
|
|
38
|
-
import '../../../../index-
|
|
39
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
38
|
+
import '../../../../index-DJ078v-U.js';
|
|
39
|
+
import '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
40
40
|
|
|
41
41
|
class GameIosProfileImport extends BaseGameCommand {
|
|
42
42
|
static args = {
|
|
@@ -2,8 +2,8 @@ import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Box, Text, render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../../../../index-
|
|
6
|
-
import { b as getShortDate, n as Profile, o as ProfileType, C as CredentialsType, P as Platform, c as BaseGameCommand } from '../../../../index-
|
|
5
|
+
import '../../../../index-CyvGh-kt.js';
|
|
6
|
+
import { b as getShortDate, n as Profile, o as ProfileType, C as CredentialsType, P as Platform, c as BaseGameCommand } from '../../../../index-w3lHxk5O.js';
|
|
7
7
|
import Spinner from 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -28,14 +28,14 @@ import 'path';
|
|
|
28
28
|
import 'qrcode';
|
|
29
29
|
import 'string-length';
|
|
30
30
|
import 'strip-ansi';
|
|
31
|
-
import { u as useProjectCredentials } from '../../../../useProjectCredentials-
|
|
31
|
+
import { u as useProjectCredentials } from '../../../../useProjectCredentials-DpeXZcHP.js';
|
|
32
32
|
import { T as Table } from '../../../../Table-CvM6pccN.js';
|
|
33
33
|
import { T as Title } from '../../../../Title-BCQtayg6.js';
|
|
34
34
|
import { N as NextSteps } from '../../../../NextSteps-CK9zHOCt.js';
|
|
35
|
-
import { C as Command } from '../../../../Command-
|
|
36
|
-
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-
|
|
37
|
-
import '../../../../index-
|
|
38
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
35
|
+
import { C as Command } from '../../../../Command-DFdHXDiU.js';
|
|
36
|
+
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-u9ruZ9mN.js';
|
|
37
|
+
import '../../../../index-DJ078v-U.js';
|
|
38
|
+
import '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
39
39
|
import '@expo/apple-utils/build/index.js';
|
|
40
40
|
import 'ini';
|
|
41
41
|
import 'deepmerge';
|
|
@@ -2,8 +2,8 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../../../index-
|
|
6
|
-
import { c as BaseGameCommand, k as getProjectPlatformProgress, P as Platform, b as getShortDate } from '../../../index-
|
|
5
|
+
import '../../../index-CyvGh-kt.js';
|
|
6
|
+
import { c as BaseGameCommand, k as getProjectPlatformProgress, P as Platform, b as getShortDate } from '../../../index-w3lHxk5O.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import 'axios';
|
|
@@ -11,7 +11,7 @@ import '@tanstack/react-query';
|
|
|
11
11
|
import 'fs';
|
|
12
12
|
import 'uuid';
|
|
13
13
|
import 'yazl';
|
|
14
|
-
import { g as getShortUUID, m as makeHumanReadable } from '../../../index-
|
|
14
|
+
import { g as getShortUUID, m as makeHumanReadable } from '../../../index-DJ078v-U.js';
|
|
15
15
|
import 'open';
|
|
16
16
|
import 'marked';
|
|
17
17
|
import 'marked-terminal';
|
|
@@ -21,12 +21,12 @@ import 'qrcode';
|
|
|
21
21
|
import { S as StatusTable } from '../../../StatusTable-Dm5St4g-.js';
|
|
22
22
|
import 'string-length';
|
|
23
23
|
import 'strip-ansi';
|
|
24
|
-
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-
|
|
25
|
-
import { C as Command } from '../../../Command-
|
|
24
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-eoK5F8Qn.js';
|
|
25
|
+
import { C as Command } from '../../../Command-DFdHXDiU.js';
|
|
26
26
|
import 'luxon';
|
|
27
27
|
import 'fast-glob';
|
|
28
28
|
import 'socket.io-client';
|
|
29
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
29
|
+
import '../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
30
30
|
import '@expo/apple-utils/build/index.js';
|
|
31
31
|
import 'crypto-js';
|
|
32
32
|
import 'crypto';
|
|
@@ -38,9 +38,9 @@ import 'isomorphic-git';
|
|
|
38
38
|
import 'ini';
|
|
39
39
|
import 'deepmerge';
|
|
40
40
|
import '../../../Title-BCQtayg6.js';
|
|
41
|
-
import '../../../useAppleApp-
|
|
41
|
+
import '../../../useAppleApp-h1Ogi_qc.js';
|
|
42
42
|
import '../../../Table-CvM6pccN.js';
|
|
43
|
-
import '../../../useAppleBundleId-
|
|
43
|
+
import '../../../useAppleBundleId-B3TTNap0.js';
|
|
44
44
|
|
|
45
45
|
class GameIosStatus extends BaseGameCommand {
|
|
46
46
|
static args = {};
|
|
@@ -61,7 +61,7 @@ class GameIosStatus extends BaseGameCommand {
|
|
|
61
61
|
createdAt: getShortDate(game.createdAt),
|
|
62
62
|
engine: "Godot"
|
|
63
63
|
};
|
|
64
|
-
const steps = [iosPlatformStatus.hasBundleSet == false && "
|
|
64
|
+
const steps = [iosPlatformStatus.hasBundleSet == false && "shipthis game ios app create"].filter(
|
|
65
65
|
Boolean
|
|
66
66
|
);
|
|
67
67
|
const progressToStatuses = (progress) => {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
2
|
import chalk from 'chalk';
|
|
3
|
-
import { B as BaseAuthenticatedCommand, j as isCWDGodotGame, W as WEB_URL, P as Platform, C as CredentialsType } from '../../../index-
|
|
3
|
+
import { B as BaseAuthenticatedCommand, j as isCWDGodotGame, W as WEB_URL, P as Platform, C as CredentialsType } from '../../../index-w3lHxk5O.js';
|
|
4
4
|
import 'axios';
|
|
5
5
|
import 'crypto-js';
|
|
6
6
|
import 'uuid';
|
|
7
7
|
import 'fs';
|
|
8
8
|
import 'luxon';
|
|
9
|
-
import { g as getUserCredentials, a as getProjectCredentials } from '../../../index-
|
|
9
|
+
import { g as getUserCredentials, a as getProjectCredentials } from '../../../index-C6aAyrXW.js';
|
|
10
10
|
import 'react/jsx-runtime';
|
|
11
11
|
import 'react';
|
|
12
12
|
import 'ink';
|
|
13
|
-
import { g as getRenderedMarkdown } from '../../../index-
|
|
13
|
+
import { g as getRenderedMarkdown } from '../../../index-CyvGh-kt.js';
|
|
14
14
|
import 'ink-spinner';
|
|
15
15
|
import '@inkjs/ui';
|
|
16
16
|
import '@tanstack/react-query';
|
|
@@ -31,8 +31,8 @@ import 'path';
|
|
|
31
31
|
import '@expo/apple-utils/build/index.js';
|
|
32
32
|
import 'ini';
|
|
33
33
|
import 'deepmerge';
|
|
34
|
-
import '../../../index-
|
|
35
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
34
|
+
import '../../../index-DJ078v-U.js';
|
|
35
|
+
import '../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
36
36
|
import 'marked';
|
|
37
37
|
import 'marked-terminal';
|
|
38
38
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render, Box, Text } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { c as BaseGameCommand, z as getProjectJobs } from '../../../index-
|
|
4
|
+
import { c as BaseGameCommand, z as getProjectJobs } from '../../../index-w3lHxk5O.js';
|
|
5
5
|
import 'react';
|
|
6
|
-
import { a as getJobSummary } from '../../../index-
|
|
6
|
+
import { a as getJobSummary } from '../../../index-CyvGh-kt.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import 'axios';
|
|
@@ -11,7 +11,7 @@ import '@tanstack/react-query';
|
|
|
11
11
|
import 'fs';
|
|
12
12
|
import 'uuid';
|
|
13
13
|
import 'yazl';
|
|
14
|
-
import { c as getJobStatusColor } from '../../../index-
|
|
14
|
+
import { c as getJobStatusColor } from '../../../index-DJ078v-U.js';
|
|
15
15
|
import 'open';
|
|
16
16
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
17
17
|
import 'marked';
|
|
@@ -23,7 +23,7 @@ import 'string-length';
|
|
|
23
23
|
import 'strip-ansi';
|
|
24
24
|
import { DateTime } from 'luxon';
|
|
25
25
|
import 'fast-glob';
|
|
26
|
-
import { C as Command } from '../../../Command-
|
|
26
|
+
import { C as Command } from '../../../Command-DFdHXDiU.js';
|
|
27
27
|
import 'socket.io-client';
|
|
28
28
|
import '@expo/apple-utils/build/index.js';
|
|
29
29
|
import 'crypto-js';
|
|
@@ -35,7 +35,7 @@ import 'node:url';
|
|
|
35
35
|
import 'isomorphic-git';
|
|
36
36
|
import 'ini';
|
|
37
37
|
import 'deepmerge';
|
|
38
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
38
|
+
import '../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
39
39
|
|
|
40
40
|
class GameJobList extends BaseGameCommand {
|
|
41
41
|
static args = {};
|
|
@@ -1,9 +1,9 @@
|
|
|
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 { c as BaseGameCommand, E as getJob, J as JobStatus } from '../../../index-
|
|
4
|
+
import { c as BaseGameCommand, E as getJob, J as JobStatus } from '../../../index-w3lHxk5O.js';
|
|
5
5
|
import 'react';
|
|
6
|
-
import '../../../index-
|
|
6
|
+
import '../../../index-CyvGh-kt.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import 'axios';
|
|
@@ -28,17 +28,17 @@ import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
|
|
|
28
28
|
import 'qrcode';
|
|
29
29
|
import 'string-length';
|
|
30
30
|
import 'strip-ansi';
|
|
31
|
-
import { C as Command } from '../../../Command-
|
|
32
|
-
import { J as JobLogTail } from '../../../JobLogTail-
|
|
33
|
-
import { J as JobStatusTable } from '../../../JobStatusTable-
|
|
31
|
+
import { C as Command } from '../../../Command-DFdHXDiU.js';
|
|
32
|
+
import { J as JobLogTail } from '../../../JobLogTail-BWzbQBZz.js';
|
|
33
|
+
import { J as JobStatusTable } from '../../../JobStatusTable-CEqWU73q.js';
|
|
34
34
|
import '@expo/apple-utils/build/index.js';
|
|
35
35
|
import 'crypto-js';
|
|
36
36
|
import 'ini';
|
|
37
37
|
import 'deepmerge';
|
|
38
|
-
import '../../../index-
|
|
39
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
38
|
+
import '../../../index-DJ078v-U.js';
|
|
39
|
+
import '../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
40
40
|
import '../../../Title-BCQtayg6.js';
|
|
41
|
-
import '../../../useWebSocket-
|
|
41
|
+
import '../../../useWebSocket-gyuCsore.js';
|
|
42
42
|
import '../../../StatusTable-Dm5St4g-.js';
|
|
43
43
|
|
|
44
44
|
class GameJobStatus extends BaseGameCommand {
|