shipthis 0.1.11 → 0.1.13
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/ship-failure.md +13 -0
- package/assets/markdown/ship-success.md +12 -0
- package/dist/{AppleBundleIdDetails-DymjrhOZ.js → AppleBundleIdDetails-DxWVnxa5.js} +4 -4
- package/dist/{Command-1YAl_0zS.js → Command-zfJ7qIJI.js} +8 -8
- package/dist/{CommandGame--SAa3wEL.js → CommandGame-DVsNreSF.js} +1 -1
- package/dist/{Create-DIaSKUpl.js → Create-DdF29mIS.js} +3 -3
- package/dist/{Import-BIOsf8AA.js → Import-D8ik724M.js} +4 -4
- package/dist/{JobProgress-biiLhigg.js → JobProgress-D1Pe4YJc.js} +10 -7
- package/dist/JobStatusTable-D-daiV-I.js +203 -0
- package/dist/{ProjectCredentialsTable-Ch8022rs.js → ProjectCredentialsTable-Ch2s5qF1.js} +2 -2
- package/dist/{UserCredentialsTable-CeJS3_hd.js → UserCredentialsTable-DzyAHhLB.js} +3 -3
- package/dist/{baseAppleCommand-1isaFxCQ.js → baseAppleCommand-BGXyWK-R.js} +1 -1
- package/dist/{baseGameAndroidCommand-6vsMpE7a.js → baseGameAndroidCommand-mdFhxanf.js} +2 -2
- package/dist/commands/apple/apiKey/create.js +7 -7
- package/dist/commands/apple/apiKey/export.js +6 -6
- package/dist/commands/apple/apiKey/import.js +6 -6
- package/dist/commands/apple/apiKey/status.js +5 -5
- package/dist/commands/apple/certificate/create.js +7 -7
- package/dist/commands/apple/certificate/export.js +6 -6
- package/dist/commands/apple/certificate/import.js +6 -6
- package/dist/commands/apple/certificate/status.js +5 -5
- package/dist/commands/apple/login.js +2 -2
- package/dist/commands/apple/status.js +4 -4
- package/dist/commands/dashboard.js +1 -1
- package/dist/commands/game/android/apiKey/connect.js +9 -9
- package/dist/commands/game/android/apiKey/create.js +10 -10
- package/dist/commands/game/android/apiKey/export.js +7 -7
- package/dist/commands/game/android/apiKey/import.js +9 -9
- package/dist/commands/game/android/apiKey/invite.js +4 -4
- package/dist/commands/game/android/apiKey/status.js +7 -7
- package/dist/commands/game/android/keyStore/create.js +8 -8
- package/dist/commands/game/android/keyStore/export.js +6 -6
- package/dist/commands/game/android/keyStore/import.js +9 -9
- package/dist/commands/game/android/keyStore/status.js +6 -6
- package/dist/commands/game/android/status.js +4 -4
- package/dist/commands/game/build/download.js +4 -4
- package/dist/commands/game/build/list.js +5 -5
- package/dist/commands/game/create.js +2 -2
- package/dist/commands/game/details.js +4 -4
- package/dist/commands/game/export.js +1 -1
- package/dist/commands/game/ios/app/addTester.js +5 -5
- package/dist/commands/game/ios/app/create.js +4 -4
- package/dist/commands/game/ios/app/status.js +7 -7
- package/dist/commands/game/ios/app/sync.js +5 -5
- package/dist/commands/game/ios/profile/create.js +7 -7
- package/dist/commands/game/ios/profile/export.js +6 -6
- package/dist/commands/game/ios/profile/import.js +6 -6
- package/dist/commands/game/ios/profile/status.js +6 -6
- package/dist/commands/game/ios/status.js +7 -7
- package/dist/commands/game/ios/wizard.js +2 -2
- package/dist/commands/game/job/list.js +4 -4
- package/dist/commands/game/job/status.js +17 -131
- package/dist/commands/game/list.js +4 -4
- package/dist/commands/game/ship.js +74 -19
- package/dist/commands/game/status.js +4 -4
- package/dist/commands/game/wizard.js +14 -14
- package/dist/commands/internal/fastlane.js +1 -1
- package/dist/commands/internal/readme.js +1 -1
- package/dist/commands/login.js +2 -2
- package/dist/commands/status.js +4 -4
- package/dist/{export-BDxGDZdh.js → export-Cin4rLWR.js} +1 -1
- package/dist/{import-v54PM_Qg.js → import-CXTv9E84.js} +1 -1
- package/dist/{index-BDFKyTPb.js → index-B4v66AKo.js} +1 -1
- package/dist/{index-ByOvCs4O.js → index-BVvcTBnj.js} +4 -4
- package/dist/{index-m4HTrJ5J.js → index-Cx_2qTdS.js} +7 -7
- package/dist/{index-BB7X1Pqp.js → index-Dhx6FAHt.js} +1 -1
- package/dist/{index-wyPoxiTc.js → index-Dj-chiHz.js} +2 -2
- package/dist/{upload-2naN75Zu.js → upload-DZCIfnwf.js} +1 -1
- package/dist/{useAndroidServiceAccountTestResult-BDc7XpKE.js → useAndroidServiceAccountTestResult-L4oozjag.js} +1 -1
- package/dist/{useAppleApp-DgE0wEaq.js → useAppleApp-DcSr-q-w.js} +1 -1
- package/dist/{useAppleBundleId-BNI8swhC.js → useAppleBundleId-BnJVPVIz.js} +1 -1
- package/dist/{useJobWatching-BIG6fnTN.js → useJobWatching-DS0qHqPA.js} +3 -3
- package/dist/{useProjectCredentials-B5ZmpIxL.js → useProjectCredentials-CI_AoXmH.js} +3 -3
- package/dist/{useWebSocket-Bep1zAVG.js → useWebSocket-ZEZvtpT_.js} +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +141 -223
- package/package.json +1 -1
- package/dist/AppleBundleIdDetails-C0XqjxKJ.js +0 -72
- package/dist/AppleBundleIdDetails-CjP5y0cj.js +0 -74
- package/dist/AppleBundleIdDetails-CztWY_mT.js +0 -73
- package/dist/AppleBundleIdDetails-DKeSAte9.js +0 -73
- package/dist/AppleBundleIdDetails-Df30MPFC.js +0 -73
- package/dist/AppleBundleIdDetails-Dxo99Sgu.js +0 -72
- package/dist/Command-BiB9MqbJ.js +0 -204
- package/dist/Command-Cl-JfhTy.js +0 -203
- package/dist/Command-D6rWEZRM.js +0 -204
- package/dist/Command-Dn0P_KOV.js +0 -205
- package/dist/Command-DxmQn3XT.js +0 -204
- package/dist/Command-YJJp90ru.js +0 -204
- package/dist/CommandGame-C1oTlfdb.js +0 -8
- package/dist/CommandGame-CZUx_VQu.js +0 -8
- package/dist/CommandGame-DspVLTPZ.js +0 -8
- package/dist/CommandGame-cPaTk1wh.js +0 -8
- package/dist/CommandGame-k04mHiDl.js +0 -8
- package/dist/CommandGame-pI9VXKxi.js +0 -8
- package/dist/CreateKeystore-BnNdeDUa.js +0 -57
- package/dist/CreateKeystore-BqJdpvsI.js +0 -56
- package/dist/CreateKeystore-Cf-nsK_M.js +0 -56
- package/dist/CreateKeystore-D8uTRamD.js +0 -56
- package/dist/CreateKeystore-Dm0KVh85.js +0 -56
- package/dist/CreateKeystore-g1z6DsU5.js +0 -56
- package/dist/JobProgress-CPkWVSlH.js +0 -108
- package/dist/JobProgress-Dk0UoNah.js +0 -108
- package/dist/JobProgress-W0QQR49T.js +0 -108
- package/dist/JobProgress-jmGAzvxS.js +0 -108
- package/dist/JobStatusTable-BA_q-kgE.js +0 -75
- package/dist/JobStatusTable-ByW0bN6c.js +0 -75
- package/dist/JobStatusTable-CgaTS7jS.js +0 -75
- package/dist/JobStatusTable-DqoppRro.js +0 -75
- package/dist/JobStatusTable-q4atKzhu.js +0 -75
- package/dist/ProjectCredentialsTable-8kXt7sTS.js +0 -37
- package/dist/ProjectCredentialsTable-BIWBAXCh.js +0 -37
- package/dist/ProjectCredentialsTable-DRMK_SNw.js +0 -37
- package/dist/ProjectCredentialsTable-DfkpvTf8.js +0 -37
- package/dist/UserCredentialsTable-DMh8Wpy7.js +0 -82
- package/dist/UserCredentialsTable-DgHZJSHG.js +0 -82
- package/dist/UserCredentialsTable-TflQvTEP.js +0 -82
- package/dist/UserCredentialsTable-ysmM5dlV.js +0 -82
- package/dist/baseAppleCommand-B3WQtlx-.js +0 -10
- package/dist/baseAppleCommand-B9wyIqdL.js +0 -10
- package/dist/baseAppleCommand-D-G4h8zQ.js +0 -10
- package/dist/baseAppleCommand-DpasCbje.js +0 -10
- package/dist/baseGameAndroidCommand-B-CFhPnE.js +0 -43
- package/dist/baseGameAndroidCommand-B3LRG701.js +0 -43
- package/dist/baseGameAndroidCommand-C9BuS2Sr.js +0 -43
- package/dist/baseGameAndroidCommand-DD0H8iy-.js +0 -43
- package/dist/commands/game/android/wizard.js +0 -509
- package/dist/export-B_F6vXIK.js +0 -36
- package/dist/export-BiLHgSJ9.js +0 -36
- package/dist/export-C_lu1FD9.js +0 -36
- package/dist/export-rS9o87LD.js +0 -36
- package/dist/import-7T3J63j2.js +0 -38
- package/dist/import-Brg3zYmT.js +0 -38
- package/dist/import-BrlJuE2Z.js +0 -38
- package/dist/import-CxNikF1c.js +0 -38
- package/dist/import-DPbg8WvS.js +0 -38
- package/dist/index-B5XHQfs2.js +0 -122
- package/dist/index-B6V7vGOj.js +0 -136
- package/dist/index-BL-1G60K.js +0 -135
- package/dist/index-BQRxiyqn.js +0 -693
- package/dist/index-BQnkBr1Q.js +0 -136
- package/dist/index-BX9h2vPV.js +0 -123
- package/dist/index-BjGSEqP5.js +0 -135
- package/dist/index-BuZmCvZh.js +0 -24
- package/dist/index-Bv3x8c78.js +0 -693
- package/dist/index-BzffuqPa.js +0 -24
- package/dist/index-C9734Cj2.js +0 -693
- package/dist/index-CKYExssR.js +0 -136
- package/dist/index-CgBgZUkL.js +0 -144
- package/dist/index-Cz_KLwWf.js +0 -136
- package/dist/index-D6BH5UAM.js +0 -135
- package/dist/index-DBrQda8r.js +0 -122
- package/dist/index-DE2Hvx2o.js +0 -122
- package/dist/index-DOgF4dFK.js +0 -24
- package/dist/index-DdABTtYO.js +0 -693
- package/dist/index-DgbQBx6x.js +0 -122
- package/dist/index-DxHPjZav.js +0 -136
- package/dist/index-X__XH_Fd.js +0 -144
- package/dist/index-o9Y-84Rj.js +0 -122
- package/dist/upload-CMo3hUhl.js +0 -60
- package/dist/upload-Cx71802W.js +0 -60
- package/dist/upload-DvAE1vDq.js +0 -60
- package/dist/upload-LXRr4pMa.js +0 -60
- package/dist/useAndroidServiceAccountTestResult-B_ekRewZ.js +0 -52
- package/dist/useAndroidServiceAccountTestResult-Ce1x0Eh8.js +0 -52
- package/dist/useAndroidServiceAccountTestResult-D_30xIJA.js +0 -52
- package/dist/useAndroidServiceAccountTestResult-InDf5WSl.js +0 -52
- package/dist/useAppleApp-BEtLQa7n.js +0 -32
- package/dist/useAppleApp-CApC0-4Q.js +0 -32
- package/dist/useAppleApp-CETIcsJS.js +0 -32
- package/dist/useAppleApp-DnSjUfSs.js +0 -32
- package/dist/useAppleBundleId-DXbMDRLd.js +0 -64
- package/dist/useAppleBundleId-DtLODy3p.js +0 -64
- package/dist/useAppleBundleId-SmzY6rkm.js +0 -64
- package/dist/useAppleBundleId-gPBzJwQg.js +0 -64
- package/dist/useJobWatching-BcBJ5dy1.js +0 -43
- package/dist/useJobWatching-Bz1e6xOv.js +0 -43
- package/dist/useJobWatching-Cp-CYd90.js +0 -45
- package/dist/useJobWatching-D-YzSlK8.js +0 -45
- package/dist/useJobWatching-I_A3b36f.js +0 -45
- package/dist/useJobWatching-P5oC7mNB.js +0 -45
- package/dist/useProjectCredentials-BRffcsO3.js +0 -54
- package/dist/useProjectCredentials-CKngz2rd.js +0 -54
- package/dist/useProjectCredentials-EapDge1I.js +0 -54
- package/dist/useProjectCredentials-vjedBbKl.js +0 -54
- package/dist/useWebSocket-CBqsjHbt.js +0 -36
- package/dist/useWebSocket-D8PojLtx.js +0 -36
- package/dist/useWebSocket-DoImIdTy.js +0 -36
- package/dist/useWebSocket-rBLiZsKb.js +0 -36
- package/dist/wizard-ChPegnMW.js +0 -133
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# There was an error shipping your game
|
|
2
|
+
|
|
3
|
+
**One or more of the jobs to build your game failed.**
|
|
4
|
+
|
|
5
|
+
## What now?
|
|
6
|
+
|
|
7
|
+
- The last 10 lines of the failed jobs are shown below
|
|
8
|
+
- Check out the full output in the **ShipThis Dashboard** [${jobDashboardUrl}](${jobDashboardUrl})
|
|
9
|
+
|
|
10
|
+
### Need help?
|
|
11
|
+
|
|
12
|
+
- Join the Discord [https://discord.gg/HuSvK4GT](https://discord.gg/HuSvK4GT)
|
|
13
|
+
- Report an issue [https://gitlab.com/shipthis.cc/shipthis-cli/-/issues](https://gitlab.com/shipthis.cc/shipthis-cli/-/issues)
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# 🚀 Shipped
|
|
2
|
+
|
|
3
|
+
**Your game has been successfully built and published.**
|
|
4
|
+
|
|
5
|
+
## Next Steps
|
|
6
|
+
|
|
7
|
+
- Checkout the available builds in your **ShipThis Dashboard** [${gameBuildsUrl}](${gameBuildsUrl})
|
|
8
|
+
|
|
9
|
+
### Need help?
|
|
10
|
+
|
|
11
|
+
- Join the Discord [https://discord.gg/HuSvK4GT](https://discord.gg/HuSvK4GT)
|
|
12
|
+
- Report an issue [https://gitlab.com/shipthis.cc/shipthis-cli/-/issues](https://gitlab.com/shipthis.cc/shipthis-cli/-/issues)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { Box, Text } from 'ink';
|
|
3
3
|
import Spinner from 'ink-spinner';
|
|
4
|
-
import './index-
|
|
4
|
+
import './index-Dhx6FAHt.js';
|
|
5
5
|
import 'axios';
|
|
6
6
|
import '@tanstack/react-query';
|
|
7
7
|
import 'crypto';
|
|
@@ -17,18 +17,18 @@ import 'luxon';
|
|
|
17
17
|
import 'socket.io-client';
|
|
18
18
|
import 'isomorphic-git';
|
|
19
19
|
import '@oclif/core';
|
|
20
|
-
import { u as useAppleApp } from './useAppleApp-
|
|
20
|
+
import { u as useAppleApp } from './useAppleApp-DcSr-q-w.js';
|
|
21
21
|
import 'fast-glob';
|
|
22
22
|
import 'yazl';
|
|
23
23
|
import '@inkjs/ui';
|
|
24
|
-
import './Command-
|
|
24
|
+
import './Command-zfJ7qIJI.js';
|
|
25
25
|
import 'open';
|
|
26
26
|
import { T as Table } from './Table-CvM6pccN.js';
|
|
27
27
|
import { T as Title } from './Title-BCQtayg6.js';
|
|
28
28
|
import 'string-length';
|
|
29
29
|
import 'strip-ansi';
|
|
30
30
|
import 'qrcode';
|
|
31
|
-
import { u as useAppleBundleId } from './useAppleBundleId-
|
|
31
|
+
import { u as useAppleBundleId } from './useAppleBundleId-BnJVPVIz.js';
|
|
32
32
|
|
|
33
33
|
const AppleAppDetails = (props) => {
|
|
34
34
|
const { data, isLoading } = useAppleApp(props);
|
|
@@ -3,23 +3,23 @@ import { Text, useInput, Box } from 'ink';
|
|
|
3
3
|
import React, { useState, useEffect, useContext, useRef } from 'react';
|
|
4
4
|
import Spinner from 'ink-spinner';
|
|
5
5
|
import open from 'open';
|
|
6
|
-
import { g as getShortUUID,
|
|
7
|
-
import { c as cacheKeys, u as useAndroidServiceAccountTestResult, K as KeyTestStatus, a as KeyTestError } from './useAndroidServiceAccountTestResult-
|
|
8
|
-
import {
|
|
6
|
+
import { g as getShortUUID, f as getPlatformName, s as scriptDir } from './index-Dj-chiHz.js';
|
|
7
|
+
import { c as cacheKeys, u as useAndroidServiceAccountTestResult, K as KeyTestStatus, a as KeyTestError } from './useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
8
|
+
import { p as getAuthedHeaders, q as API_URL, L as castArrayObjectDates, P as Platform, a6 as getShortDateTime, E as getJob, J as JobStatus, a7 as getShortTimeDelta, I as getProject, a0 as getShortAuthRequiredUrl, a1 as queryClient, Y as WEB_URL } from './index-Dhx6FAHt.js';
|
|
9
9
|
import '@inkjs/ui';
|
|
10
10
|
import axios from 'axios';
|
|
11
11
|
import { useQuery, QueryClientProvider } from '@tanstack/react-query';
|
|
12
|
-
import { setOptions, parse } from 'marked';
|
|
13
12
|
import fs__default from 'fs';
|
|
13
|
+
import 'uuid';
|
|
14
|
+
import 'yazl';
|
|
15
|
+
import { setOptions, parse } from 'marked';
|
|
14
16
|
import TerminalRenderer from 'marked-terminal';
|
|
15
17
|
import path from 'path';
|
|
16
18
|
import 'qrcode';
|
|
17
19
|
import 'string-length';
|
|
18
20
|
import 'strip-ansi';
|
|
19
21
|
import 'luxon';
|
|
20
|
-
import 'uuid';
|
|
21
22
|
import 'fast-glob';
|
|
22
|
-
import 'yazl';
|
|
23
23
|
import 'socket.io-client';
|
|
24
24
|
import 'crypto';
|
|
25
25
|
import 'readline-sync';
|
|
@@ -197,8 +197,8 @@ const Create = ({ onComplete, onError, gameId, ...boxProps }) => {
|
|
|
197
197
|
};
|
|
198
198
|
|
|
199
199
|
const Command = ({ children, command }) => {
|
|
200
|
-
const width =
|
|
200
|
+
const width = process.stdout.columns || 80;
|
|
201
201
|
return /* @__PURE__ */ jsx(QueryClientProvider, { client: queryClient, children: /* @__PURE__ */ jsx(CommandProvider, { command, children: /* @__PURE__ */ jsx(Box, { width, flexDirection: "column", children }) }) });
|
|
202
202
|
};
|
|
203
203
|
|
|
204
|
-
export { Command as C, GameProvider as G, Markdown as M, GameContext as a,
|
|
204
|
+
export { Command as C, GameProvider as G, Markdown as M, GameContext as a, CommandContext as b, useBuilds as c, getBuildSummary as d, CreateGooglePlayGame as e, getJobSummary as g, queryBuilds as q, useJob as u };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { C as Command, G as GameProvider } from './Command-
|
|
2
|
+
import { C as Command, G as GameProvider } from './Command-zfJ7qIJI.js';
|
|
3
3
|
|
|
4
4
|
const CommandGame = ({ children, command }) => {
|
|
5
5
|
return /* @__PURE__ */ jsx(Command, { command, children: /* @__PURE__ */ jsx(GameProvider, { children }) });
|
|
@@ -3,9 +3,9 @@ import { Box } from 'ink';
|
|
|
3
3
|
import axios from 'axios';
|
|
4
4
|
import { useContext } from 'react';
|
|
5
5
|
import { useQueryClient } from '@tanstack/react-query';
|
|
6
|
-
import { p as getAuthedHeaders, q as API_URL } from './index-
|
|
7
|
-
import { c as cacheKeys } from './useAndroidServiceAccountTestResult-
|
|
8
|
-
import {
|
|
6
|
+
import { p as getAuthedHeaders, q as API_URL } from './index-Dhx6FAHt.js';
|
|
7
|
+
import { c as cacheKeys } from './useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
8
|
+
import { a as GameContext } from './Command-zfJ7qIJI.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import '@inkjs/ui';
|
|
11
11
|
import 'fs';
|
|
@@ -2,8 +2,8 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { useContext, useState, useEffect } from 'react';
|
|
3
3
|
import { Box, Text } from 'ink';
|
|
4
4
|
import Spinner from 'ink-spinner';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
5
|
+
import { a as GameContext } from './Command-zfJ7qIJI.js';
|
|
6
|
+
import { a1 as queryClient, P as Platform, C as CredentialsType } from './index-Dhx6FAHt.js';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import 'crypto-js';
|
|
9
9
|
import { v4 } from 'uuid';
|
|
@@ -12,8 +12,8 @@ import fs__default from 'fs';
|
|
|
12
12
|
import '@inkjs/ui';
|
|
13
13
|
import { useMutation } from '@tanstack/react-query';
|
|
14
14
|
import yazl from 'yazl';
|
|
15
|
-
import { c as cacheKeys } from './useAndroidServiceAccountTestResult-
|
|
16
|
-
import { i as importCredential } from './import-
|
|
15
|
+
import { c as cacheKeys } from './useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
16
|
+
import { i as importCredential } from './import-CXTv9E84.js';
|
|
17
17
|
import 'crypto';
|
|
18
18
|
import 'readline-sync';
|
|
19
19
|
import 'node:readline';
|
|
@@ -4,14 +4,14 @@ import fg from 'fast-glob';
|
|
|
4
4
|
import fs__default from 'fs';
|
|
5
5
|
import yazl from 'yazl';
|
|
6
6
|
import { useMutation } from '@tanstack/react-query';
|
|
7
|
-
import { c as cacheKeys } from './useAndroidServiceAccountTestResult-
|
|
8
|
-
import {
|
|
9
|
-
import { e as getFileHash, f as getPlatformName } from './index-
|
|
7
|
+
import { c as cacheKeys } from './useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
8
|
+
import { a1 as queryClient, x as DEFAULT_SHIPPED_FILES_GLOBS, w as DEFAULT_IGNORED_FILES_GLOBS, a2 as getNewUploadTicket, a3 as startJobsFromUpload, J as JobStatus } from './index-Dhx6FAHt.js';
|
|
9
|
+
import { e as getFileHash, f as getPlatformName } from './index-Dj-chiHz.js';
|
|
10
10
|
import { g as getCWDGitInfo } from './git-DREGq-jc.js';
|
|
11
11
|
import { jsx, Fragment } from 'react/jsx-runtime';
|
|
12
12
|
import { useRef } from 'react';
|
|
13
13
|
import 'ink';
|
|
14
|
-
import './Command-
|
|
14
|
+
import './Command-zfJ7qIJI.js';
|
|
15
15
|
import 'ink-spinner';
|
|
16
16
|
import 'crypto-js';
|
|
17
17
|
import 'luxon';
|
|
@@ -22,8 +22,7 @@ import 'qrcode';
|
|
|
22
22
|
import 'string-length';
|
|
23
23
|
import 'strip-ansi';
|
|
24
24
|
import 'socket.io-client';
|
|
25
|
-
import { u as useJobWatching } from './useJobWatching-
|
|
26
|
-
import './wizard-ChPegnMW.js';
|
|
25
|
+
import { u as useJobWatching } from './useJobWatching-DS0qHqPA.js';
|
|
27
26
|
|
|
28
27
|
async function ship({ command, log = () => {
|
|
29
28
|
} }) {
|
|
@@ -92,7 +91,11 @@ const JobProgress = (props) => {
|
|
|
92
91
|
const completed = [JobStatus.COMPLETED, JobStatus.FAILED];
|
|
93
92
|
const wasRunning = !completed.includes(prevJobStatus.current);
|
|
94
93
|
if (completed.includes(job.status) && wasRunning) {
|
|
95
|
-
|
|
94
|
+
if (job.status === JobStatus.FAILED) {
|
|
95
|
+
props.onFailure(job);
|
|
96
|
+
} else {
|
|
97
|
+
props.onComplete(job);
|
|
98
|
+
}
|
|
96
99
|
}
|
|
97
100
|
prevJobStatus.current = job.status;
|
|
98
101
|
};
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
2
|
+
import { measureElement, Box, Text } from 'ink';
|
|
3
|
+
import Spinner from 'ink-spinner';
|
|
4
|
+
import { h as getStageColor, j as getMessageColor, c as getJobStatusColor } from './index-Dj-chiHz.js';
|
|
5
|
+
import { useState, useEffect, useRef } from 'react';
|
|
6
|
+
import axios from 'axios';
|
|
7
|
+
import { useInfiniteQuery } from '@tanstack/react-query';
|
|
8
|
+
import { p as getAuthedHeaders, q as API_URL, L as castArrayObjectDates, H as castObjectDates, a5 as getShortTime, J as JobStatus } from './index-Dhx6FAHt.js';
|
|
9
|
+
import 'crypto-js';
|
|
10
|
+
import 'uuid';
|
|
11
|
+
import 'fs';
|
|
12
|
+
import { DateTime } from 'luxon';
|
|
13
|
+
import 'fast-glob';
|
|
14
|
+
import 'yazl';
|
|
15
|
+
import 'socket.io-client';
|
|
16
|
+
import 'crypto';
|
|
17
|
+
import 'readline-sync';
|
|
18
|
+
import 'node:readline';
|
|
19
|
+
import 'node:path';
|
|
20
|
+
import 'node:url';
|
|
21
|
+
import { c as cacheKeys } from './useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
22
|
+
import 'isomorphic-git';
|
|
23
|
+
import '@oclif/core';
|
|
24
|
+
import { u as useWebSocket } from './useWebSocket-ZEZvtpT_.js';
|
|
25
|
+
import { T as Title } from './Title-BCQtayg6.js';
|
|
26
|
+
import stringLength from 'string-length';
|
|
27
|
+
import stripAnsi from 'strip-ansi';
|
|
28
|
+
import { g as getJobSummary, d as getBuildSummary } from './Command-zfJ7qIJI.js';
|
|
29
|
+
import { u as useJobWatching } from './useJobWatching-DS0qHqPA.js';
|
|
30
|
+
import { a as StatusRow, b as StatusRowLabel } from './StatusTable-Dm5St4g-.js';
|
|
31
|
+
|
|
32
|
+
async function queryJobLogs({
|
|
33
|
+
projectId,
|
|
34
|
+
jobId,
|
|
35
|
+
cursor,
|
|
36
|
+
pageSize = 10
|
|
37
|
+
}) {
|
|
38
|
+
try {
|
|
39
|
+
const headers = getAuthedHeaders();
|
|
40
|
+
const base = `${API_URL}/projects/${projectId}/jobs/${jobId}/logs/?pageSize=${pageSize}`;
|
|
41
|
+
const url = base + (cursor ? `&cursor=${cursor}` : "");
|
|
42
|
+
const response = await axios.get(url, { headers });
|
|
43
|
+
return {
|
|
44
|
+
...response.data,
|
|
45
|
+
data: castArrayObjectDates(response.data.data, ["sentAt", "createdAt"])
|
|
46
|
+
};
|
|
47
|
+
} catch (error) {
|
|
48
|
+
console.warn("queryJobLogs Error", error);
|
|
49
|
+
throw error;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
const useJobLogs = (props) => {
|
|
53
|
+
const queryResult = useInfiniteQuery({
|
|
54
|
+
queryKey: cacheKeys.jobLogs(props),
|
|
55
|
+
queryFn: async ({ pageParam }) => {
|
|
56
|
+
return queryJobLogs({
|
|
57
|
+
...props,
|
|
58
|
+
cursor: pageParam
|
|
59
|
+
});
|
|
60
|
+
},
|
|
61
|
+
getNextPageParam: (lastPage) => lastPage.nextCursor,
|
|
62
|
+
initialPageParam: props.cursor
|
|
63
|
+
});
|
|
64
|
+
return queryResult;
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
function arrayToDictionary(array, key = "id") {
|
|
68
|
+
return array.reduce((a, i) => {
|
|
69
|
+
a[i[key]] = i;
|
|
70
|
+
return a;
|
|
71
|
+
}, {});
|
|
72
|
+
}
|
|
73
|
+
function dictionaryToArray(dictionary) {
|
|
74
|
+
return Object.keys(dictionary).map((key) => dictionary[key]);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
function getSortedJobLogs(logs) {
|
|
78
|
+
return logs.sort((a, b) => a.sentAt.toMillis() - b.sentAt.toMillis());
|
|
79
|
+
}
|
|
80
|
+
function useJobLogTail(props) {
|
|
81
|
+
const [websocketLogs, setWebsocketLogs] = useState([]);
|
|
82
|
+
const listener = {
|
|
83
|
+
getPattern: () => `project.${props.projectId}:job.${props.jobId}:log`,
|
|
84
|
+
eventHandler: async (pattern, rawLogEntry) => {
|
|
85
|
+
setWebsocketLogs((prevLogs) => {
|
|
86
|
+
const logEntry = castObjectDates(rawLogEntry, ["sentAt", "createdAt"]);
|
|
87
|
+
return [...prevLogs, logEntry];
|
|
88
|
+
});
|
|
89
|
+
}
|
|
90
|
+
};
|
|
91
|
+
useWebSocket(props.isWatching ? [listener] : []);
|
|
92
|
+
const { isLoading, data: fetchedJobLogs } = useJobLogs({
|
|
93
|
+
projectId: props.projectId,
|
|
94
|
+
jobId: props.jobId,
|
|
95
|
+
pageSize: props.length
|
|
96
|
+
});
|
|
97
|
+
useEffect(() => {
|
|
98
|
+
setWebsocketLogs([]);
|
|
99
|
+
}, [props.jobId, props.projectId, props.length, props.isWatching, fetchedJobLogs]);
|
|
100
|
+
const firstPage = fetchedJobLogs ? fetchedJobLogs?.pages[0].data : [];
|
|
101
|
+
const allLogs = [...firstPage, ...websocketLogs];
|
|
102
|
+
const allLogsById = arrayToDictionary(allLogs);
|
|
103
|
+
const uniqueLogs = dictionaryToArray(allLogsById);
|
|
104
|
+
const data = getSortedJobLogs(uniqueLogs).slice(-props.length);
|
|
105
|
+
return {
|
|
106
|
+
isLoading,
|
|
107
|
+
data
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
const TruncatedText = ({ children, wrap, ...textPropsWithoutWrap }) => {
|
|
112
|
+
const ref = useRef();
|
|
113
|
+
const [width, setWidth] = useState(null);
|
|
114
|
+
useEffect(() => {
|
|
115
|
+
if (!ref.current) return;
|
|
116
|
+
const { width: measuredWidth } = measureElement(ref.current);
|
|
117
|
+
setWidth(measuredWidth);
|
|
118
|
+
}, []);
|
|
119
|
+
const getTruncated = (input) => {
|
|
120
|
+
const withoutCrlf = input.replaceAll(/[\r\n]/g, "");
|
|
121
|
+
if (width === null) return withoutCrlf;
|
|
122
|
+
const withoutAnsi = stripAnsi(withoutCrlf);
|
|
123
|
+
const textLength = stringLength(withoutAnsi);
|
|
124
|
+
return textLength > width ? withoutCrlf.substring(0, width) : withoutCrlf;
|
|
125
|
+
};
|
|
126
|
+
return /* @__PURE__ */ jsx(Box, { ref, children: /* @__PURE__ */ jsx(Text, { ...textPropsWithoutWrap, children: getTruncated(children) + "\x1B[0m" }) });
|
|
127
|
+
};
|
|
128
|
+
|
|
129
|
+
const JobLogTail = (props) => {
|
|
130
|
+
const { isLoading, data } = useJobLogTail(props);
|
|
131
|
+
return /* @__PURE__ */ jsxs(Box, { flexDirection: "column", children: [
|
|
132
|
+
/* @__PURE__ */ jsx(Title, { children: "Job Logs" }),
|
|
133
|
+
isLoading && /* @__PURE__ */ jsx(Spinner, { type: "dots" }),
|
|
134
|
+
/* @__PURE__ */ jsx(Box, { flexDirection: "column", children: data.map((log) => {
|
|
135
|
+
const stageColor = getStageColor(log.stage);
|
|
136
|
+
const messageColor = getMessageColor(log.level);
|
|
137
|
+
return /* @__PURE__ */ jsxs(Box, { flexDirection: "row", overflow: "hidden", height: 1, children: [
|
|
138
|
+
/* @__PURE__ */ jsx(Box, { children: /* @__PURE__ */ jsx(Text, { children: getShortTime(log.sentAt) }) }),
|
|
139
|
+
/* @__PURE__ */ jsx(Box, { marginLeft: 1, width: 9, justifyContent: "flex-start", children: /* @__PURE__ */ jsx(Text, { color: stageColor, children: log.stage }) }),
|
|
140
|
+
/* @__PURE__ */ jsx(Box, { marginLeft: 1, overflow: "hidden", height: 1, marginRight: 2, children: /* @__PURE__ */ jsx(TruncatedText, { color: messageColor, children: log.message }) })
|
|
141
|
+
] }, log.id);
|
|
142
|
+
}) })
|
|
143
|
+
] });
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
const JobStatusSpinner = ({ status, showSpinner }) => /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
147
|
+
/* @__PURE__ */ jsx(Box, { width: JobStatus.PROCESSING.length, children: /* @__PURE__ */ jsx(Text, { color: getJobStatusColor(status), children: `${status}` }) }),
|
|
148
|
+
showSpinner && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
149
|
+
/* @__PURE__ */ jsx(Text, { children: " " }),
|
|
150
|
+
/* @__PURE__ */ jsx(Spinner, { type: "dots" })
|
|
151
|
+
] })
|
|
152
|
+
] });
|
|
153
|
+
const JobStatusTable = ({ jobId, projectId, isWatching, onJobUpdate }) => {
|
|
154
|
+
const { data: job, stage, isLoading } = useJobWatching({ projectId, jobId, isWatching, onJobUpdate });
|
|
155
|
+
const [time, setTime] = useState(DateTime.now());
|
|
156
|
+
useEffect(() => {
|
|
157
|
+
if (!isWatching) return;
|
|
158
|
+
const interval = setInterval(() => setTime(DateTime.now()), 1e3);
|
|
159
|
+
return () => {
|
|
160
|
+
clearInterval(interval);
|
|
161
|
+
};
|
|
162
|
+
}, []);
|
|
163
|
+
const isJobInProgress = job && ![JobStatus.COMPLETED, JobStatus.FAILED].includes(job.status);
|
|
164
|
+
const summary = job ? getJobSummary(job, time) : null;
|
|
165
|
+
const buildSummary = job && job.build ? getBuildSummary(job.build) : null;
|
|
166
|
+
return /* @__PURE__ */ jsxs(Box, { flexDirection: "row", children: [
|
|
167
|
+
/* @__PURE__ */ jsxs(Box, { flexDirection: "column", marginBottom: 1, children: [
|
|
168
|
+
/* @__PURE__ */ jsx(Title, { children: "Job Details" }),
|
|
169
|
+
isLoading && /* @__PURE__ */ jsx(Spinner, { type: "dots" }),
|
|
170
|
+
summary && job && /* @__PURE__ */ jsxs(Box, { flexDirection: "row", children: [
|
|
171
|
+
/* @__PURE__ */ jsxs(Box, { flexDirection: "column", marginLeft: 2, children: [
|
|
172
|
+
/* @__PURE__ */ jsx(StatusRow, { label: "ID", value: summary.id }),
|
|
173
|
+
/* @__PURE__ */ jsx(StatusRow, { label: "Platform", value: summary.platform }),
|
|
174
|
+
/* @__PURE__ */ jsxs(Box, { flexDirection: "row", children: [
|
|
175
|
+
/* @__PURE__ */ jsx(StatusRowLabel, { label: "Status" }),
|
|
176
|
+
/* @__PURE__ */ jsx(JobStatusSpinner, { status: job.status, showSpinner: isWatching && !!isJobInProgress })
|
|
177
|
+
] }),
|
|
178
|
+
/* @__PURE__ */ jsxs(Box, { flexDirection: "row", children: [
|
|
179
|
+
/* @__PURE__ */ jsx(StatusRowLabel, { label: "Stage" }),
|
|
180
|
+
stage && /* @__PURE__ */ jsx(Text, { color: getStageColor(stage), children: `${stage}` })
|
|
181
|
+
] })
|
|
182
|
+
] }),
|
|
183
|
+
/* @__PURE__ */ jsxs(Box, { flexDirection: "column", marginLeft: 2, children: [
|
|
184
|
+
/* @__PURE__ */ jsx(StatusRow, { label: "Version", value: summary.version }),
|
|
185
|
+
/* @__PURE__ */ jsx(StatusRow, { label: "Git Info", value: summary.gitInfo }),
|
|
186
|
+
/* @__PURE__ */ jsx(StatusRow, { label: "Started At", value: summary.createdAt }),
|
|
187
|
+
/* @__PURE__ */ jsx(StatusRow, { label: "Runtime", value: summary.runtime })
|
|
188
|
+
] })
|
|
189
|
+
] })
|
|
190
|
+
] }),
|
|
191
|
+
buildSummary && /* @__PURE__ */ jsxs(Box, { flexDirection: "column", marginBottom: 1, marginLeft: 3, borderStyle: "single", padding: 1, children: [
|
|
192
|
+
/* @__PURE__ */ jsx(Title, { children: "Build Details" }),
|
|
193
|
+
/* @__PURE__ */ jsxs(Box, { flexDirection: "column", marginLeft: 2, children: [
|
|
194
|
+
/* @__PURE__ */ jsx(StatusRow, { label: "ID", value: buildSummary.id }),
|
|
195
|
+
/* @__PURE__ */ jsx(StatusRow, { label: "Platform", value: buildSummary.platform }),
|
|
196
|
+
/* @__PURE__ */ jsx(StatusRow, { label: "Type", value: buildSummary.type }),
|
|
197
|
+
/* @__PURE__ */ jsx(StatusRow, { label: "CMD", value: buildSummary.cmd })
|
|
198
|
+
] })
|
|
199
|
+
] })
|
|
200
|
+
] });
|
|
201
|
+
};
|
|
202
|
+
|
|
203
|
+
export { JobStatusTable as J, JobLogTail as a };
|
|
@@ -10,11 +10,11 @@ import 'node:url';
|
|
|
10
10
|
import 'react';
|
|
11
11
|
import 'axios';
|
|
12
12
|
import '@tanstack/react-query';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-Dhx6FAHt.js';
|
|
14
14
|
import 'crypto-js';
|
|
15
15
|
import 'uuid';
|
|
16
16
|
import 'luxon';
|
|
17
|
-
import { u as useProjectCredentials, g as getProjectCredentialSummary } from './useProjectCredentials-
|
|
17
|
+
import { u as useProjectCredentials, g as getProjectCredentialSummary } from './useProjectCredentials-CI_AoXmH.js';
|
|
18
18
|
import 'fast-glob';
|
|
19
19
|
import 'yazl';
|
|
20
20
|
import 'socket.io-client';
|
|
@@ -10,14 +10,14 @@ import 'node:url';
|
|
|
10
10
|
import 'react';
|
|
11
11
|
import axios from 'axios';
|
|
12
12
|
import { useQuery } from '@tanstack/react-query';
|
|
13
|
-
import { b as getShortDate, p as getAuthedHeaders, q as API_URL,
|
|
13
|
+
import { b as getShortDate, p as getAuthedHeaders, q as API_URL, L as castArrayObjectDates } from './index-Dhx6FAHt.js';
|
|
14
14
|
import 'crypto-js';
|
|
15
15
|
import 'uuid';
|
|
16
16
|
import 'luxon';
|
|
17
17
|
import 'fast-glob';
|
|
18
18
|
import 'yazl';
|
|
19
|
-
import { c as cacheKeys } from './useAndroidServiceAccountTestResult-
|
|
20
|
-
import { g as getShortUUID } from './index-
|
|
19
|
+
import { c as cacheKeys } from './useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
20
|
+
import { g as getShortUUID } from './index-Dj-chiHz.js';
|
|
21
21
|
import 'socket.io-client';
|
|
22
22
|
import 'isomorphic-git';
|
|
23
23
|
import '@oclif/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as BaseGameCommand,
|
|
2
|
-
import { b as generatePackageName, a as getInput } from './index-
|
|
1
|
+
import { c as BaseGameCommand, Q as getGodotAndroidPackageName, R as getGoogleStatus } from './index-Dhx6FAHt.js';
|
|
2
|
+
import { b as generatePackageName, a as getInput } from './index-Dj-chiHz.js';
|
|
3
3
|
|
|
4
4
|
class BaseGameAndroidCommand extends BaseGameCommand {
|
|
5
5
|
async init() {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { P as Platform, C as CredentialsType, A as ApiKey, a as ApiKeyType, U as UserRole } from '../../../index-
|
|
5
|
-
import { g as getUserCredentials } from '../../../index-
|
|
4
|
+
import { P as Platform, C as CredentialsType, A as ApiKey, a as ApiKeyType, U as UserRole } from '../../../index-Dhx6FAHt.js';
|
|
5
|
+
import { g as getUserCredentials } from '../../../index-B4v66AKo.js';
|
|
6
6
|
import 'react';
|
|
7
|
-
import { C as Command } from '../../../Command-
|
|
7
|
+
import { C as Command } from '../../../Command-zfJ7qIJI.js';
|
|
8
8
|
import 'ink-spinner';
|
|
9
9
|
import 'axios';
|
|
10
10
|
import 'crypto-js';
|
|
@@ -27,14 +27,14 @@ import 'qrcode';
|
|
|
27
27
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
28
28
|
import 'string-length';
|
|
29
29
|
import 'strip-ansi';
|
|
30
|
-
import { B as BaseAppleCommand } from '../../../baseAppleCommand-
|
|
31
|
-
import { u as uploadUserCredentials } from '../../../upload-
|
|
30
|
+
import { B as BaseAppleCommand } from '../../../baseAppleCommand-BGXyWK-R.js';
|
|
31
|
+
import { u as uploadUserCredentials } from '../../../upload-DZCIfnwf.js';
|
|
32
32
|
import 'path';
|
|
33
33
|
import '@expo/apple-utils/build/index.js';
|
|
34
34
|
import 'ini';
|
|
35
35
|
import 'deepmerge';
|
|
36
|
-
import '../../../index-
|
|
37
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
36
|
+
import '../../../index-Dj-chiHz.js';
|
|
37
|
+
import '../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
38
38
|
import 'marked';
|
|
39
39
|
import 'marked-terminal';
|
|
40
40
|
|
|
@@ -2,10 +2,10 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import * as fs from 'fs';
|
|
5
|
-
import { B as BaseAuthenticatedCommand, P as Platform, C as CredentialsType } from '../../../index-
|
|
6
|
-
import { g as getUserCredentials } from '../../../index-
|
|
5
|
+
import { B as BaseAuthenticatedCommand, P as Platform, C as CredentialsType } from '../../../index-Dhx6FAHt.js';
|
|
6
|
+
import { g as getUserCredentials } from '../../../index-B4v66AKo.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import { C as Command } from '../../../Command-
|
|
8
|
+
import { C as Command } from '../../../Command-zfJ7qIJI.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -27,13 +27,13 @@ import 'qrcode';
|
|
|
27
27
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
28
28
|
import 'string-length';
|
|
29
29
|
import 'strip-ansi';
|
|
30
|
-
import { e as exportCredential } from '../../../export-
|
|
30
|
+
import { e as exportCredential } from '../../../export-Cin4rLWR.js';
|
|
31
31
|
import 'path';
|
|
32
32
|
import '@expo/apple-utils/build/index.js';
|
|
33
33
|
import 'ini';
|
|
34
34
|
import 'deepmerge';
|
|
35
|
-
import '../../../index-
|
|
36
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
35
|
+
import '../../../index-Dj-chiHz.js';
|
|
36
|
+
import '../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
37
37
|
import 'marked';
|
|
38
38
|
import 'marked-terminal';
|
|
39
39
|
|
|
@@ -2,10 +2,10 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import * as fs from 'fs';
|
|
5
|
-
import { B as BaseAuthenticatedCommand, P as Platform, C as CredentialsType } from '../../../index-
|
|
6
|
-
import { g as getUserCredentials } from '../../../index-
|
|
5
|
+
import { B as BaseAuthenticatedCommand, P as Platform, C as CredentialsType } from '../../../index-Dhx6FAHt.js';
|
|
6
|
+
import { g as getUserCredentials } from '../../../index-B4v66AKo.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import { C as Command } from '../../../Command-
|
|
8
|
+
import { C as Command } from '../../../Command-zfJ7qIJI.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -27,13 +27,13 @@ import 'qrcode';
|
|
|
27
27
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
28
28
|
import 'string-length';
|
|
29
29
|
import 'strip-ansi';
|
|
30
|
-
import { i as importCredential } from '../../../import-
|
|
30
|
+
import { i as importCredential } from '../../../import-CXTv9E84.js';
|
|
31
31
|
import 'path';
|
|
32
32
|
import '@expo/apple-utils/build/index.js';
|
|
33
33
|
import 'ini';
|
|
34
34
|
import 'deepmerge';
|
|
35
|
-
import '../../../index-
|
|
36
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
35
|
+
import '../../../index-Dj-chiHz.js';
|
|
36
|
+
import '../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
37
37
|
import 'marked';
|
|
38
38
|
import 'marked-terminal';
|
|
39
39
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { Box, Text, render } from 'ink';
|
|
4
|
-
import { b as getShortDate, A as ApiKey, C as CredentialsType, P as Platform, B as BaseAuthenticatedCommand } from '../../../index-
|
|
4
|
+
import { b as getShortDate, A as ApiKey, C as CredentialsType, P as Platform, B as BaseAuthenticatedCommand } from '../../../index-Dhx6FAHt.js';
|
|
5
5
|
import 'react';
|
|
6
|
-
import { C as Command } from '../../../Command-
|
|
6
|
+
import { C as Command } from '../../../Command-zfJ7qIJI.js';
|
|
7
7
|
import Spinner from 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -25,7 +25,7 @@ import 'open';
|
|
|
25
25
|
import 'qrcode';
|
|
26
26
|
import 'string-length';
|
|
27
27
|
import 'strip-ansi';
|
|
28
|
-
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-
|
|
28
|
+
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-DzyAHhLB.js';
|
|
29
29
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
30
30
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
31
31
|
import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
|
|
@@ -33,8 +33,8 @@ import 'path';
|
|
|
33
33
|
import '@expo/apple-utils/build/index.js';
|
|
34
34
|
import 'ini';
|
|
35
35
|
import 'deepmerge';
|
|
36
|
-
import '../../../index-
|
|
37
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
36
|
+
import '../../../index-Dj-chiHz.js';
|
|
37
|
+
import '../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
38
38
|
import 'marked';
|
|
39
39
|
import 'marked-terminal';
|
|
40
40
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { m as CertificateType, l as Certificate, P as Platform, C as CredentialsType } from '../../../index-
|
|
5
|
-
import { g as getUserCredentials } from '../../../index-
|
|
4
|
+
import { m as CertificateType, l as Certificate, P as Platform, C as CredentialsType } from '../../../index-Dhx6FAHt.js';
|
|
5
|
+
import { g as getUserCredentials } from '../../../index-B4v66AKo.js';
|
|
6
6
|
import 'react';
|
|
7
|
-
import { C as Command } from '../../../Command-
|
|
7
|
+
import { C as Command } from '../../../Command-zfJ7qIJI.js';
|
|
8
8
|
import 'ink-spinner';
|
|
9
9
|
import 'axios';
|
|
10
10
|
import 'crypto-js';
|
|
@@ -28,14 +28,14 @@ import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
|
28
28
|
import 'string-length';
|
|
29
29
|
import 'strip-ansi';
|
|
30
30
|
import forge from 'node-forge';
|
|
31
|
-
import { B as BaseAppleCommand } from '../../../baseAppleCommand-
|
|
32
|
-
import { u as uploadUserCredentials } from '../../../upload-
|
|
31
|
+
import { B as BaseAppleCommand } from '../../../baseAppleCommand-BGXyWK-R.js';
|
|
32
|
+
import { u as uploadUserCredentials } from '../../../upload-DZCIfnwf.js';
|
|
33
33
|
import 'path';
|
|
34
34
|
import '@expo/apple-utils/build/index.js';
|
|
35
35
|
import 'ini';
|
|
36
36
|
import 'deepmerge';
|
|
37
|
-
import '../../../index-
|
|
38
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
37
|
+
import '../../../index-Dj-chiHz.js';
|
|
38
|
+
import '../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
39
39
|
import 'marked';
|
|
40
40
|
import 'marked-terminal';
|
|
41
41
|
|
|
@@ -2,10 +2,10 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import * as fs from 'fs';
|
|
5
|
-
import { B as BaseAuthenticatedCommand, P as Platform, C as CredentialsType } from '../../../index-
|
|
6
|
-
import { g as getUserCredentials } from '../../../index-
|
|
5
|
+
import { B as BaseAuthenticatedCommand, P as Platform, C as CredentialsType } from '../../../index-Dhx6FAHt.js';
|
|
6
|
+
import { g as getUserCredentials } from '../../../index-B4v66AKo.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import { C as Command } from '../../../Command-
|
|
8
|
+
import { C as Command } from '../../../Command-zfJ7qIJI.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -27,13 +27,13 @@ import 'qrcode';
|
|
|
27
27
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
28
28
|
import 'string-length';
|
|
29
29
|
import 'strip-ansi';
|
|
30
|
-
import { e as exportCredential } from '../../../export-
|
|
30
|
+
import { e as exportCredential } from '../../../export-Cin4rLWR.js';
|
|
31
31
|
import 'path';
|
|
32
32
|
import '@expo/apple-utils/build/index.js';
|
|
33
33
|
import 'ini';
|
|
34
34
|
import 'deepmerge';
|
|
35
|
-
import '../../../index-
|
|
36
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
35
|
+
import '../../../index-Dj-chiHz.js';
|
|
36
|
+
import '../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
37
37
|
import 'marked';
|
|
38
38
|
import 'marked-terminal';
|
|
39
39
|
|