shipthis 0.0.41 → 0.1.0
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 +17 -17
- package/dist/{AppleBundleIdDetails-n1_U8IqK.js → AppleBundleIdDetails-BF-Pm1Ia.js} +19 -7
- package/dist/Command-BrfJSeOC.js +1077 -0
- package/dist/CommandGame-D9wl8hfX.js +8 -0
- package/dist/{NextSteps-CK9zHOCt.js → NextSteps-DKcjSHZ3.js} +1 -1
- package/dist/ProjectCredentialsTable-BVvkIPjN.js +36 -0
- package/dist/{StatusTable-CxuX_R1D.js → StatusTable-BzsNF75L.js} +2 -7
- package/dist/{UserCredentialsTable-A_YlFeJX.js → UserCredentialsTable-DUFQqHVt.js} +11 -5
- package/dist/{baseAppleCommand-DK5-Cvg4.js → baseAppleCommand-BSJhK8GA.js} +1 -1
- package/dist/baseGameAndroidCommand-CPAtReqy.js +43 -0
- package/dist/commands/apple/apiKey/create.js +24 -10
- package/dist/commands/apple/apiKey/export.js +23 -9
- package/dist/commands/apple/apiKey/import.js +23 -9
- package/dist/commands/apple/apiKey/status.js +25 -13
- package/dist/commands/apple/certificate/create.js +25 -11
- package/dist/commands/apple/certificate/export.js +23 -9
- package/dist/commands/apple/certificate/import.js +23 -9
- package/dist/commands/apple/certificate/status.js +26 -14
- package/dist/commands/apple/login.js +9 -3
- package/dist/commands/apple/status.js +27 -13
- package/dist/commands/dashboard.js +11 -5
- package/dist/commands/game/android/apiKey/connect.js +73 -0
- package/dist/commands/game/android/apiKey/create.js +70 -0
- package/dist/commands/game/android/apiKey/export.js +83 -0
- package/dist/commands/game/android/apiKey/import.js +92 -0
- package/dist/commands/game/android/apiKey/invite.js +81 -0
- package/dist/commands/game/android/apiKey/status.js +86 -0
- package/dist/commands/game/android/keyStore/create.js +67 -0
- package/dist/commands/game/android/keyStore/export.js +82 -0
- package/dist/commands/game/android/keyStore/import.js +91 -0
- package/dist/commands/game/android/keyStore/status.js +69 -0
- package/dist/commands/game/android/status.js +84 -0
- package/dist/commands/game/android/wizard.js +53 -0
- package/dist/commands/game/build/download.js +23 -9
- package/dist/commands/game/build/list.js +25 -14
- package/dist/commands/game/create.js +18 -10
- package/dist/commands/game/details.js +28 -19
- package/dist/commands/game/export.js +11 -5
- package/dist/commands/game/ios/app/addTester.js +25 -12
- package/dist/commands/game/ios/app/create.js +26 -13
- package/dist/commands/game/ios/app/status.js +27 -13
- package/dist/commands/game/ios/app/sync.js +23 -9
- package/dist/commands/game/ios/profile/create.js +22 -8
- package/dist/commands/game/ios/profile/export.js +23 -9
- package/dist/commands/game/ios/profile/import.js +23 -9
- package/dist/commands/game/ios/profile/status.js +26 -71
- package/dist/commands/game/ios/status.js +28 -15
- package/dist/commands/game/ios/wizard.js +125 -0
- package/dist/commands/game/job/list.js +26 -14
- package/dist/commands/game/job/status.js +26 -71
- package/dist/commands/game/list.js +26 -12
- package/dist/commands/game/ship.js +7 -4
- package/dist/commands/game/status.js +63 -25
- package/dist/commands/game/wizard.js +41 -99
- package/dist/commands/internal/fastlane.js +74 -0
- package/dist/commands/internal/readme.js +1452 -0
- package/dist/commands/login.js +9 -3
- package/dist/commands/status.js +23 -10
- package/dist/{export-C16psune.js → export-B0FJT0EU.js} +1 -1
- package/dist/{import-hte2Jy0K.js → import-CLDJ2iPu.js} +1 -1
- package/dist/{baseGameCommand-B3NbuvDu.js → index-CF0fIsx2.js} +112 -37
- package/dist/index-CFHmtzfq.js +24 -0
- package/dist/{index-ZHJdUrwJ.js → index-Df8uXQ4s.js} +14 -3
- package/dist/{upload-DADrkIUB.js → upload-C5L82Yq0.js} +1 -1
- package/dist/useAndroidServiceAccountTestResult-BnxNuoG3.js +52 -0
- package/dist/{useAppleApp-Cr3VcGVs.js → useAppleApp-IXRdsK5w.js} +1 -1
- package/dist/{useAppleBundleId-BxtyGpHy.js → useAppleBundleId-DYC5ISKT.js} +1 -1
- package/docs/game/android/apiKey/connect.md +27 -0
- package/docs/game/android/apiKey/create.md +25 -0
- package/docs/game/android/apiKey/export.md +25 -0
- package/docs/game/android/apiKey/import.md +25 -0
- package/docs/game/android/apiKey/invite.md +27 -0
- package/docs/game/android/apiKey/status.md +23 -0
- package/docs/game/android/apiKey.md +165 -0
- package/docs/game/android/keyStore/create.md +24 -0
- package/docs/game/android/keyStore/export.md +25 -0
- package/docs/game/android/keyStore/import.md +25 -0
- package/docs/game/android/keyStore/status.md +23 -0
- package/docs/game/android/keyStore.md +108 -0
- package/docs/game/android/status.md +23 -0
- package/docs/game/android/wizard.md +28 -0
- package/docs/game/android.md +339 -0
- package/docs/game/create.md +12 -7
- package/docs/game/ios/wizard.md +21 -0
- package/docs/game/wizard.md +12 -18
- package/oclif.manifest.json +938 -185
- package/package.json +53 -18
- package/dist/App-BfoOFeZ-.js +0 -21
- package/dist/RunWithSpinner-BVXNWGD3.js +0 -27
- package/dist/Title-BCQtayg6.js +0 -6
- package/dist/cacheKeys-CShA-ZjE.js +0 -9
- package/dist/useBuilds-JHqMwpWS.js +0 -41
- package/dist/useJob-Bc9fdiyP.js +0 -34
|
@@ -1,28 +1,41 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import {
|
|
5
|
-
import 'ink-spinner';
|
|
6
|
-
import { d as BaseGameCommand, x as GameEngine } from '../../baseGameCommand-B3NbuvDu.js';
|
|
7
|
-
import { i as isValidSemVer } from '../../index-ZHJdUrwJ.js';
|
|
4
|
+
import { C as Command } from '../../Command-BrfJSeOC.js';
|
|
8
5
|
import 'react';
|
|
9
|
-
import '
|
|
10
|
-
import '@tanstack/react-query';
|
|
11
|
-
import '@expo/apple-utils/build/index.js';
|
|
6
|
+
import 'ink-spinner';
|
|
12
7
|
import 'axios';
|
|
8
|
+
import 'crypto-js';
|
|
9
|
+
import 'uuid';
|
|
10
|
+
import { c as BaseGameCommand, D as DetailsFlags, t as GameEngine } from '../../index-CF0fIsx2.js';
|
|
11
|
+
import 'luxon';
|
|
13
12
|
import 'fs';
|
|
14
|
-
import
|
|
15
|
-
import '
|
|
13
|
+
import '@inkjs/ui';
|
|
14
|
+
import { i as isValidSemVer } from '../../index-Df8uXQ4s.js';
|
|
15
|
+
import '@tanstack/react-query';
|
|
16
|
+
import 'marked';
|
|
17
|
+
import 'marked-terminal';
|
|
18
|
+
import 'qrcode';
|
|
19
|
+
import { S as StatusTable } from '../../StatusTable-BzsNF75L.js';
|
|
16
20
|
import 'string-length';
|
|
17
21
|
import 'strip-ansi';
|
|
18
|
-
import '
|
|
22
|
+
import 'fast-glob';
|
|
23
|
+
import 'yazl';
|
|
24
|
+
import 'socket.io-client';
|
|
25
|
+
import 'open';
|
|
26
|
+
import '../../useAndroidServiceAccountTestResult-BnxNuoG3.js';
|
|
19
27
|
import 'crypto';
|
|
20
28
|
import 'readline-sync';
|
|
21
29
|
import 'node:readline';
|
|
30
|
+
import 'node:path';
|
|
31
|
+
import 'node:url';
|
|
22
32
|
import 'isomorphic-git';
|
|
33
|
+
import '../../git-DREGq-jc.js';
|
|
34
|
+
import '../../index-CFHmtzfq.js';
|
|
35
|
+
import 'path';
|
|
36
|
+
import '@expo/apple-utils/build/index.js';
|
|
23
37
|
import 'ini';
|
|
24
38
|
import 'deepmerge';
|
|
25
|
-
import '../../Title-BCQtayg6.js';
|
|
26
39
|
|
|
27
40
|
class GameDetails extends BaseGameCommand {
|
|
28
41
|
static args = {};
|
|
@@ -36,16 +49,11 @@ class GameDetails extends BaseGameCommand {
|
|
|
36
49
|
static flags = {
|
|
37
50
|
...BaseGameCommand.flags,
|
|
38
51
|
force: Flags.boolean({ char: "f", description: "Force the command to run" }),
|
|
39
|
-
|
|
40
|
-
semanticVersion: Flags.string({ char: "s", description: "Set the semantic version" }),
|
|
41
|
-
gameEngine: Flags.string({ char: "e", description: "Set the game engine" }),
|
|
42
|
-
gameEngineVersion: Flags.string({ char: "v", description: "Set the game engine version" }),
|
|
43
|
-
iosBundleId: Flags.string({ char: "i", description: "Set the iOS bundle ID" }),
|
|
44
|
-
androidPackageName: Flags.string({ char: "a", description: "Set the Android package name" })
|
|
52
|
+
...DetailsFlags
|
|
45
53
|
};
|
|
46
54
|
async run() {
|
|
47
55
|
const { gameId, force, ...valueFlags } = this.flags;
|
|
48
|
-
const { semanticVersion, buildNumber, gameEngine, gameEngineVersion, iosBundleId, androidPackageName } = valueFlags;
|
|
56
|
+
const { name, semanticVersion, buildNumber, gameEngine, gameEngineVersion, iosBundleId, androidPackageName } = valueFlags;
|
|
49
57
|
if (semanticVersion && !isValidSemVer(semanticVersion))
|
|
50
58
|
throw new Error(`Invalid semantic version: ${semanticVersion}`);
|
|
51
59
|
if ((gameEngine || gameEngineVersion || iosBundleId || androidPackageName) && !force)
|
|
@@ -53,6 +61,7 @@ class GameDetails extends BaseGameCommand {
|
|
|
53
61
|
if (gameEngine && gameEngine !== GameEngine.GODOT) throw new Error(`Game engine ${gameEngine} not supported`);
|
|
54
62
|
let game = await this.getGame();
|
|
55
63
|
const update = {
|
|
64
|
+
name: name || game.name,
|
|
56
65
|
details: {
|
|
57
66
|
...game.details,
|
|
58
67
|
...semanticVersion && { semanticVersion },
|
|
@@ -67,7 +76,7 @@ class GameDetails extends BaseGameCommand {
|
|
|
67
76
|
game = await this.updateGame(update);
|
|
68
77
|
}
|
|
69
78
|
render(
|
|
70
|
-
/* @__PURE__ */ jsx(
|
|
79
|
+
/* @__PURE__ */ jsx(Command, { command: this, children: /* @__PURE__ */ jsx(
|
|
71
80
|
StatusTable,
|
|
72
81
|
{
|
|
73
82
|
title: "Game Details",
|
|
@@ -1,17 +1,23 @@
|
|
|
1
1
|
import { Args, Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAuthenticatedCommand,
|
|
3
|
-
import 'path';
|
|
4
|
-
import 'fs';
|
|
5
|
-
import '@expo/apple-utils/build/index.js';
|
|
2
|
+
import { B as BaseAuthenticatedCommand, j as isCWDGodotGame, H as getProject, w as DEFAULT_IGNORED_FILES_GLOBS, x as DEFAULT_SHIPPED_FILES_GLOBS } from '../../index-CF0fIsx2.js';
|
|
6
3
|
import 'crypto';
|
|
4
|
+
import 'fs';
|
|
7
5
|
import 'readline-sync';
|
|
8
6
|
import 'node:readline';
|
|
7
|
+
import 'node:path';
|
|
8
|
+
import 'node:url';
|
|
9
9
|
import 'react';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import '@tanstack/react-query';
|
|
12
|
-
import 'socket.io-client';
|
|
13
12
|
import 'luxon';
|
|
13
|
+
import 'uuid';
|
|
14
|
+
import 'fast-glob';
|
|
15
|
+
import 'yazl';
|
|
16
|
+
import 'socket.io-client';
|
|
14
17
|
import 'isomorphic-git';
|
|
18
|
+
import 'path';
|
|
19
|
+
import '@expo/apple-utils/build/index.js';
|
|
20
|
+
import 'crypto-js';
|
|
15
21
|
import 'ini';
|
|
16
22
|
import 'deepmerge';
|
|
17
23
|
|
|
@@ -1,26 +1,39 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import {
|
|
5
|
-
import 'ink-spinner';
|
|
6
|
-
import { a as getInput } from '../../../../index-ZHJdUrwJ.js';
|
|
4
|
+
import { C as Command, R as RunWithSpinner } from '../../../../Command-BrfJSeOC.js';
|
|
7
5
|
import 'react';
|
|
8
|
-
import
|
|
9
|
-
import 'luxon';
|
|
10
|
-
import '@tanstack/react-query';
|
|
11
|
-
import { q as queryAppleApp } from '../../../../useAppleApp-Cr3VcGVs.js';
|
|
6
|
+
import 'ink-spinner';
|
|
12
7
|
import 'axios';
|
|
8
|
+
import 'crypto-js';
|
|
9
|
+
import 'uuid';
|
|
10
|
+
import { c as BaseGameCommand, i as BetaGroup } from '../../../../index-CF0fIsx2.js';
|
|
11
|
+
import 'luxon';
|
|
13
12
|
import 'fs';
|
|
14
|
-
import '
|
|
13
|
+
import '@inkjs/ui';
|
|
14
|
+
import { a as getInput } from '../../../../index-Df8uXQ4s.js';
|
|
15
|
+
import '@tanstack/react-query';
|
|
16
|
+
import 'marked';
|
|
17
|
+
import 'marked-terminal';
|
|
18
|
+
import 'qrcode';
|
|
15
19
|
import 'string-length';
|
|
16
20
|
import 'strip-ansi';
|
|
17
|
-
import {
|
|
18
|
-
import '
|
|
19
|
-
import '
|
|
21
|
+
import { q as queryAppleApp } from '../../../../useAppleApp-IXRdsK5w.js';
|
|
22
|
+
import 'fast-glob';
|
|
23
|
+
import 'yazl';
|
|
24
|
+
import 'socket.io-client';
|
|
25
|
+
import 'open';
|
|
26
|
+
import '../../../../useAndroidServiceAccountTestResult-BnxNuoG3.js';
|
|
20
27
|
import 'crypto';
|
|
21
28
|
import 'readline-sync';
|
|
22
29
|
import 'node:readline';
|
|
30
|
+
import 'node:path';
|
|
31
|
+
import 'node:url';
|
|
23
32
|
import 'isomorphic-git';
|
|
33
|
+
import '../../../../git-DREGq-jc.js';
|
|
34
|
+
import '../../../../index-CFHmtzfq.js';
|
|
35
|
+
import 'path';
|
|
36
|
+
import '@expo/apple-utils/build/index.js';
|
|
24
37
|
import 'ini';
|
|
25
38
|
import 'deepmerge';
|
|
26
39
|
|
|
@@ -95,7 +108,7 @@ class GameIosAppAddTester extends BaseGameCommand {
|
|
|
95
108
|
const handleComplete = async () => {
|
|
96
109
|
};
|
|
97
110
|
render(
|
|
98
|
-
/* @__PURE__ */ jsx(
|
|
111
|
+
/* @__PURE__ */ jsx(Command, { command: this, children: /* @__PURE__ */ jsx(
|
|
99
112
|
RunWithSpinner,
|
|
100
113
|
{
|
|
101
114
|
msgInProgress: "Adding test user...",
|
|
@@ -1,25 +1,38 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import {
|
|
5
|
-
import 'ink-spinner';
|
|
6
|
-
import { a as getInput, b as generatePackageName } from '../../../../index-ZHJdUrwJ.js';
|
|
4
|
+
import { C as Command, R as RunWithSpinner } from '../../../../Command-BrfJSeOC.js';
|
|
7
5
|
import 'react';
|
|
8
|
-
import
|
|
9
|
-
import 'luxon';
|
|
10
|
-
import '@tanstack/react-query';
|
|
6
|
+
import 'ink-spinner';
|
|
11
7
|
import 'axios';
|
|
8
|
+
import 'crypto-js';
|
|
9
|
+
import 'uuid';
|
|
10
|
+
import { c as BaseGameCommand, d as getGodotAppleBundleIdentifier, e as BundleId, f as App } from '../../../../index-CF0fIsx2.js';
|
|
11
|
+
import 'luxon';
|
|
12
12
|
import 'fs';
|
|
13
|
-
import '
|
|
13
|
+
import '@inkjs/ui';
|
|
14
|
+
import { a as getInput, b as generatePackageName } from '../../../../index-Df8uXQ4s.js';
|
|
15
|
+
import '@tanstack/react-query';
|
|
16
|
+
import 'marked';
|
|
17
|
+
import 'marked-terminal';
|
|
18
|
+
import 'qrcode';
|
|
14
19
|
import 'string-length';
|
|
15
20
|
import 'strip-ansi';
|
|
16
|
-
import
|
|
17
|
-
import '
|
|
18
|
-
import '
|
|
21
|
+
import 'fast-glob';
|
|
22
|
+
import 'yazl';
|
|
23
|
+
import 'socket.io-client';
|
|
24
|
+
import 'open';
|
|
25
|
+
import '../../../../useAndroidServiceAccountTestResult-BnxNuoG3.js';
|
|
19
26
|
import 'crypto';
|
|
20
27
|
import 'readline-sync';
|
|
21
28
|
import 'node:readline';
|
|
29
|
+
import 'node:path';
|
|
30
|
+
import 'node:url';
|
|
22
31
|
import 'isomorphic-git';
|
|
32
|
+
import '../../../../git-DREGq-jc.js';
|
|
33
|
+
import '../../../../index-CFHmtzfq.js';
|
|
34
|
+
import 'path';
|
|
35
|
+
import '@expo/apple-utils/build/index.js';
|
|
23
36
|
import 'ini';
|
|
24
37
|
import 'deepmerge';
|
|
25
38
|
|
|
@@ -68,12 +81,12 @@ class GameIosAppCreate extends BaseGameCommand {
|
|
|
68
81
|
name
|
|
69
82
|
});
|
|
70
83
|
}
|
|
71
|
-
let app = await App
|
|
84
|
+
let app = await App.findAsync(ctx, {
|
|
72
85
|
bundleId: iosBundleId
|
|
73
86
|
});
|
|
74
87
|
if (!app) {
|
|
75
88
|
this.log(`Creating App ${iosBundleId} in apple portal...`);
|
|
76
|
-
app = await App
|
|
89
|
+
app = await App.createAsync(ctx, {
|
|
77
90
|
bundleId: iosBundleId,
|
|
78
91
|
name,
|
|
79
92
|
primaryLocale: "en-US"
|
|
@@ -88,7 +101,7 @@ class GameIosAppCreate extends BaseGameCommand {
|
|
|
88
101
|
};
|
|
89
102
|
if (this.flags.quiet) return await createApp();
|
|
90
103
|
render(
|
|
91
|
-
/* @__PURE__ */ jsx(
|
|
104
|
+
/* @__PURE__ */ jsx(Command, { command: this, children: /* @__PURE__ */ jsx(
|
|
92
105
|
RunWithSpinner,
|
|
93
106
|
{
|
|
94
107
|
msgInProgress: "Creating App and BundleId in the Apple Developer Portal",
|
|
@@ -1,31 +1,45 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import {
|
|
4
|
+
import { C as Command } from '../../../../Command-BrfJSeOC.js';
|
|
5
|
+
import 'react';
|
|
5
6
|
import 'ink-spinner';
|
|
6
|
-
import '
|
|
7
|
+
import 'axios';
|
|
8
|
+
import 'crypto-js';
|
|
9
|
+
import 'uuid';
|
|
10
|
+
import { c as BaseGameCommand } from '../../../../index-CF0fIsx2.js';
|
|
11
|
+
import 'luxon';
|
|
7
12
|
import 'fs';
|
|
13
|
+
import '@inkjs/ui';
|
|
14
|
+
import 'crypto';
|
|
8
15
|
import 'readline-sync';
|
|
9
16
|
import 'node:readline';
|
|
10
|
-
import '
|
|
11
|
-
import '
|
|
17
|
+
import 'node:path';
|
|
18
|
+
import 'node:url';
|
|
12
19
|
import '@tanstack/react-query';
|
|
13
|
-
import
|
|
14
|
-
import '
|
|
20
|
+
import 'fast-glob';
|
|
21
|
+
import 'yazl';
|
|
15
22
|
import 'socket.io-client';
|
|
16
|
-
import '@expo/apple-utils/build/index.js';
|
|
17
23
|
import 'isomorphic-git';
|
|
18
|
-
import
|
|
19
|
-
import
|
|
24
|
+
import 'marked';
|
|
25
|
+
import 'marked-terminal';
|
|
26
|
+
import { N as NextSteps } from '../../../../NextSteps-DKcjSHZ3.js';
|
|
27
|
+
import 'qrcode';
|
|
20
28
|
import 'string-length';
|
|
21
29
|
import 'strip-ansi';
|
|
30
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-BF-Pm1Ia.js';
|
|
31
|
+
import 'open';
|
|
32
|
+
import '../../../../index-Df8uXQ4s.js';
|
|
33
|
+
import '../../../../useAndroidServiceAccountTestResult-BnxNuoG3.js';
|
|
34
|
+
import '../../../../git-DREGq-jc.js';
|
|
35
|
+
import '../../../../index-CFHmtzfq.js';
|
|
22
36
|
import 'path';
|
|
37
|
+
import '@expo/apple-utils/build/index.js';
|
|
23
38
|
import 'ini';
|
|
24
39
|
import 'deepmerge';
|
|
25
|
-
import '../../../../
|
|
26
|
-
import '../../../../useAppleApp-Cr3VcGVs.js';
|
|
40
|
+
import '../../../../useAppleApp-IXRdsK5w.js';
|
|
27
41
|
import '../../../../Table-CvM6pccN.js';
|
|
28
|
-
import '../../../../useAppleBundleId-
|
|
42
|
+
import '../../../../useAppleBundleId-DYC5ISKT.js';
|
|
29
43
|
|
|
30
44
|
class GameIosAppStatus extends BaseGameCommand {
|
|
31
45
|
static args = {};
|
|
@@ -40,7 +54,7 @@ class GameIosAppStatus extends BaseGameCommand {
|
|
|
40
54
|
const ctx = authState.context;
|
|
41
55
|
const steps = [];
|
|
42
56
|
render(
|
|
43
|
-
/* @__PURE__ */ jsxs(
|
|
57
|
+
/* @__PURE__ */ jsxs(Command, { command: this, children: [
|
|
44
58
|
/* @__PURE__ */ jsx(AppleAppDetails, { iosBundleId: game.details?.iosBundleId, ctx }),
|
|
45
59
|
/* @__PURE__ */ jsx(AppleBundleIdDetails, { iosBundleId: game.details?.iosBundleId, ctx }),
|
|
46
60
|
/* @__PURE__ */ jsx(NextSteps, { steps })
|
|
@@ -1,23 +1,37 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import {
|
|
4
|
+
import { C as Command, R as RunWithSpinner } from '../../../../Command-BrfJSeOC.js';
|
|
5
|
+
import 'react';
|
|
5
6
|
import 'ink-spinner';
|
|
6
|
-
import '
|
|
7
|
+
import 'axios';
|
|
8
|
+
import 'crypto-js';
|
|
9
|
+
import 'uuid';
|
|
10
|
+
import { c as BaseGameCommand, h as CapabilityTypeOption } from '../../../../index-CF0fIsx2.js';
|
|
11
|
+
import 'luxon';
|
|
7
12
|
import 'fs';
|
|
13
|
+
import '@inkjs/ui';
|
|
14
|
+
import 'crypto';
|
|
8
15
|
import 'readline-sync';
|
|
9
16
|
import 'node:readline';
|
|
10
|
-
import '
|
|
11
|
-
import '
|
|
17
|
+
import 'node:path';
|
|
18
|
+
import 'node:url';
|
|
12
19
|
import '@tanstack/react-query';
|
|
13
|
-
import {
|
|
14
|
-
import '
|
|
20
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-DYC5ISKT.js';
|
|
21
|
+
import 'fast-glob';
|
|
22
|
+
import 'yazl';
|
|
15
23
|
import 'socket.io-client';
|
|
16
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-BxtyGpHy.js';
|
|
17
24
|
import 'isomorphic-git';
|
|
25
|
+
import 'marked';
|
|
26
|
+
import 'marked-terminal';
|
|
27
|
+
import 'qrcode';
|
|
18
28
|
import 'string-length';
|
|
19
29
|
import 'strip-ansi';
|
|
20
|
-
import
|
|
30
|
+
import 'open';
|
|
31
|
+
import '../../../../index-Df8uXQ4s.js';
|
|
32
|
+
import '../../../../useAndroidServiceAccountTestResult-BnxNuoG3.js';
|
|
33
|
+
import '../../../../git-DREGq-jc.js';
|
|
34
|
+
import '../../../../index-CFHmtzfq.js';
|
|
21
35
|
import 'path';
|
|
22
36
|
import '@expo/apple-utils/build/index.js';
|
|
23
37
|
import 'ini';
|
|
@@ -65,7 +79,7 @@ class GameIosAppSync extends BaseGameCommand {
|
|
|
65
79
|
};
|
|
66
80
|
if (this.flags.quiet) return await syncCapabilities();
|
|
67
81
|
render(
|
|
68
|
-
/* @__PURE__ */ jsx(
|
|
82
|
+
/* @__PURE__ */ jsx(Command, { command: this, children: /* @__PURE__ */ jsx(
|
|
69
83
|
RunWithSpinner,
|
|
70
84
|
{
|
|
71
85
|
msgInProgress: "Syncing App Store BundleId capabilities",
|
|
@@ -2,24 +2,38 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import axios from 'axios';
|
|
5
|
-
import {
|
|
5
|
+
import { C as Command, R as RunWithSpinner } from '../../../../Command-BrfJSeOC.js';
|
|
6
|
+
import 'react';
|
|
6
7
|
import 'ink-spinner';
|
|
7
|
-
import
|
|
8
|
+
import 'crypto-js';
|
|
9
|
+
import 'uuid';
|
|
10
|
+
import { c as BaseGameCommand, P as Platform, C as CredentialsType, l as Certificate, m as CertificateType, n as Profile, o as ProfileType } from '../../../../index-CF0fIsx2.js';
|
|
11
|
+
import 'luxon';
|
|
12
|
+
import { a as getProjectCredentials, g as getUserCredentials } from '../../../../index-CFHmtzfq.js';
|
|
13
|
+
import '@inkjs/ui';
|
|
8
14
|
import 'crypto';
|
|
9
15
|
import 'fs';
|
|
10
16
|
import 'readline-sync';
|
|
11
17
|
import 'node:readline';
|
|
12
|
-
import '
|
|
18
|
+
import 'node:path';
|
|
19
|
+
import 'node:url';
|
|
13
20
|
import '@tanstack/react-query';
|
|
14
|
-
import '
|
|
21
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-DYC5ISKT.js';
|
|
22
|
+
import 'fast-glob';
|
|
23
|
+
import 'yazl';
|
|
15
24
|
import 'socket.io-client';
|
|
16
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-BxtyGpHy.js';
|
|
17
25
|
import 'isomorphic-git';
|
|
26
|
+
import 'marked';
|
|
27
|
+
import 'marked-terminal';
|
|
28
|
+
import 'qrcode';
|
|
18
29
|
import 'string-length';
|
|
19
30
|
import 'strip-ansi';
|
|
20
|
-
import {
|
|
31
|
+
import { a as uploadProjectCredentials } from '../../../../upload-C5L82Yq0.js';
|
|
32
|
+
import 'open';
|
|
33
|
+
import '../../../../index-Df8uXQ4s.js';
|
|
34
|
+
import '../../../../useAndroidServiceAccountTestResult-BnxNuoG3.js';
|
|
35
|
+
import '../../../../git-DREGq-jc.js';
|
|
21
36
|
import 'path';
|
|
22
|
-
import { a as uploadProjectCredentials } from '../../../../upload-DADrkIUB.js';
|
|
23
37
|
import '@expo/apple-utils/build/index.js';
|
|
24
38
|
import 'ini';
|
|
25
39
|
import 'deepmerge';
|
|
@@ -98,7 +112,7 @@ class GameIosProfileCreate extends BaseGameCommand {
|
|
|
98
112
|
};
|
|
99
113
|
if (this.flags.quiet) return await createProfile();
|
|
100
114
|
render(
|
|
101
|
-
/* @__PURE__ */ jsx(
|
|
115
|
+
/* @__PURE__ */ jsx(Command, { command: this, children: /* @__PURE__ */ jsx(
|
|
102
116
|
RunWithSpinner,
|
|
103
117
|
{
|
|
104
118
|
msgInProgress: "Creating Mobile Provisioning Profile in the Apple Developer Portal",
|
|
@@ -2,26 +2,40 @@ 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 '
|
|
6
|
-
import '
|
|
5
|
+
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-CF0fIsx2.js';
|
|
6
|
+
import { a as getProjectCredentials } from '../../../../index-CFHmtzfq.js';
|
|
7
|
+
import { C as Command, R as RunWithSpinner } from '../../../../Command-BrfJSeOC.js';
|
|
8
|
+
import 'react';
|
|
9
|
+
import 'ink-spinner';
|
|
7
10
|
import 'axios';
|
|
8
|
-
import
|
|
11
|
+
import 'crypto-js';
|
|
12
|
+
import 'uuid';
|
|
9
13
|
import 'luxon';
|
|
14
|
+
import '@inkjs/ui';
|
|
10
15
|
import 'crypto';
|
|
11
16
|
import 'readline-sync';
|
|
12
17
|
import 'node:readline';
|
|
13
|
-
import '
|
|
18
|
+
import 'node:path';
|
|
19
|
+
import 'node:url';
|
|
14
20
|
import '@tanstack/react-query';
|
|
21
|
+
import 'fast-glob';
|
|
22
|
+
import 'yazl';
|
|
15
23
|
import 'socket.io-client';
|
|
16
24
|
import 'isomorphic-git';
|
|
17
|
-
import
|
|
18
|
-
import '
|
|
25
|
+
import 'marked';
|
|
26
|
+
import 'marked-terminal';
|
|
27
|
+
import 'qrcode';
|
|
19
28
|
import 'string-length';
|
|
20
29
|
import 'strip-ansi';
|
|
21
|
-
import {
|
|
22
|
-
import
|
|
30
|
+
import { e as exportCredential } from '../../../../export-B0FJT0EU.js';
|
|
31
|
+
import 'path';
|
|
32
|
+
import '@expo/apple-utils/build/index.js';
|
|
23
33
|
import 'ini';
|
|
24
34
|
import 'deepmerge';
|
|
35
|
+
import 'open';
|
|
36
|
+
import '../../../../index-Df8uXQ4s.js';
|
|
37
|
+
import '../../../../useAndroidServiceAccountTestResult-BnxNuoG3.js';
|
|
38
|
+
import '../../../../git-DREGq-jc.js';
|
|
25
39
|
|
|
26
40
|
class GameIosProfileExport extends BaseGameCommand {
|
|
27
41
|
static args = {
|
|
@@ -52,7 +66,7 @@ class GameIosProfileExport extends BaseGameCommand {
|
|
|
52
66
|
const [profile] = userAppleProfileCredentials;
|
|
53
67
|
const handleComplete = async () => process.exit(0);
|
|
54
68
|
render(
|
|
55
|
-
/* @__PURE__ */ jsx(
|
|
69
|
+
/* @__PURE__ */ jsx(Command, { command: this, children: /* @__PURE__ */ jsx(
|
|
56
70
|
RunWithSpinner,
|
|
57
71
|
{
|
|
58
72
|
msgInProgress: `Exporting Mobile Provisioning Profile to ${file}...`,
|
|
@@ -2,26 +2,40 @@ 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 '
|
|
6
|
-
import '
|
|
5
|
+
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-CF0fIsx2.js';
|
|
6
|
+
import { a as getProjectCredentials } from '../../../../index-CFHmtzfq.js';
|
|
7
|
+
import { C as Command, R as RunWithSpinner } from '../../../../Command-BrfJSeOC.js';
|
|
8
|
+
import 'react';
|
|
9
|
+
import 'ink-spinner';
|
|
7
10
|
import 'axios';
|
|
8
|
-
import
|
|
11
|
+
import 'crypto-js';
|
|
12
|
+
import 'uuid';
|
|
9
13
|
import 'luxon';
|
|
14
|
+
import '@inkjs/ui';
|
|
10
15
|
import 'crypto';
|
|
11
16
|
import 'readline-sync';
|
|
12
17
|
import 'node:readline';
|
|
13
|
-
import '
|
|
18
|
+
import 'node:path';
|
|
19
|
+
import 'node:url';
|
|
14
20
|
import '@tanstack/react-query';
|
|
21
|
+
import 'fast-glob';
|
|
22
|
+
import 'yazl';
|
|
15
23
|
import 'socket.io-client';
|
|
16
24
|
import 'isomorphic-git';
|
|
17
|
-
import
|
|
18
|
-
import '
|
|
25
|
+
import 'marked';
|
|
26
|
+
import 'marked-terminal';
|
|
27
|
+
import 'qrcode';
|
|
19
28
|
import 'string-length';
|
|
20
29
|
import 'strip-ansi';
|
|
21
|
-
import {
|
|
22
|
-
import
|
|
30
|
+
import { i as importCredential } from '../../../../import-CLDJ2iPu.js';
|
|
31
|
+
import 'path';
|
|
32
|
+
import '@expo/apple-utils/build/index.js';
|
|
23
33
|
import 'ini';
|
|
24
34
|
import 'deepmerge';
|
|
35
|
+
import 'open';
|
|
36
|
+
import '../../../../index-Df8uXQ4s.js';
|
|
37
|
+
import '../../../../useAndroidServiceAccountTestResult-BnxNuoG3.js';
|
|
38
|
+
import '../../../../git-DREGq-jc.js';
|
|
25
39
|
|
|
26
40
|
class GameIosProfileImport extends BaseGameCommand {
|
|
27
41
|
static args = {
|
|
@@ -56,7 +70,7 @@ class GameIosProfileImport extends BaseGameCommand {
|
|
|
56
70
|
await this.config.runCommand(`game:ios:profile:status`, ["--noAppleAuth", "--gameId", game.id]);
|
|
57
71
|
};
|
|
58
72
|
render(
|
|
59
|
-
/* @__PURE__ */ jsx(
|
|
73
|
+
/* @__PURE__ */ jsx(Command, { command: this, children: /* @__PURE__ */ jsx(
|
|
60
74
|
RunWithSpinner,
|
|
61
75
|
{
|
|
62
76
|
msgInProgress: `Importing Mobile Provisioning Profile from ${file}...`,
|