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
|
@@ -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 BaseGameCommand } from '../../../../index-
|
|
4
|
+
import { c as BaseGameCommand } from '../../../../index-BwnzoldS.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
6
|
import 'node:crypto';
|
|
7
7
|
import 'node:fs';
|
|
@@ -24,22 +24,25 @@ import 'string-length';
|
|
|
24
24
|
import 'strip-ansi';
|
|
25
25
|
import 'open';
|
|
26
26
|
import '@inkjs/ui';
|
|
27
|
+
import '../../../../ejs-DirFZbza.js';
|
|
27
28
|
import 'marked';
|
|
28
29
|
import 'marked-terminal';
|
|
29
30
|
import { N as NextSteps } from '../../../../NextSteps-DbJHmscQ.js';
|
|
30
31
|
import 'qrcode';
|
|
31
|
-
import '../../../../index-
|
|
32
|
-
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-
|
|
33
|
-
import { C as Command } from '../../../../Command-
|
|
32
|
+
import '../../../../index-hoHfGrjg.js';
|
|
33
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-N_j1wv6f.js';
|
|
34
|
+
import { C as Command } from '../../../../Command-DN1j3tjt.js';
|
|
34
35
|
import '@expo/apple-utils/build/index.js';
|
|
35
36
|
import 'deepmerge';
|
|
36
37
|
import 'ini';
|
|
38
|
+
import 'fs';
|
|
39
|
+
import 'path';
|
|
37
40
|
import '../../../../Title-BCQtayg6.js';
|
|
38
|
-
import '../../../../index-
|
|
39
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
40
|
-
import '../../../../useAppleApp-
|
|
41
|
+
import '../../../../index-CJWMt1s-.js';
|
|
42
|
+
import '../../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
43
|
+
import '../../../../useAppleApp-BZc_cNa-.js';
|
|
41
44
|
import '../../../../Table-FaNgpyeq.js';
|
|
42
|
-
import '../../../../useAppleBundleId-
|
|
45
|
+
import '../../../../useAppleBundleId-DvMXAvWD.js';
|
|
43
46
|
|
|
44
47
|
class GameIosAppStatus extends BaseGameCommand {
|
|
45
48
|
static args = {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { c as BaseGameCommand, h as CapabilityTypeOption } from '../../../../index-
|
|
4
|
+
import { c as BaseGameCommand, h as CapabilityTypeOption } 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 fetchBundleId } from '../../../../useAppleBundleId-
|
|
19
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-DvMXAvWD.js';
|
|
20
20
|
import 'fast-glob';
|
|
21
21
|
import 'yazl';
|
|
22
22
|
import 'socket.io-client';
|
|
@@ -25,17 +25,20 @@ 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-
|
|
33
|
+
import '../../../../index-hoHfGrjg.js';
|
|
34
|
+
import { C as Command } from '../../../../Command-DN1j3tjt.js';
|
|
34
35
|
import '@expo/apple-utils/build/index.js';
|
|
35
36
|
import 'deepmerge';
|
|
36
37
|
import 'ini';
|
|
37
|
-
import '
|
|
38
|
-
import '
|
|
38
|
+
import 'fs';
|
|
39
|
+
import 'path';
|
|
40
|
+
import '../../../../index-CJWMt1s-.js';
|
|
41
|
+
import '../../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
39
42
|
|
|
40
43
|
class GameIosAppSync extends BaseGameCommand {
|
|
41
44
|
static args = {};
|
|
@@ -5,9 +5,9 @@ import { render } from 'ink';
|
|
|
5
5
|
import 'node:fs';
|
|
6
6
|
import 'crypto-js';
|
|
7
7
|
import 'uuid';
|
|
8
|
-
import { c as BaseGameCommand, P as Platform, C as CredentialsType, k as Certificate, l as CertificateType, m as Profile, n as ProfileType } from '../../../../index-
|
|
8
|
+
import { c as BaseGameCommand, P as Platform, C as CredentialsType, k as Certificate, l as CertificateType, m as Profile, n as ProfileType } from '../../../../index-BwnzoldS.js';
|
|
9
9
|
import 'luxon';
|
|
10
|
-
import { a as getProjectCredentials, g as getUserCredentials } from '../../../../index-
|
|
10
|
+
import { a as getProjectCredentials, g as getUserCredentials } from '../../../../index-izrACZbC.js';
|
|
11
11
|
import 'ink-spinner';
|
|
12
12
|
import 'node:crypto';
|
|
13
13
|
import 'node:path';
|
|
@@ -17,7 +17,7 @@ import 'readline-sync';
|
|
|
17
17
|
import 'isomorphic-git';
|
|
18
18
|
import '@tanstack/react-query';
|
|
19
19
|
import 'react';
|
|
20
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-
|
|
20
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-DvMXAvWD.js';
|
|
21
21
|
import 'fast-glob';
|
|
22
22
|
import 'yazl';
|
|
23
23
|
import 'socket.io-client';
|
|
@@ -26,18 +26,21 @@ import 'string-length';
|
|
|
26
26
|
import 'strip-ansi';
|
|
27
27
|
import 'open';
|
|
28
28
|
import '@inkjs/ui';
|
|
29
|
+
import '../../../../ejs-DirFZbza.js';
|
|
29
30
|
import 'marked';
|
|
30
31
|
import 'marked-terminal';
|
|
31
32
|
import 'qrcode';
|
|
32
33
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
33
|
-
import '../../../../index-
|
|
34
|
-
import { C as Command } from '../../../../Command-
|
|
35
|
-
import { a as uploadProjectCredentials } from '../../../../upload-
|
|
34
|
+
import '../../../../index-hoHfGrjg.js';
|
|
35
|
+
import { C as Command } from '../../../../Command-DN1j3tjt.js';
|
|
36
|
+
import { a as uploadProjectCredentials } from '../../../../upload-D19OQsbn.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 GameIosProfileCreate extends BaseGameCommand {
|
|
43
46
|
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 GameIosProfileExport 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,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 { i as importCredential } from '../../../../import-
|
|
33
|
+
import '../../../../index-hoHfGrjg.js';
|
|
34
|
+
import { C as Command } from '../../../../Command-DN1j3tjt.js';
|
|
35
|
+
import { i as importCredential } from '../../../../import-BpGyif-m.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 GameIosProfileImport extends BaseGameCommand {
|
|
42
45
|
static args = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { Box, Text, render } from 'ink';
|
|
4
|
-
import { b as getShortDate, m as Profile, n as ProfileType, C as CredentialsType, P as Platform, c as BaseGameCommand } from '../../../../index-
|
|
4
|
+
import { b as getShortDate, m as Profile, n as ProfileType, C as CredentialsType, P as Platform, c as BaseGameCommand } from '../../../../index-BwnzoldS.js';
|
|
5
5
|
import Spinner from 'ink-spinner';
|
|
6
6
|
import 'node:crypto';
|
|
7
7
|
import 'node:fs';
|
|
@@ -22,23 +22,26 @@ 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 { u as useProjectCredentials } from '../../../../useProjectCredentials-
|
|
32
|
+
import '../../../../index-hoHfGrjg.js';
|
|
33
|
+
import { u as useProjectCredentials } from '../../../../useProjectCredentials-DxdwJCfU.js';
|
|
33
34
|
import { T as Table } from '../../../../Table-FaNgpyeq.js';
|
|
34
35
|
import { T as Title } from '../../../../Title-BCQtayg6.js';
|
|
35
36
|
import { N as NextSteps } from '../../../../NextSteps-DbJHmscQ.js';
|
|
36
|
-
import { C as Command } from '../../../../Command-
|
|
37
|
+
import { C as Command } from '../../../../Command-DN1j3tjt.js';
|
|
37
38
|
import '@expo/apple-utils/build/index.js';
|
|
38
39
|
import 'deepmerge';
|
|
39
40
|
import 'ini';
|
|
40
|
-
import '
|
|
41
|
-
import '
|
|
41
|
+
import 'fs';
|
|
42
|
+
import 'path';
|
|
43
|
+
import '../../../../index-CJWMt1s-.js';
|
|
44
|
+
import '../../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
42
45
|
|
|
43
46
|
async function queryAppleProfiles({ ctx }) {
|
|
44
47
|
const appleProfiles = await Profile.getAsync(ctx, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render, Box } from 'ink';
|
|
4
|
-
import { c as BaseGameCommand, P as Platform } from '../../../index-
|
|
4
|
+
import { c as BaseGameCommand, P as Platform } from '../../../index-BwnzoldS.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
6
|
import 'node:crypto';
|
|
7
7
|
import 'node:fs';
|
|
@@ -20,29 +20,32 @@ import 'fast-glob';
|
|
|
20
20
|
import 'yazl';
|
|
21
21
|
import 'socket.io-client';
|
|
22
22
|
import 'fullscreen-ink';
|
|
23
|
-
import { G as GameStatusDetails } from '../../../GameStatus-
|
|
23
|
+
import { G as GameStatusDetails } from '../../../GameStatus-joyHPy0f.js';
|
|
24
24
|
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 { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-
|
|
33
|
-
import { C as CommandGame } from '../../../CommandGame-
|
|
32
|
+
import '../../../index-hoHfGrjg.js';
|
|
33
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-N_j1wv6f.js';
|
|
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 '../../../index-CJWMt1s-.js';
|
|
38
39
|
import '../../../StatusTable-DzRWcMr4.js';
|
|
39
40
|
import '../../../Title-BCQtayg6.js';
|
|
40
41
|
import '../../../NextSteps-DbJHmscQ.js';
|
|
41
|
-
import '
|
|
42
|
-
import '
|
|
42
|
+
import 'fs';
|
|
43
|
+
import 'path';
|
|
44
|
+
import '../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
45
|
+
import '../../../useAppleApp-BZc_cNa-.js';
|
|
43
46
|
import '../../../Table-FaNgpyeq.js';
|
|
44
|
-
import '../../../useAppleBundleId-
|
|
45
|
-
import '../../../Command-
|
|
47
|
+
import '../../../useAppleBundleId-DvMXAvWD.js';
|
|
48
|
+
import '../../../Command-DN1j3tjt.js';
|
|
46
49
|
|
|
47
50
|
class GameIosStatus extends BaseGameCommand {
|
|
48
51
|
static args = {};
|
|
@@ -4,9 +4,9 @@ import 'node:fs';
|
|
|
4
4
|
import 'axios';
|
|
5
5
|
import 'crypto-js';
|
|
6
6
|
import 'uuid';
|
|
7
|
-
import { B as BaseAuthenticatedCommand, j as isCWDGodotGame, W as WEB_URL, P as Platform, C as CredentialsType } from '../../../index-
|
|
7
|
+
import { B as BaseAuthenticatedCommand, j as isCWDGodotGame, W as WEB_URL, P as Platform, C as CredentialsType } from '../../../index-BwnzoldS.js';
|
|
8
8
|
import 'luxon';
|
|
9
|
-
import { g as getUserCredentials, a as getProjectCredentials } from '../../../index-
|
|
9
|
+
import { g as getUserCredentials, a as getProjectCredentials } from '../../../index-izrACZbC.js';
|
|
10
10
|
import 'react/jsx-runtime';
|
|
11
11
|
import 'ink';
|
|
12
12
|
import 'ink-spinner';
|
|
@@ -26,13 +26,16 @@ import 'string-length';
|
|
|
26
26
|
import 'strip-ansi';
|
|
27
27
|
import 'open';
|
|
28
28
|
import '@inkjs/ui';
|
|
29
|
-
import { g as getRenderedMarkdown } from '../../../index-
|
|
29
|
+
import { g as getRenderedMarkdown } from '../../../index-hoHfGrjg.js';
|
|
30
30
|
import 'qrcode';
|
|
31
31
|
import '@expo/apple-utils/build/index.js';
|
|
32
32
|
import 'deepmerge';
|
|
33
33
|
import 'ini';
|
|
34
|
-
import '../../../index-
|
|
35
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
34
|
+
import '../../../index-CJWMt1s-.js';
|
|
35
|
+
import '../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
36
|
+
import '../../../ejs-DirFZbza.js';
|
|
37
|
+
import 'fs';
|
|
38
|
+
import 'path';
|
|
36
39
|
import 'marked';
|
|
37
40
|
import 'marked-terminal';
|
|
38
41
|
|
|
@@ -143,7 +146,7 @@ class GameIosWizard extends BaseAuthenticatedCommand {
|
|
|
143
146
|
await this.config.runCommand(command, args);
|
|
144
147
|
}
|
|
145
148
|
const successMessage = getRenderedMarkdown({
|
|
146
|
-
filename: "ios-success.md",
|
|
149
|
+
filename: "ios-success.md.ejs",
|
|
147
150
|
templateVars: {
|
|
148
151
|
androidSetupURL: new URL("/docs/android", WEB_URL).toString(),
|
|
149
152
|
docsURL: new URL("/docs", WEB_URL).toString()
|
|
@@ -2,15 +2,15 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render, Box, Text } from 'ink';
|
|
4
4
|
import { DateTime } from 'luxon';
|
|
5
|
-
import { c as BaseGameCommand, y as getProjectJobs } from '../../../index-
|
|
5
|
+
import { c as BaseGameCommand, y as getProjectJobs } from '../../../index-BwnzoldS.js';
|
|
6
6
|
import 'ink-spinner';
|
|
7
|
-
import { c as getJobStatusColor } from '../../../index-
|
|
7
|
+
import { c as getJobStatusColor } from '../../../index-CJWMt1s-.js';
|
|
8
8
|
import { T as Table } from '../../../Table-FaNgpyeq.js';
|
|
9
9
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
10
10
|
import 'react';
|
|
11
11
|
import '@tanstack/react-query';
|
|
12
12
|
import 'axios';
|
|
13
|
-
import { a as getJobSummary } from '../../../index-
|
|
13
|
+
import { a as getJobSummary } from '../../../index-hoHfGrjg.js';
|
|
14
14
|
import 'node:fs';
|
|
15
15
|
import 'fast-glob';
|
|
16
16
|
import 'uuid';
|
|
@@ -22,10 +22,11 @@ import 'strip-ansi';
|
|
|
22
22
|
import 'open';
|
|
23
23
|
import '@inkjs/ui';
|
|
24
24
|
import 'node:path';
|
|
25
|
+
import '../../../ejs-DirFZbza.js';
|
|
25
26
|
import 'marked';
|
|
26
27
|
import 'marked-terminal';
|
|
27
28
|
import 'qrcode';
|
|
28
|
-
import { C as Command } from '../../../Command-
|
|
29
|
+
import { C as Command } from '../../../Command-DN1j3tjt.js';
|
|
29
30
|
import 'crypto-js';
|
|
30
31
|
import '@expo/apple-utils/build/index.js';
|
|
31
32
|
import 'node:crypto';
|
|
@@ -35,7 +36,9 @@ import 'readline-sync';
|
|
|
35
36
|
import 'isomorphic-git';
|
|
36
37
|
import 'deepmerge';
|
|
37
38
|
import 'ini';
|
|
38
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
39
|
+
import '../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
40
|
+
import 'fs';
|
|
41
|
+
import 'path';
|
|
39
42
|
|
|
40
43
|
class GameJobList extends BaseGameCommand {
|
|
41
44
|
static args = {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { c as BaseGameCommand, z as getJob, J as JobStatus } from '../../../index-
|
|
4
|
+
import { c as BaseGameCommand, z as getJob, J as JobStatus } from '../../../index-BwnzoldS.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
6
|
import 'node:crypto';
|
|
7
7
|
import 'node:fs';
|
|
@@ -19,27 +19,30 @@ import 'uuid';
|
|
|
19
19
|
import 'yazl';
|
|
20
20
|
import 'socket.io-client';
|
|
21
21
|
import 'fullscreen-ink';
|
|
22
|
-
import { J as JobLogTail } from '../../../JobLogTail-
|
|
23
|
-
import { J as JobStatusTable } from '../../../JobStatusTable-
|
|
22
|
+
import { J as JobLogTail } from '../../../JobLogTail-D35FO5v-.js';
|
|
23
|
+
import { J as JobStatusTable } from '../../../JobStatusTable-DIJ_h-gi.js';
|
|
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 { N as NextSteps } from '../../../NextSteps-DbJHmscQ.js';
|
|
29
30
|
import 'qrcode';
|
|
30
31
|
import 'string-length';
|
|
31
32
|
import 'strip-ansi';
|
|
32
|
-
import '../../../index-
|
|
33
|
-
import { C as Command } from '../../../Command-
|
|
33
|
+
import '../../../index-hoHfGrjg.js';
|
|
34
|
+
import { C as Command } from '../../../Command-DN1j3tjt.js';
|
|
34
35
|
import 'crypto-js';
|
|
35
36
|
import '@expo/apple-utils/build/index.js';
|
|
36
37
|
import 'deepmerge';
|
|
37
38
|
import 'ini';
|
|
38
|
-
import '../../../index-
|
|
39
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
40
|
-
import '../../../useWebSocket-
|
|
39
|
+
import '../../../index-CJWMt1s-.js';
|
|
40
|
+
import '../../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
41
|
+
import '../../../useWebSocket-cM5yOcDv.js';
|
|
41
42
|
import '../../../Title-BCQtayg6.js';
|
|
42
43
|
import '../../../StatusTable-DzRWcMr4.js';
|
|
44
|
+
import 'fs';
|
|
45
|
+
import 'path';
|
|
43
46
|
|
|
44
47
|
class GameJobStatus extends BaseGameCommand {
|
|
45
48
|
static args = {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render, Box, Text } from 'ink';
|
|
4
|
-
import { B as BaseAuthenticatedCommand, g as getProjects, b as getShortDate } from '../../index-
|
|
4
|
+
import { B as BaseAuthenticatedCommand, g as getProjects, b as getShortDate } from '../../index-BwnzoldS.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { g as getShortUUID } from '../../index-
|
|
6
|
+
import { g as getShortUUID } from '../../index-CJWMt1s-.js';
|
|
7
7
|
import { T as Table } from '../../Table-FaNgpyeq.js';
|
|
8
8
|
import 'react';
|
|
9
9
|
import '@tanstack/react-query';
|
|
@@ -20,11 +20,12 @@ 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
|
-
import '../../index-
|
|
27
|
-
import { C as Command } from '../../Command-
|
|
27
|
+
import '../../index-hoHfGrjg.js';
|
|
28
|
+
import { C as Command } from '../../Command-DN1j3tjt.js';
|
|
28
29
|
import 'crypto-js';
|
|
29
30
|
import '@expo/apple-utils/build/index.js';
|
|
30
31
|
import 'node:crypto';
|
|
@@ -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 GameList extends BaseAuthenticatedCommand {
|
|
40
43
|
static args = {};
|
|
@@ -60,11 +63,13 @@ class GameList extends BaseAuthenticatedCommand {
|
|
|
60
63
|
const { flags } = this;
|
|
61
64
|
const params = flags;
|
|
62
65
|
const gameListResponse = await getProjects(params);
|
|
63
|
-
const data = gameListResponse.data.map((game) =>
|
|
64
|
-
|
|
65
|
-
id
|
|
66
|
-
name
|
|
67
|
-
|
|
66
|
+
const data = gameListResponse.data.map((game) => {
|
|
67
|
+
const item = {};
|
|
68
|
+
item.id = getShortUUID(game.id);
|
|
69
|
+
item.name = game.name;
|
|
70
|
+
item.createdAt = getShortDate(game.createdAt);
|
|
71
|
+
return item;
|
|
72
|
+
});
|
|
68
73
|
render(
|
|
69
74
|
/* @__PURE__ */ jsxs(Command, { command: this, children: [
|
|
70
75
|
data.length === 0 && params.pageNumber === 0 && /* @__PURE__ */ jsxs(Box, { flexDirection: "column", children: [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { Box, Text, render } from 'ink';
|
|
4
|
-
import { M as LogLevel, W as WEB_URL,
|
|
4
|
+
import { M as LogLevel, W as WEB_URL, a6 as getShortAuthRequiredUrl, c as BaseGameCommand, z as getJob, H as downloadBuildById } from '../../index-BwnzoldS.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
6
|
import 'node:crypto';
|
|
7
7
|
import 'node:fs';
|
|
@@ -22,27 +22,30 @@ import 'fullscreen-ink';
|
|
|
22
22
|
import 'string-length';
|
|
23
23
|
import 'strip-ansi';
|
|
24
24
|
import open from 'open';
|
|
25
|
-
import { g as getShortUUID } from '../../index-
|
|
25
|
+
import { g as getShortUUID } from '../../index-CJWMt1s-.js';
|
|
26
26
|
import 'crypto-js';
|
|
27
|
-
import { u as useJobWatching, J as JobLogTail } from '../../JobLogTail-
|
|
28
|
-
import { J as JobStatusTable } from '../../JobStatusTable-
|
|
27
|
+
import { u as useJobWatching, J as JobLogTail } from '../../JobLogTail-D35FO5v-.js';
|
|
28
|
+
import { J as JobStatusTable } from '../../JobStatusTable-DIJ_h-gi.js';
|
|
29
29
|
import '@inkjs/ui';
|
|
30
|
-
import { u as useShip, J as JobProgress } from '../../JobProgress-
|
|
31
|
-
import { C as CommandContext, G as GameContext, e as useSafeInput, M as Markdown } from '../../index-
|
|
30
|
+
import { u as useShip, J as JobProgress } from '../../JobProgress-D-9KESaA.js';
|
|
31
|
+
import { C as CommandContext, G as GameContext, e as useSafeInput, M as Markdown } from '../../index-hoHfGrjg.js';
|
|
32
32
|
import 'qrcode';
|
|
33
|
+
import '../../ejs-DirFZbza.js';
|
|
33
34
|
import 'marked';
|
|
34
35
|
import 'marked-terminal';
|
|
35
|
-
import { C as CommandGame } from '../../CommandGame-
|
|
36
|
+
import { C as CommandGame } from '../../CommandGame-D2NqytWc.js';
|
|
36
37
|
import '@expo/apple-utils/build/index.js';
|
|
37
38
|
import 'deepmerge';
|
|
38
39
|
import 'ini';
|
|
39
|
-
import '../../useAndroidServiceAccountTestResult-
|
|
40
|
-
import '../../useWebSocket-
|
|
40
|
+
import '../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
41
|
+
import '../../useWebSocket-cM5yOcDv.js';
|
|
41
42
|
import '../../Title-BCQtayg6.js';
|
|
42
43
|
import '../../StatusTable-DzRWcMr4.js';
|
|
43
44
|
import '../../git-BpsfNFZ_.js';
|
|
44
45
|
import '../../ProgressSpinner-Um6ARKlk.js';
|
|
45
|
-
import '
|
|
46
|
+
import 'fs';
|
|
47
|
+
import 'path';
|
|
48
|
+
import '../../Command-DN1j3tjt.js';
|
|
46
49
|
|
|
47
50
|
function isNetworkError(exception) {
|
|
48
51
|
if (!axios.isAxiosError(exception)) return false;
|
|
@@ -158,7 +161,7 @@ const Ship = ({ onComplete, onError }) => {
|
|
|
158
161
|
failedJobs.length === 0 && /* @__PURE__ */ jsx(
|
|
159
162
|
Markdown,
|
|
160
163
|
{
|
|
161
|
-
filename: "ship-success.md",
|
|
164
|
+
filename: "ship-success.md.ejs",
|
|
162
165
|
templateVars: {
|
|
163
166
|
gameBuildsUrl: `${WEB_URL}games/${getShortUUID(gameId)}/builds`,
|
|
164
167
|
wasPublished: !flags?.skipPublish
|
|
@@ -169,7 +172,7 @@ const Ship = ({ onComplete, onError }) => {
|
|
|
169
172
|
/* @__PURE__ */ jsx(
|
|
170
173
|
Markdown,
|
|
171
174
|
{
|
|
172
|
-
filename: "ship-failure.md",
|
|
175
|
+
filename: "ship-failure.md.ejs",
|
|
173
176
|
templateVars: {
|
|
174
177
|
jobDashboardUrl: `${WEB_URL}games/${getShortUUID(gameId)}/job/${getShortUUID(failedJobs[0].id)}`
|
|
175
178
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { B as BaseAuthenticatedCommand } from '../../index-
|
|
4
|
+
import { B as BaseAuthenticatedCommand } from '../../index-BwnzoldS.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
6
|
import 'node:crypto';
|
|
7
7
|
import 'node:fs';
|
|
@@ -20,25 +20,28 @@ import 'fast-glob';
|
|
|
20
20
|
import 'yazl';
|
|
21
21
|
import 'socket.io-client';
|
|
22
22
|
import 'fullscreen-ink';
|
|
23
|
-
import { a as GameStatus$1 } from '../../GameStatus-
|
|
23
|
+
import { a as GameStatus$1 } from '../../GameStatus-joyHPy0f.js';
|
|
24
24
|
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 CommandGame } from '../../CommandGame-
|
|
32
|
+
import '../../index-hoHfGrjg.js';
|
|
33
|
+
import { C as CommandGame } from '../../CommandGame-D2NqytWc.js';
|
|
33
34
|
import '@expo/apple-utils/build/index.js';
|
|
34
35
|
import 'deepmerge';
|
|
35
36
|
import 'ini';
|
|
36
|
-
import '../../index-
|
|
37
|
+
import '../../index-CJWMt1s-.js';
|
|
37
38
|
import '../../StatusTable-DzRWcMr4.js';
|
|
38
39
|
import '../../Title-BCQtayg6.js';
|
|
39
40
|
import '../../NextSteps-DbJHmscQ.js';
|
|
40
|
-
import '
|
|
41
|
-
import '
|
|
41
|
+
import 'fs';
|
|
42
|
+
import 'path';
|
|
43
|
+
import '../../useAndroidServiceAccountTestResult-CwKeW0ED.js';
|
|
44
|
+
import '../../Command-DN1j3tjt.js';
|
|
42
45
|
|
|
43
46
|
class GameStatus extends BaseAuthenticatedCommand {
|
|
44
47
|
static args = {};
|