shipthis 0.1.34 → 0.1.35
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/assets/markdown/{android-success.md → android-success.md.ejs} +2 -2
- package/assets/markdown/{apikey-create.md → apikey-create.md.ejs} +4 -4
- package/assets/markdown/{create-google-play-game.md → create-google-play-game.md.ejs} +2 -2
- package/assets/markdown/{invite-service-account.md → invite-service-account.md.ejs} +1 -1
- package/assets/markdown/{ios-success.md → ios-success.md.ejs} +2 -2
- package/assets/markdown/{privacy-notification.md → privacy-notification.md.ejs} +1 -1
- package/assets/markdown/service-account-policy-wizard.md.ejs +26 -0
- package/assets/markdown/service-account-policy.md.ejs +30 -0
- package/assets/markdown/{ship-failure.md → ship-failure.md.ejs} +1 -1
- package/assets/markdown/{ship-success.md → ship-success.md.ejs} +2 -2
- package/dist/{AppleBundleIdDetails-By-sSGNl.js → AppleBundleIdDetails-N_j1wv6f.js} +5 -4
- package/dist/{Command-VWMnGslo.js → Command-DN1j3tjt.js} +2 -2
- package/dist/{CommandGame-BSVPZzNl.js → CommandGame-D2NqytWc.js} +2 -2
- package/dist/{Create-SR1Mq7BY.js → Create-BRdv5jXQ.js} +4 -3
- package/dist/{GameStatus-1ntFyxEx.js → GameStatus-joyHPy0f.js} +12 -17
- package/dist/{Import-cedOWPDz.js → Import-BNMHsJoM.js} +5 -4
- package/dist/{JobLogTail-C_W8UAMg.js → JobLogTail-D35FO5v-.js} +5 -5
- package/dist/{JobProgress-CI385G53.js → JobProgress-D-9KESaA.js} +6 -5
- package/dist/{JobStatusTable-CdbKtwJE.js → JobStatusTable-DIJ_h-gi.js} +4 -4
- package/dist/{ProjectCredentialsTable-ZnuIfcDB.js → ProjectCredentialsTable-BMKgv99h.js} +2 -2
- package/dist/{UserCredentialsTable-DRkAYgEA.js → UserCredentialsTable-CUrTDzTK.js} +10 -10
- package/dist/{baseAppleCommand-CsO-_Yzn.js → baseAppleCommand-Cs9a52e5.js} +1 -1
- package/dist/{baseGameAndroidCommand-CdjaAbNX.js → baseGameAndroidCommand-BCB1SMCf.js} +2 -2
- package/dist/commands/apiKey/create.js +19 -16
- package/dist/commands/apiKey/list.js +10 -7
- package/dist/commands/apiKey/revoke.js +11 -8
- package/dist/commands/apple/apiKey/create.js +11 -8
- package/dist/commands/apple/apiKey/export.js +10 -7
- package/dist/commands/apple/apiKey/import.js +10 -7
- package/dist/commands/apple/apiKey/status.js +16 -13
- package/dist/commands/apple/certificate/create.js +11 -8
- package/dist/commands/apple/certificate/export.js +10 -7
- package/dist/commands/apple/certificate/import.js +10 -7
- package/dist/commands/apple/certificate/status.js +16 -13
- package/dist/commands/apple/login.js +2 -2
- package/dist/commands/apple/status.js +8 -5
- package/dist/commands/dashboard.js +1 -1
- package/dist/commands/game/android/apiKey/connect.js +13 -9
- package/dist/commands/game/android/apiKey/create.js +15 -11
- package/dist/commands/game/android/apiKey/export.js +11 -8
- package/dist/commands/game/android/apiKey/import.js +11 -8
- package/dist/commands/game/android/apiKey/invite.js +4 -4
- package/dist/commands/game/android/apiKey/policy.js +87 -0
- package/dist/commands/game/android/apiKey/status.js +11 -8
- package/dist/commands/game/android/keyStore/create.js +12 -9
- package/dist/commands/game/android/keyStore/export.js +10 -7
- package/dist/commands/game/android/keyStore/import.js +13 -10
- package/dist/commands/game/android/keyStore/status.js +10 -7
- package/dist/commands/game/android/status.js +1 -1
- package/dist/commands/game/build/download.js +8 -5
- package/dist/commands/game/build/list.js +9 -6
- package/dist/commands/game/create.js +2 -2
- package/dist/commands/game/details.js +8 -5
- package/dist/commands/game/export.js +1 -1
- package/dist/commands/game/ios/app/addTester.js +15 -12
- package/dist/commands/game/ios/app/create.js +8 -5
- package/dist/commands/game/ios/app/status.js +11 -8
- package/dist/commands/game/ios/app/sync.js +9 -6
- package/dist/commands/game/ios/profile/create.js +11 -8
- package/dist/commands/game/ios/profile/export.js +10 -7
- package/dist/commands/game/ios/profile/import.js +10 -7
- package/dist/commands/game/ios/profile/status.js +10 -7
- package/dist/commands/game/ios/status.js +13 -10
- package/dist/commands/game/ios/wizard.js +9 -6
- package/dist/commands/game/job/list.js +8 -5
- package/dist/commands/game/job/status.js +11 -8
- package/dist/commands/game/list.js +15 -10
- package/dist/commands/game/ship.js +15 -12
- package/dist/commands/game/status.js +10 -7
- package/dist/commands/game/wizard.js +23 -19
- package/dist/commands/internal/fastlane.js +1 -1
- package/dist/commands/internal/readme.js +4 -715
- package/dist/commands/login.js +2 -2
- package/dist/commands/status.js +14 -14
- package/dist/ejs-DirFZbza.js +716 -0
- package/dist/{export-B5Yfd9vw.js → export-DFCZKNQk.js} +1 -1
- package/dist/{import-A2WcStHl.js → import-BpGyif-m.js} +1 -1
- package/dist/{index-BBLtvl1Y.js → index-BTXEUd8W.js} +59 -16
- package/dist/{index-CO_ssVFA.js → index-BwnzoldS.js} +14 -2
- package/dist/{index-CYjZ26If.js → index-CJWMt1s-.js} +1 -1
- package/dist/{index-Bz1qt_8T.js → index-DlE_SPt3.js} +7 -11
- package/dist/{index-CA6-uLMn.js → index-hoHfGrjg.js} +33 -33
- package/dist/{index-CgzANgJt.js → index-izrACZbC.js} +1 -1
- package/dist/{upload-BIsFZzBO.js → upload-D19OQsbn.js} +1 -1
- package/dist/{useAndroidServiceAccountTestResult-DueKynFy.js → useAndroidServiceAccountTestResult-CwKeW0ED.js} +1 -1
- package/dist/{useAppleApp-BZR94exU.js → useAppleApp-BZc_cNa-.js} +1 -1
- package/dist/{useAppleBundleId-Dg5DsItN.js → useAppleBundleId-DvMXAvWD.js} +1 -1
- package/dist/useGoogleStatus-Cx_QIsXa.js +10 -0
- package/dist/{useProjectCredentials-jQYGcDhT.js → useProjectCredentials-DxdwJCfU.js} +14 -11
- package/dist/{useWebSocket-CIxkPaYi.js → useWebSocket-cM5yOcDv.js} +1 -1
- package/docs/README.md +3 -2
- package/docs/apiKey.md +12 -2
- package/docs/game/android/apiKey/policy.md +28 -0
- package/docs/game/android/keyStore.md +14 -4
- package/docs/game/android/status.md +4 -0
- package/docs/game/android.md +9 -305
- package/docs/game/ship.md +43 -11
- package/docs/game.md +7 -1
- package/package.json +3 -1
- /package/assets/markdown/{create-or-import-keystore.md → create-or-import-keystore.md.ejs} +0 -0
|
@@ -2,8 +2,8 @@ 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-
|
|
6
|
-
import { P as Platform, C as CredentialsType } from '../../../../index-
|
|
5
|
+
import { a as getProjectCredentials } from '../../../../index-izrACZbC.js';
|
|
6
|
+
import { P as Platform, C as CredentialsType } from '../../../../index-BwnzoldS.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'node:crypto';
|
|
9
9
|
import 'node:path';
|
|
@@ -25,19 +25,22 @@ import 'string-length';
|
|
|
25
25
|
import 'strip-ansi';
|
|
26
26
|
import 'open';
|
|
27
27
|
import '@inkjs/ui';
|
|
28
|
+
import '../../../../ejs-DirFZbza.js';
|
|
28
29
|
import 'marked';
|
|
29
30
|
import 'marked-terminal';
|
|
30
31
|
import 'qrcode';
|
|
31
32
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
32
|
-
import '../../../../index-
|
|
33
|
-
import { C as Command } from '../../../../Command-
|
|
34
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
35
|
-
import { i as importCredential } from '../../../../import-
|
|
33
|
+
import '../../../../index-hoHfGrjg.js';
|
|
34
|
+
import { C as Command } from '../../../../Command-DN1j3tjt.js';
|
|
35
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-BCB1SMCf.js';
|
|
36
|
+
import { i as importCredential } from '../../../../import-BpGyif-m.js';
|
|
36
37
|
import '@expo/apple-utils/build/index.js';
|
|
37
38
|
import 'deepmerge';
|
|
38
39
|
import 'ini';
|
|
39
|
-
import '
|
|
40
|
-
import '
|
|
40
|
+
import 'fs';
|
|
41
|
+
import 'path';
|
|
42
|
+
import '../../../../index-CJWMt1s-.js';
|
|
43
|
+
import '../../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
41
44
|
|
|
42
45
|
class GameAndroidApiKeyImport extends BaseGameAndroidCommand {
|
|
43
46
|
static args = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Args, Flags } from '@oclif/core';
|
|
2
|
-
import {
|
|
3
|
-
import { a as getInput } from '../../../../index-
|
|
4
|
-
import { f as fetchKeyTestResult, K as KeyTestStatus, a as KeyTestError, n as niceError } from '../../../../useAndroidServiceAccountTestResult-
|
|
5
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
2
|
+
import { V as inviteServiceAccount } from '../../../../index-BwnzoldS.js';
|
|
3
|
+
import { a as getInput } from '../../../../index-CJWMt1s-.js';
|
|
4
|
+
import { f as fetchKeyTestResult, K as KeyTestStatus, a as KeyTestError, n as niceError } from '../../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
5
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-BCB1SMCf.js';
|
|
6
6
|
import 'node:fs';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import 'crypto-js';
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { Flags } from '@oclif/core';
|
|
2
|
+
import { S as enforcePolicy, T as revokePolicy, Q as getGoogleStatus } from '../../../../index-BwnzoldS.js';
|
|
3
|
+
import 'react/jsx-runtime';
|
|
4
|
+
import 'ink';
|
|
5
|
+
import 'ink-spinner';
|
|
6
|
+
import 'node:crypto';
|
|
7
|
+
import 'node:fs';
|
|
8
|
+
import 'node:path';
|
|
9
|
+
import 'node:readline';
|
|
10
|
+
import 'node:url';
|
|
11
|
+
import 'readline-sync';
|
|
12
|
+
import 'luxon';
|
|
13
|
+
import 'axios';
|
|
14
|
+
import 'isomorphic-git';
|
|
15
|
+
import '@tanstack/react-query';
|
|
16
|
+
import 'react';
|
|
17
|
+
import 'fast-glob';
|
|
18
|
+
import 'uuid';
|
|
19
|
+
import 'yazl';
|
|
20
|
+
import 'socket.io-client';
|
|
21
|
+
import 'fullscreen-ink';
|
|
22
|
+
import 'string-length';
|
|
23
|
+
import 'strip-ansi';
|
|
24
|
+
import 'open';
|
|
25
|
+
import '@inkjs/ui';
|
|
26
|
+
import { g as getRenderedMarkdown } from '../../../../index-hoHfGrjg.js';
|
|
27
|
+
import 'qrcode';
|
|
28
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-BCB1SMCf.js';
|
|
29
|
+
import 'crypto-js';
|
|
30
|
+
import '@expo/apple-utils/build/index.js';
|
|
31
|
+
import 'deepmerge';
|
|
32
|
+
import 'ini';
|
|
33
|
+
import '../../../../index-CJWMt1s-.js';
|
|
34
|
+
import '../../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
35
|
+
import '../../../../ejs-DirFZbza.js';
|
|
36
|
+
import 'fs';
|
|
37
|
+
import 'path';
|
|
38
|
+
import 'marked';
|
|
39
|
+
import 'marked-terminal';
|
|
40
|
+
|
|
41
|
+
class GameAndroidApiKeyPolicy extends BaseGameAndroidCommand {
|
|
42
|
+
static args = {};
|
|
43
|
+
static description = "Gets and sets the iam.disableServiceAccountKeyCreation policy for your Google Organization";
|
|
44
|
+
static examples = [
|
|
45
|
+
"<%= config.bin %> <%= command.id %>",
|
|
46
|
+
"<%= config.bin %> <%= command.id %> --enforce",
|
|
47
|
+
"<%= config.bin %> <%= command.id %> --revoke"
|
|
48
|
+
];
|
|
49
|
+
static flags = {
|
|
50
|
+
...BaseGameAndroidCommand.flags,
|
|
51
|
+
enforce: Flags.boolean({
|
|
52
|
+
char: "e",
|
|
53
|
+
description: "Enforces the policy",
|
|
54
|
+
exclusive: ["revoke"]
|
|
55
|
+
}),
|
|
56
|
+
revoke: Flags.boolean({
|
|
57
|
+
char: "r",
|
|
58
|
+
description: "Revokes the policy",
|
|
59
|
+
exclusive: ["enforce"]
|
|
60
|
+
}),
|
|
61
|
+
waitForAuth: Flags.boolean({ char: "w", description: "Wait for Google Authentication (10 mins)." })
|
|
62
|
+
};
|
|
63
|
+
async run() {
|
|
64
|
+
const { enforce, revoke, waitForAuth } = this.flags;
|
|
65
|
+
await this.checkGoogleAuth(waitForAuth);
|
|
66
|
+
if (enforce) {
|
|
67
|
+
console.log("Enforcing policy...");
|
|
68
|
+
await enforcePolicy();
|
|
69
|
+
} else if (revoke) {
|
|
70
|
+
console.log("Revoking policy...");
|
|
71
|
+
await revokePolicy();
|
|
72
|
+
}
|
|
73
|
+
const googleStatus = await getGoogleStatus();
|
|
74
|
+
const msg = getRenderedMarkdown({
|
|
75
|
+
filename: "service-account-policy.md.ejs",
|
|
76
|
+
templateVars: {
|
|
77
|
+
needsPolicyChange: Boolean(googleStatus.needsPolicyChange),
|
|
78
|
+
orgCreatedAt: `${googleStatus.orgCreatedAt}`,
|
|
79
|
+
orgName: `${googleStatus.orgName}`,
|
|
80
|
+
orgResourceName: `${googleStatus.orgResourceName}`
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
console.log(msg);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export { GameAndroidApiKeyPolicy as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { C as CredentialsType, P as Platform } from '../../../../index-
|
|
4
|
+
import { C as CredentialsType, P as Platform } from '../../../../index-BwnzoldS.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
6
|
import 'node:crypto';
|
|
7
7
|
import 'node:fs';
|
|
@@ -16,7 +16,7 @@ import '@tanstack/react-query';
|
|
|
16
16
|
import 'react';
|
|
17
17
|
import 'crypto-js';
|
|
18
18
|
import 'uuid';
|
|
19
|
-
import { f as fetchKeyTestResult, n as niceError, K as KeyTestStatus } from '../../../../useAndroidServiceAccountTestResult-
|
|
19
|
+
import { f as fetchKeyTestResult, n as niceError, K as KeyTestStatus } from '../../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
20
20
|
import 'fast-glob';
|
|
21
21
|
import 'yazl';
|
|
22
22
|
import 'socket.io-client';
|
|
@@ -25,20 +25,23 @@ import { T as Table } from '../../../../Table-FaNgpyeq.js';
|
|
|
25
25
|
import { T as Title } from '../../../../Title-BCQtayg6.js';
|
|
26
26
|
import 'string-length';
|
|
27
27
|
import 'strip-ansi';
|
|
28
|
-
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-
|
|
28
|
+
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-BMKgv99h.js';
|
|
29
29
|
import 'open';
|
|
30
30
|
import '@inkjs/ui';
|
|
31
|
+
import '../../../../ejs-DirFZbza.js';
|
|
31
32
|
import 'marked';
|
|
32
33
|
import 'marked-terminal';
|
|
33
34
|
import 'qrcode';
|
|
34
|
-
import '../../../../index-
|
|
35
|
-
import { C as Command } from '../../../../Command-
|
|
36
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
35
|
+
import '../../../../index-hoHfGrjg.js';
|
|
36
|
+
import { C as Command } from '../../../../Command-DN1j3tjt.js';
|
|
37
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-BCB1SMCf.js';
|
|
37
38
|
import '@expo/apple-utils/build/index.js';
|
|
38
39
|
import 'deepmerge';
|
|
39
40
|
import 'ini';
|
|
40
|
-
import '../../../../useProjectCredentials-
|
|
41
|
-
import '../../../../index-
|
|
41
|
+
import '../../../../useProjectCredentials-DxdwJCfU.js';
|
|
42
|
+
import '../../../../index-CJWMt1s-.js';
|
|
43
|
+
import 'fs';
|
|
44
|
+
import 'path';
|
|
42
45
|
|
|
43
46
|
class GameAndroidApiKeyStatus extends BaseGameAndroidCommand {
|
|
44
47
|
static args = {};
|
|
@@ -5,9 +5,9 @@ import 'node:fs';
|
|
|
5
5
|
import 'axios';
|
|
6
6
|
import 'crypto-js';
|
|
7
7
|
import 'uuid';
|
|
8
|
-
import { P as Platform, C as CredentialsType } from '../../../../index-
|
|
8
|
+
import { P as Platform, C as CredentialsType } from '../../../../index-BwnzoldS.js';
|
|
9
9
|
import 'luxon';
|
|
10
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
10
|
+
import { a as getProjectCredentials } from '../../../../index-izrACZbC.js';
|
|
11
11
|
import 'ink-spinner';
|
|
12
12
|
import 'node:crypto';
|
|
13
13
|
import 'node:path';
|
|
@@ -25,20 +25,23 @@ import 'string-length';
|
|
|
25
25
|
import 'strip-ansi';
|
|
26
26
|
import 'open';
|
|
27
27
|
import '@inkjs/ui';
|
|
28
|
+
import '../../../../ejs-DirFZbza.js';
|
|
28
29
|
import 'marked';
|
|
29
30
|
import 'marked-terminal';
|
|
30
31
|
import 'qrcode';
|
|
31
|
-
import '../../../../index-
|
|
32
|
-
import { C as CreateKeystore } from '../../../../Create-
|
|
33
|
-
import { C as CommandGame } from '../../../../CommandGame-
|
|
34
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
32
|
+
import '../../../../index-hoHfGrjg.js';
|
|
33
|
+
import { C as CreateKeystore } from '../../../../Create-BRdv5jXQ.js';
|
|
34
|
+
import { C as CommandGame } from '../../../../CommandGame-D2NqytWc.js';
|
|
35
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-BCB1SMCf.js';
|
|
35
36
|
import '@expo/apple-utils/build/index.js';
|
|
36
37
|
import 'deepmerge';
|
|
37
38
|
import 'ini';
|
|
38
|
-
import '
|
|
39
|
-
import '
|
|
39
|
+
import 'fs';
|
|
40
|
+
import 'path';
|
|
41
|
+
import '../../../../index-CJWMt1s-.js';
|
|
42
|
+
import '../../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
40
43
|
import '../../../../RunWithSpinner-DucRnFp6.js';
|
|
41
|
-
import '../../../../Command-
|
|
44
|
+
import '../../../../Command-DN1j3tjt.js';
|
|
42
45
|
|
|
43
46
|
class GameAndroidKeyStoreCreate extends BaseGameAndroidCommand {
|
|
44
47
|
static args = {};
|
|
@@ -2,8 +2,8 @@ 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-
|
|
6
|
-
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-
|
|
5
|
+
import { a as getProjectCredentials } from '../../../../index-izrACZbC.js';
|
|
6
|
+
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-BwnzoldS.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'node:crypto';
|
|
9
9
|
import 'node:path';
|
|
@@ -25,18 +25,21 @@ import 'string-length';
|
|
|
25
25
|
import 'strip-ansi';
|
|
26
26
|
import 'open';
|
|
27
27
|
import '@inkjs/ui';
|
|
28
|
+
import '../../../../ejs-DirFZbza.js';
|
|
28
29
|
import 'marked';
|
|
29
30
|
import 'marked-terminal';
|
|
30
31
|
import 'qrcode';
|
|
31
32
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
32
|
-
import '../../../../index-
|
|
33
|
-
import { C as Command } from '../../../../Command-
|
|
34
|
-
import { e as exportCredential } from '../../../../export-
|
|
33
|
+
import '../../../../index-hoHfGrjg.js';
|
|
34
|
+
import { C as Command } from '../../../../Command-DN1j3tjt.js';
|
|
35
|
+
import { e as exportCredential } from '../../../../export-DFCZKNQk.js';
|
|
35
36
|
import '@expo/apple-utils/build/index.js';
|
|
36
37
|
import 'deepmerge';
|
|
37
38
|
import 'ini';
|
|
38
|
-
import '
|
|
39
|
-
import '
|
|
39
|
+
import 'fs';
|
|
40
|
+
import 'path';
|
|
41
|
+
import '../../../../index-CJWMt1s-.js';
|
|
42
|
+
import '../../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
40
43
|
|
|
41
44
|
class GameAndroidKeyStoreExport extends BaseGameCommand {
|
|
42
45
|
static args = {
|
|
@@ -2,8 +2,8 @@ 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-
|
|
6
|
-
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-
|
|
5
|
+
import { a as getProjectCredentials } from '../../../../index-izrACZbC.js';
|
|
6
|
+
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-BwnzoldS.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'node:crypto';
|
|
9
9
|
import 'node:path';
|
|
@@ -25,20 +25,23 @@ import 'string-length';
|
|
|
25
25
|
import 'strip-ansi';
|
|
26
26
|
import 'open';
|
|
27
27
|
import '@inkjs/ui';
|
|
28
|
+
import '../../../../ejs-DirFZbza.js';
|
|
28
29
|
import 'marked';
|
|
29
30
|
import 'marked-terminal';
|
|
30
31
|
import 'qrcode';
|
|
31
|
-
import '../../../../index-
|
|
32
|
-
import { I as ImportKeystore } from '../../../../Import-
|
|
33
|
-
import { C as CommandGame } from '../../../../CommandGame-
|
|
34
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
32
|
+
import '../../../../index-hoHfGrjg.js';
|
|
33
|
+
import { I as ImportKeystore } from '../../../../Import-BNMHsJoM.js';
|
|
34
|
+
import { C as CommandGame } from '../../../../CommandGame-D2NqytWc.js';
|
|
35
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-BCB1SMCf.js';
|
|
35
36
|
import '@expo/apple-utils/build/index.js';
|
|
36
37
|
import 'deepmerge';
|
|
37
38
|
import 'ini';
|
|
38
|
-
import '
|
|
39
|
-
import '
|
|
40
|
-
import '../../../../
|
|
41
|
-
import '../../../../
|
|
39
|
+
import 'fs';
|
|
40
|
+
import 'path';
|
|
41
|
+
import '../../../../index-CJWMt1s-.js';
|
|
42
|
+
import '../../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
43
|
+
import '../../../../import-BpGyif-m.js';
|
|
44
|
+
import '../../../../Command-DN1j3tjt.js';
|
|
42
45
|
|
|
43
46
|
class GameAndroidKeyStoreImport extends BaseGameCommand {
|
|
44
47
|
static args = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
|
-
import { c as BaseGameCommand, C as CredentialsType, P as Platform } from '../../../../index-
|
|
3
|
+
import { c as BaseGameCommand, C as CredentialsType, P as Platform } from '../../../../index-BwnzoldS.js';
|
|
4
4
|
import 'ink-spinner';
|
|
5
5
|
import 'node:crypto';
|
|
6
6
|
import 'node:fs';
|
|
@@ -22,22 +22,25 @@ import 'socket.io-client';
|
|
|
22
22
|
import 'fullscreen-ink';
|
|
23
23
|
import 'string-length';
|
|
24
24
|
import 'strip-ansi';
|
|
25
|
-
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-
|
|
25
|
+
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-BMKgv99h.js';
|
|
26
26
|
import 'open';
|
|
27
27
|
import '@inkjs/ui';
|
|
28
|
+
import '../../../../ejs-DirFZbza.js';
|
|
28
29
|
import 'marked';
|
|
29
30
|
import 'marked-terminal';
|
|
30
31
|
import 'qrcode';
|
|
31
|
-
import '../../../../index-
|
|
32
|
-
import { C as Command } from '../../../../Command-
|
|
32
|
+
import '../../../../index-hoHfGrjg.js';
|
|
33
|
+
import { C as Command } from '../../../../Command-DN1j3tjt.js';
|
|
33
34
|
import '@expo/apple-utils/build/index.js';
|
|
34
35
|
import 'deepmerge';
|
|
35
36
|
import 'ini';
|
|
36
|
-
import '../../../../useProjectCredentials-
|
|
37
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
38
|
-
import '../../../../index-
|
|
37
|
+
import '../../../../useProjectCredentials-DxdwJCfU.js';
|
|
38
|
+
import '../../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
39
|
+
import '../../../../index-CJWMt1s-.js';
|
|
39
40
|
import '../../../../Table-FaNgpyeq.js';
|
|
40
41
|
import '../../../../Title-BCQtayg6.js';
|
|
42
|
+
import 'fs';
|
|
43
|
+
import 'path';
|
|
41
44
|
|
|
42
45
|
class GameAndroidKeyStoreStatus extends BaseGameCommand {
|
|
43
46
|
static args = {};
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as fs from 'node:fs';
|
|
3
3
|
import { Args, Flags } from '@oclif/core';
|
|
4
4
|
import { render } from 'ink';
|
|
5
|
-
import { c as BaseGameCommand, H as downloadBuildById } from '../../../index-
|
|
5
|
+
import { c as BaseGameCommand, H as downloadBuildById } from '../../../index-BwnzoldS.js';
|
|
6
6
|
import 'ink-spinner';
|
|
7
7
|
import 'node:crypto';
|
|
8
8
|
import 'node:path';
|
|
@@ -23,18 +23,21 @@ import 'string-length';
|
|
|
23
23
|
import 'strip-ansi';
|
|
24
24
|
import 'open';
|
|
25
25
|
import '@inkjs/ui';
|
|
26
|
+
import '../../../ejs-DirFZbza.js';
|
|
26
27
|
import 'marked';
|
|
27
28
|
import 'marked-terminal';
|
|
28
29
|
import 'qrcode';
|
|
29
30
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
|
|
30
|
-
import '../../../index-
|
|
31
|
-
import { C as Command } from '../../../Command-
|
|
31
|
+
import '../../../index-hoHfGrjg.js';
|
|
32
|
+
import { C as Command } from '../../../Command-DN1j3tjt.js';
|
|
32
33
|
import 'crypto-js';
|
|
33
34
|
import '@expo/apple-utils/build/index.js';
|
|
34
35
|
import 'deepmerge';
|
|
35
36
|
import 'ini';
|
|
36
|
-
import '
|
|
37
|
-
import '
|
|
37
|
+
import 'fs';
|
|
38
|
+
import 'path';
|
|
39
|
+
import '../../../index-CJWMt1s-.js';
|
|
40
|
+
import '../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
38
41
|
|
|
39
42
|
class GameBuildDownload extends BaseGameCommand {
|
|
40
43
|
static args = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { Box, Text, render } from 'ink';
|
|
4
|
-
import { c as BaseGameCommand } from '../../../index-
|
|
4
|
+
import { c as BaseGameCommand } from '../../../index-BwnzoldS.js';
|
|
5
5
|
import Spinner from 'ink-spinner';
|
|
6
6
|
import 'node:crypto';
|
|
7
7
|
import 'node:fs';
|
|
@@ -16,7 +16,7 @@ import '@tanstack/react-query';
|
|
|
16
16
|
import 'react';
|
|
17
17
|
import 'crypto-js';
|
|
18
18
|
import 'uuid';
|
|
19
|
-
import { u as useBuilds, d as getBuildSummary } from '../../../index-
|
|
19
|
+
import { u as useBuilds, d as getBuildSummary } from '../../../index-hoHfGrjg.js';
|
|
20
20
|
import 'fast-glob';
|
|
21
21
|
import 'yazl';
|
|
22
22
|
import 'socket.io-client';
|
|
@@ -27,16 +27,19 @@ import 'string-length';
|
|
|
27
27
|
import 'strip-ansi';
|
|
28
28
|
import 'open';
|
|
29
29
|
import '@inkjs/ui';
|
|
30
|
+
import '../../../ejs-DirFZbza.js';
|
|
30
31
|
import 'marked';
|
|
31
32
|
import 'marked-terminal';
|
|
32
33
|
import 'qrcode';
|
|
33
|
-
import { C as CommandGame } from '../../../CommandGame-
|
|
34
|
+
import { C as CommandGame } from '../../../CommandGame-D2NqytWc.js';
|
|
34
35
|
import '@expo/apple-utils/build/index.js';
|
|
35
36
|
import 'deepmerge';
|
|
36
37
|
import 'ini';
|
|
37
|
-
import '../../../index-
|
|
38
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
39
|
-
import '
|
|
38
|
+
import '../../../index-CJWMt1s-.js';
|
|
39
|
+
import '../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
40
|
+
import 'fs';
|
|
41
|
+
import 'path';
|
|
42
|
+
import '../../../Command-DN1j3tjt.js';
|
|
40
43
|
|
|
41
44
|
const BuildsTable = ({ queryProps, ...boxProps }) => {
|
|
42
45
|
const { data, isLoading } = useBuilds(queryProps);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAuthenticatedCommand, D as DetailsFlags, j as isCWDGodotGame, s as GameEngine, t as getGodotVersion, u as createProject, v as DEFAULT_SHIPPED_FILES_GLOBS, w as DEFAULT_IGNORED_FILES_GLOBS, x as getGodotProjectName } from '../../index-
|
|
3
|
-
import { a as getInput } from '../../index-
|
|
2
|
+
import { B as BaseAuthenticatedCommand, D as DetailsFlags, j as isCWDGodotGame, s as GameEngine, t as getGodotVersion, u as createProject, v as DEFAULT_SHIPPED_FILES_GLOBS, w as DEFAULT_IGNORED_FILES_GLOBS, x as getGodotProjectName } from '../../index-BwnzoldS.js';
|
|
3
|
+
import { a as getInput } from '../../index-CJWMt1s-.js';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'axios';
|
|
6
6
|
import 'crypto-js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { c as BaseGameCommand, D as DetailsFlags, s as GameEngine } from '../../index-
|
|
4
|
+
import { c as BaseGameCommand, D as DetailsFlags, s as GameEngine } from '../../index-BwnzoldS.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { i as isValidSemVer } from '../../index-
|
|
6
|
+
import { i as isValidSemVer } from '../../index-CJWMt1s-.js';
|
|
7
7
|
import 'react';
|
|
8
8
|
import 'node:fs';
|
|
9
9
|
import 'axios';
|
|
@@ -21,11 +21,12 @@ import { S as StatusTable } from '../../StatusTable-DzRWcMr4.js';
|
|
|
21
21
|
import 'open';
|
|
22
22
|
import '@inkjs/ui';
|
|
23
23
|
import 'node:path';
|
|
24
|
+
import '../../ejs-DirFZbza.js';
|
|
24
25
|
import 'marked';
|
|
25
26
|
import 'marked-terminal';
|
|
26
27
|
import 'qrcode';
|
|
27
|
-
import '../../index-
|
|
28
|
-
import { C as Command } from '../../Command-
|
|
28
|
+
import '../../index-hoHfGrjg.js';
|
|
29
|
+
import { C as Command } from '../../Command-DN1j3tjt.js';
|
|
29
30
|
import '@expo/apple-utils/build/index.js';
|
|
30
31
|
import 'node:crypto';
|
|
31
32
|
import 'node:readline';
|
|
@@ -35,7 +36,9 @@ import 'isomorphic-git';
|
|
|
35
36
|
import 'deepmerge';
|
|
36
37
|
import 'ini';
|
|
37
38
|
import '../../Title-BCQtayg6.js';
|
|
38
|
-
import '
|
|
39
|
+
import 'fs';
|
|
40
|
+
import 'path';
|
|
41
|
+
import '../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
39
42
|
|
|
40
43
|
class GameDetails extends BaseGameCommand {
|
|
41
44
|
static args = {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Args, Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAuthenticatedCommand, j as isCWDGodotGame, E as getProject, v as DEFAULT_SHIPPED_FILES_GLOBS, w as DEFAULT_IGNORED_FILES_GLOBS } from '../../index-
|
|
2
|
+
import { B as BaseAuthenticatedCommand, j as isCWDGodotGame, E as getProject, v as DEFAULT_SHIPPED_FILES_GLOBS, w as DEFAULT_IGNORED_FILES_GLOBS } from '../../index-BwnzoldS.js';
|
|
3
3
|
import 'node:crypto';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'node:path';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { c as BaseGameCommand, i as BetaGroup } from '../../../../index-
|
|
4
|
+
import { c as BaseGameCommand, i as BetaGroup } from '../../../../index-BwnzoldS.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { a as getInput } from '../../../../index-
|
|
6
|
+
import { a as getInput } from '../../../../index-CJWMt1s-.js';
|
|
7
7
|
import 'react';
|
|
8
8
|
import 'node:fs';
|
|
9
9
|
import 'axios';
|
|
@@ -11,7 +11,7 @@ import 'crypto-js';
|
|
|
11
11
|
import 'uuid';
|
|
12
12
|
import 'luxon';
|
|
13
13
|
import '@tanstack/react-query';
|
|
14
|
-
import { q as queryAppleApp } from '../../../../useAppleApp-
|
|
14
|
+
import { q as queryAppleApp } from '../../../../useAppleApp-BZc_cNa-.js';
|
|
15
15
|
import 'fast-glob';
|
|
16
16
|
import 'yazl';
|
|
17
17
|
import 'socket.io-client';
|
|
@@ -21,12 +21,13 @@ import 'strip-ansi';
|
|
|
21
21
|
import 'open';
|
|
22
22
|
import '@inkjs/ui';
|
|
23
23
|
import 'node:path';
|
|
24
|
+
import '../../../../ejs-DirFZbza.js';
|
|
24
25
|
import 'marked';
|
|
25
26
|
import 'marked-terminal';
|
|
26
27
|
import 'qrcode';
|
|
27
28
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
28
|
-
import '../../../../index-
|
|
29
|
-
import { C as Command } from '../../../../Command-
|
|
29
|
+
import '../../../../index-hoHfGrjg.js';
|
|
30
|
+
import { C as Command } from '../../../../Command-DN1j3tjt.js';
|
|
30
31
|
import '@expo/apple-utils/build/index.js';
|
|
31
32
|
import 'node:crypto';
|
|
32
33
|
import 'node:readline';
|
|
@@ -35,7 +36,9 @@ import 'readline-sync';
|
|
|
35
36
|
import 'isomorphic-git';
|
|
36
37
|
import 'deepmerge';
|
|
37
38
|
import 'ini';
|
|
38
|
-
import '
|
|
39
|
+
import 'fs';
|
|
40
|
+
import 'path';
|
|
41
|
+
import '../../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
39
42
|
|
|
40
43
|
const TEST_GROUP_NAME = "ShipThis Test Group";
|
|
41
44
|
class GameIosAppAddTester extends BaseGameCommand {
|
|
@@ -47,12 +50,12 @@ class GameIosAppAddTester extends BaseGameCommand {
|
|
|
47
50
|
firstName: Flags.string({ char: "f", description: "The first name of the tester" }),
|
|
48
51
|
gameId: Flags.string({ char: "g", description: "The ID of the game" }),
|
|
49
52
|
lastName: Flags.string({ char: "l", description: "The last name of the tester" }),
|
|
53
|
+
quiet: Flags.boolean({ char: "q", description: "Avoid output except for interactions and errors" }),
|
|
50
54
|
self: Flags.boolean({
|
|
51
55
|
char: "s",
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
})
|
|
55
|
-
quiet: Flags.boolean({ char: "q", description: "Avoid output except for interactions and errors" })
|
|
56
|
+
default: false,
|
|
57
|
+
description: "Add yourself as a tester (uses your Apple ID email and name)"
|
|
58
|
+
})
|
|
56
59
|
};
|
|
57
60
|
async run() {
|
|
58
61
|
const game = await this.getGame();
|
|
@@ -95,10 +98,10 @@ class GameIosAppAddTester extends BaseGameCommand {
|
|
|
95
98
|
);
|
|
96
99
|
if (!shipThisGroup) {
|
|
97
100
|
shipThisGroup = await BetaGroup.createAsync(ctx, {
|
|
101
|
+
hasAccessToAllBuilds: true,
|
|
98
102
|
id: app.id,
|
|
99
103
|
isInternalGroup: true,
|
|
100
|
-
name: TEST_GROUP_NAME
|
|
101
|
-
hasAccessToAllBuilds: true
|
|
104
|
+
name: TEST_GROUP_NAME
|
|
102
105
|
});
|
|
103
106
|
}
|
|
104
107
|
await shipThisGroup.createBulkBetaTesterAssignmentsAsync([
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { c as BaseGameCommand, d as getGodotAppleBundleIdentifier, e as BundleId, f as App } from '../../../../index-
|
|
4
|
+
import { c as BaseGameCommand, d as getGodotAppleBundleIdentifier, e as BundleId, f as App } from '../../../../index-BwnzoldS.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { a as getInput, b as generatePackageName } from '../../../../index-
|
|
6
|
+
import { a as getInput, b as generatePackageName } from '../../../../index-CJWMt1s-.js';
|
|
7
7
|
import 'react';
|
|
8
8
|
import 'node:fs';
|
|
9
9
|
import 'axios';
|
|
@@ -20,12 +20,13 @@ import 'strip-ansi';
|
|
|
20
20
|
import 'open';
|
|
21
21
|
import '@inkjs/ui';
|
|
22
22
|
import 'node:path';
|
|
23
|
+
import '../../../../ejs-DirFZbza.js';
|
|
23
24
|
import 'marked';
|
|
24
25
|
import 'marked-terminal';
|
|
25
26
|
import 'qrcode';
|
|
26
27
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
27
|
-
import '../../../../index-
|
|
28
|
-
import { C as Command } from '../../../../Command-
|
|
28
|
+
import '../../../../index-hoHfGrjg.js';
|
|
29
|
+
import { C as Command } from '../../../../Command-DN1j3tjt.js';
|
|
29
30
|
import '@expo/apple-utils/build/index.js';
|
|
30
31
|
import 'node:crypto';
|
|
31
32
|
import 'node:readline';
|
|
@@ -34,7 +35,9 @@ import 'readline-sync';
|
|
|
34
35
|
import 'isomorphic-git';
|
|
35
36
|
import 'deepmerge';
|
|
36
37
|
import 'ini';
|
|
37
|
-
import '
|
|
38
|
+
import 'fs';
|
|
39
|
+
import 'path';
|
|
40
|
+
import '../../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
38
41
|
|
|
39
42
|
class GameIosAppCreate extends BaseGameCommand {
|
|
40
43
|
static args = {};
|