shipthis 0.1.22 → 0.1.24
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/dist/{AppleBundleIdDetails-C9C5WSPR.js → AppleBundleIdDetails-mPUG2R4N.js} +1 -1
- package/dist/{Command-BQCJ9Wf-.js → Command-B3AmRt2w.js} +1 -1
- package/dist/{CommandGame-CkGqTno0.js → CommandGame-BCMzP9pc.js} +2 -2
- package/dist/{Create-CKZDEkqF.js → Create-CsJxpzUs.js} +2 -2
- package/dist/{Import-Ljz1gxXd.js → Import-v0M_ygyF.js} +1 -1
- package/dist/{JobProgress-D9tHgBvi.js → JobProgress-9uvq8IBn.js} +2 -2
- package/dist/{JobStatusTable-DmI7qCHc.js → JobStatusTable-Bf7J9WXe.js} +21 -33
- package/dist/commands/apple/apiKey/create.js +2 -2
- package/dist/commands/apple/apiKey/export.js +2 -2
- package/dist/commands/apple/apiKey/import.js +2 -2
- package/dist/commands/apple/apiKey/status.js +2 -2
- package/dist/commands/apple/certificate/create.js +2 -2
- package/dist/commands/apple/certificate/export.js +2 -2
- package/dist/commands/apple/certificate/import.js +2 -2
- package/dist/commands/apple/certificate/status.js +2 -2
- package/dist/commands/apple/status.js +2 -2
- package/dist/commands/game/android/apiKey/connect.js +4 -4
- package/dist/commands/game/android/apiKey/create.js +4 -4
- package/dist/commands/game/android/apiKey/export.js +2 -2
- package/dist/commands/game/android/apiKey/import.js +2 -2
- package/dist/commands/game/android/apiKey/status.js +2 -2
- package/dist/commands/game/android/keyStore/create.js +4 -4
- package/dist/commands/game/android/keyStore/export.js +2 -2
- package/dist/commands/game/android/keyStore/import.js +4 -4
- package/dist/commands/game/android/keyStore/status.js +2 -2
- package/dist/commands/game/android/status.js +2 -2
- package/dist/commands/game/build/download.js +2 -2
- package/dist/commands/game/build/list.js +3 -3
- package/dist/commands/game/details.js +2 -2
- package/dist/commands/game/ios/app/addTester.js +2 -2
- package/dist/commands/game/ios/app/create.js +2 -2
- package/dist/commands/game/ios/app/status.js +3 -3
- package/dist/commands/game/ios/app/sync.js +2 -2
- package/dist/commands/game/ios/profile/create.js +2 -2
- package/dist/commands/game/ios/profile/export.js +2 -2
- package/dist/commands/game/ios/profile/import.js +2 -2
- package/dist/commands/game/ios/profile/status.js +2 -2
- package/dist/commands/game/ios/status.js +3 -3
- package/dist/commands/game/ios/wizard.js +1 -1
- package/dist/commands/game/job/list.js +2 -2
- package/dist/commands/game/job/status.js +4 -4
- package/dist/commands/game/list.js +2 -2
- package/dist/commands/game/ship.js +21 -10
- package/dist/commands/game/status.js +2 -2
- package/dist/commands/game/wizard.js +8 -8
- package/dist/commands/status.js +2 -2
- package/dist/{index-DyOv-ge5.js → index-BD1WLuFJ.js} +1 -1
- package/dist/{index-DrcGhlrc.js → index-CboPN9aq.js} +1 -1
- package/dist/{index-vMXsdSCy.js → index-nnzhQ3nY.js} +8 -7
- package/dist/{useJobWatching-BZSUa8E-.js → useJobWatching--BvVn7xS.js} +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +345 -334
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../../index-
|
|
5
|
+
import '../../index-nnzhQ3nY.js';
|
|
6
6
|
import { c as BaseGameCommand, D as DetailsFlags, t as GameEngine } from '../../index-DkNQs11R.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
@@ -23,7 +23,7 @@ import { S as StatusTable } from '../../StatusTable-Dm5St4g-.js';
|
|
|
23
23
|
import 'string-length';
|
|
24
24
|
import 'strip-ansi';
|
|
25
25
|
import 'fast-glob';
|
|
26
|
-
import { C as Command } from '../../Command-
|
|
26
|
+
import { C as Command } from '../../Command-B3AmRt2w.js';
|
|
27
27
|
import 'socket.io-client';
|
|
28
28
|
import '../../useAndroidServiceAccountTestResult-DcYDam-p.js';
|
|
29
29
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../../../../index-
|
|
5
|
+
import '../../../../index-nnzhQ3nY.js';
|
|
6
6
|
import { c as BaseGameCommand, i as BetaGroup } from '../../../../index-DkNQs11R.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
@@ -24,7 +24,7 @@ import 'string-length';
|
|
|
24
24
|
import 'strip-ansi';
|
|
25
25
|
import { q as queryAppleApp } from '../../../../useAppleApp-B16WbUxJ.js';
|
|
26
26
|
import 'fast-glob';
|
|
27
|
-
import { C as Command } from '../../../../Command-
|
|
27
|
+
import { C as Command } from '../../../../Command-B3AmRt2w.js';
|
|
28
28
|
import 'socket.io-client';
|
|
29
29
|
import '../../../../useAndroidServiceAccountTestResult-DcYDam-p.js';
|
|
30
30
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../../../../index-
|
|
5
|
+
import '../../../../index-nnzhQ3nY.js';
|
|
6
6
|
import { c as BaseGameCommand, d as getGodotAppleBundleIdentifier, e as BundleId, f as App } from '../../../../index-DkNQs11R.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
@@ -23,7 +23,7 @@ import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
|
23
23
|
import 'string-length';
|
|
24
24
|
import 'strip-ansi';
|
|
25
25
|
import 'fast-glob';
|
|
26
|
-
import { C as Command } from '../../../../Command-
|
|
26
|
+
import { C as Command } from '../../../../Command-B3AmRt2w.js';
|
|
27
27
|
import 'socket.io-client';
|
|
28
28
|
import '../../../../useAndroidServiceAccountTestResult-DcYDam-p.js';
|
|
29
29
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -2,7 +2,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../../../../index-
|
|
5
|
+
import '../../../../index-nnzhQ3nY.js';
|
|
6
6
|
import { c as BaseGameCommand } from '../../../../index-DkNQs11R.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
@@ -29,8 +29,8 @@ import { N as NextSteps } from '../../../../NextSteps-CK9zHOCt.js';
|
|
|
29
29
|
import 'qrcode';
|
|
30
30
|
import 'string-length';
|
|
31
31
|
import 'strip-ansi';
|
|
32
|
-
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-
|
|
33
|
-
import { C as Command } from '../../../../Command-
|
|
32
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-mPUG2R4N.js';
|
|
33
|
+
import { C as Command } from '../../../../Command-B3AmRt2w.js';
|
|
34
34
|
import '../../../../index-BB00V5oF.js';
|
|
35
35
|
import '../../../../useAndroidServiceAccountTestResult-DcYDam-p.js';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../../../../index-
|
|
5
|
+
import '../../../../index-nnzhQ3nY.js';
|
|
6
6
|
import { c as BaseGameCommand, h as CapabilityTypeOption } from '../../../../index-DkNQs11R.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
@@ -30,7 +30,7 @@ import 'qrcode';
|
|
|
30
30
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
31
31
|
import 'string-length';
|
|
32
32
|
import 'strip-ansi';
|
|
33
|
-
import { C as Command } from '../../../../Command-
|
|
33
|
+
import { C as Command } from '../../../../Command-B3AmRt2w.js';
|
|
34
34
|
import '../../../../index-BB00V5oF.js';
|
|
35
35
|
import '../../../../useAndroidServiceAccountTestResult-DcYDam-p.js';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -3,7 +3,7 @@ import { render } from 'ink';
|
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import axios from 'axios';
|
|
5
5
|
import 'react';
|
|
6
|
-
import '../../../../index-
|
|
6
|
+
import '../../../../index-nnzhQ3nY.js';
|
|
7
7
|
import { c as BaseGameCommand, P as Platform, C as CredentialsType, l as Certificate, m as CertificateType, n as Profile, o as ProfileType } from '../../../../index-DkNQs11R.js';
|
|
8
8
|
import 'ink-spinner';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -31,7 +31,7 @@ import 'qrcode';
|
|
|
31
31
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
32
32
|
import 'string-length';
|
|
33
33
|
import 'strip-ansi';
|
|
34
|
-
import { C as Command } from '../../../../Command-
|
|
34
|
+
import { C as Command } from '../../../../Command-B3AmRt2w.js';
|
|
35
35
|
import { a as uploadProjectCredentials } from '../../../../upload-CRE2nVdd.js';
|
|
36
36
|
import '../../../../index-BB00V5oF.js';
|
|
37
37
|
import '../../../../useAndroidServiceAccountTestResult-DcYDam-p.js';
|
|
@@ -5,7 +5,7 @@ import * as fs from 'fs';
|
|
|
5
5
|
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-DkNQs11R.js';
|
|
6
6
|
import { a as getProjectCredentials } from '../../../../index-CIa2EDQ6.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import '../../../../index-
|
|
8
|
+
import '../../../../index-nnzhQ3nY.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -30,7 +30,7 @@ import 'qrcode';
|
|
|
30
30
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
31
31
|
import 'string-length';
|
|
32
32
|
import 'strip-ansi';
|
|
33
|
-
import { C as Command } from '../../../../Command-
|
|
33
|
+
import { C as Command } from '../../../../Command-B3AmRt2w.js';
|
|
34
34
|
import { e as exportCredential } from '../../../../export-CVs_xoDN.js';
|
|
35
35
|
import '@expo/apple-utils/build/index.js';
|
|
36
36
|
import 'ini';
|
|
@@ -5,7 +5,7 @@ import * as fs from 'fs';
|
|
|
5
5
|
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-DkNQs11R.js';
|
|
6
6
|
import { a as getProjectCredentials } from '../../../../index-CIa2EDQ6.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import '../../../../index-
|
|
8
|
+
import '../../../../index-nnzhQ3nY.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -30,7 +30,7 @@ import 'qrcode';
|
|
|
30
30
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
31
31
|
import 'string-length';
|
|
32
32
|
import 'strip-ansi';
|
|
33
|
-
import { C as Command } from '../../../../Command-
|
|
33
|
+
import { C as Command } from '../../../../Command-B3AmRt2w.js';
|
|
34
34
|
import { i as importCredential } from '../../../../import-Ch5O7xfN.js';
|
|
35
35
|
import '@expo/apple-utils/build/index.js';
|
|
36
36
|
import 'ini';
|
|
@@ -2,7 +2,7 @@ import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Box, Text, render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../../../../index-
|
|
5
|
+
import '../../../../index-nnzhQ3nY.js';
|
|
6
6
|
import { b as getShortDate, n as Profile, o as ProfileType, C as CredentialsType, P as Platform, c as BaseGameCommand } from '../../../../index-DkNQs11R.js';
|
|
7
7
|
import Spinner from 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
@@ -32,7 +32,7 @@ import { u as useProjectCredentials } from '../../../../useProjectCredentials-Bt
|
|
|
32
32
|
import { T as Table } from '../../../../Table-CvM6pccN.js';
|
|
33
33
|
import { T as Title } from '../../../../Title-BCQtayg6.js';
|
|
34
34
|
import { N as NextSteps } from '../../../../NextSteps-CK9zHOCt.js';
|
|
35
|
-
import { C as Command } from '../../../../Command-
|
|
35
|
+
import { C as Command } from '../../../../Command-B3AmRt2w.js';
|
|
36
36
|
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-CTkP1mvy.js';
|
|
37
37
|
import '../../../../index-BB00V5oF.js';
|
|
38
38
|
import '../../../../useAndroidServiceAccountTestResult-DcYDam-p.js';
|
|
@@ -2,7 +2,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../../../index-
|
|
5
|
+
import '../../../index-nnzhQ3nY.js';
|
|
6
6
|
import { c as BaseGameCommand, k as getProjectPlatformProgress, P as Platform, b as getShortDate } from '../../../index-DkNQs11R.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
@@ -21,8 +21,8 @@ import 'qrcode';
|
|
|
21
21
|
import { S as StatusTable } from '../../../StatusTable-Dm5St4g-.js';
|
|
22
22
|
import 'string-length';
|
|
23
23
|
import 'strip-ansi';
|
|
24
|
-
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-
|
|
25
|
-
import { C as Command } from '../../../Command-
|
|
24
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-mPUG2R4N.js';
|
|
25
|
+
import { C as Command } from '../../../Command-B3AmRt2w.js';
|
|
26
26
|
import 'luxon';
|
|
27
27
|
import 'fast-glob';
|
|
28
28
|
import 'socket.io-client';
|
|
@@ -10,7 +10,7 @@ import { g as getUserCredentials, a as getProjectCredentials } from '../../../in
|
|
|
10
10
|
import 'react/jsx-runtime';
|
|
11
11
|
import 'react';
|
|
12
12
|
import 'ink';
|
|
13
|
-
import { g as getRenderedMarkdown } from '../../../index-
|
|
13
|
+
import { g as getRenderedMarkdown } from '../../../index-nnzhQ3nY.js';
|
|
14
14
|
import 'ink-spinner';
|
|
15
15
|
import '@inkjs/ui';
|
|
16
16
|
import '@tanstack/react-query';
|
|
@@ -3,7 +3,7 @@ import { render, Box, Text } from 'ink';
|
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import { c as BaseGameCommand, z as getProjectJobs } from '../../../index-DkNQs11R.js';
|
|
5
5
|
import 'react';
|
|
6
|
-
import { a as getJobSummary } from '../../../index-
|
|
6
|
+
import { a as getJobSummary } from '../../../index-nnzhQ3nY.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import 'axios';
|
|
@@ -22,7 +22,7 @@ import 'string-length';
|
|
|
22
22
|
import 'strip-ansi';
|
|
23
23
|
import { DateTime } from 'luxon';
|
|
24
24
|
import 'fast-glob';
|
|
25
|
-
import { C as Command } from '../../../Command-
|
|
25
|
+
import { C as Command } from '../../../Command-B3AmRt2w.js';
|
|
26
26
|
import 'socket.io-client';
|
|
27
27
|
import '@expo/apple-utils/build/index.js';
|
|
28
28
|
import 'crypto-js';
|
|
@@ -3,7 +3,7 @@ import { Args, Flags } from '@oclif/core';
|
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import { c as BaseGameCommand, E as getJob, J as JobStatus } from '../../../index-DkNQs11R.js';
|
|
5
5
|
import 'react';
|
|
6
|
-
import '../../../index-
|
|
6
|
+
import '../../../index-nnzhQ3nY.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import 'axios';
|
|
@@ -28,8 +28,8 @@ import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
|
|
|
28
28
|
import 'qrcode';
|
|
29
29
|
import 'string-length';
|
|
30
30
|
import 'strip-ansi';
|
|
31
|
-
import { C as Command } from '../../../Command-
|
|
32
|
-
import { J as JobStatusTable, a as JobLogTail } from '../../../JobStatusTable-
|
|
31
|
+
import { C as Command } from '../../../Command-B3AmRt2w.js';
|
|
32
|
+
import { J as JobStatusTable, a as JobLogTail } from '../../../JobStatusTable-Bf7J9WXe.js';
|
|
33
33
|
import '@expo/apple-utils/build/index.js';
|
|
34
34
|
import 'crypto-js';
|
|
35
35
|
import 'ini';
|
|
@@ -38,7 +38,7 @@ import '../../../index-BB00V5oF.js';
|
|
|
38
38
|
import '../../../useAndroidServiceAccountTestResult-DcYDam-p.js';
|
|
39
39
|
import '../../../Title-BCQtayg6.js';
|
|
40
40
|
import '../../../useWebSocket-ByuNoqRw.js';
|
|
41
|
-
import '../../../useJobWatching
|
|
41
|
+
import '../../../useJobWatching--BvVn7xS.js';
|
|
42
42
|
import '../../../StatusTable-Dm5St4g-.js';
|
|
43
43
|
|
|
44
44
|
class GameJobStatus extends BaseGameCommand {
|
|
@@ -3,7 +3,7 @@ import { render, Text, Box } from 'ink';
|
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import { B as BaseAuthenticatedCommand, g as getProjects, b as getShortDate } from '../../index-DkNQs11R.js';
|
|
5
5
|
import 'react';
|
|
6
|
-
import '../../index-
|
|
6
|
+
import '../../index-nnzhQ3nY.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import 'axios';
|
|
@@ -22,7 +22,7 @@ import 'string-length';
|
|
|
22
22
|
import 'strip-ansi';
|
|
23
23
|
import 'luxon';
|
|
24
24
|
import 'fast-glob';
|
|
25
|
-
import { C as Command } from '../../Command-
|
|
25
|
+
import { C as Command } from '../../Command-B3AmRt2w.js';
|
|
26
26
|
import 'socket.io-client';
|
|
27
27
|
import '@expo/apple-utils/build/index.js';
|
|
28
28
|
import 'crypto-js';
|
|
@@ -3,7 +3,7 @@ import { Flags } from '@oclif/core';
|
|
|
3
3
|
import { useInput, Box, Text, render } from 'ink';
|
|
4
4
|
import { a3 as getShortAuthRequiredUrl, W as WEB_URL, c as BaseGameCommand, K as downloadBuildById } from '../../index-DkNQs11R.js';
|
|
5
5
|
import { useContext, useState, useEffect } from 'react';
|
|
6
|
-
import { e as CommandContext, b as GameContext, M as Markdown } from '../../index-
|
|
6
|
+
import { e as CommandContext, b as GameContext, M as Markdown } from '../../index-nnzhQ3nY.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import axios from 'axios';
|
|
@@ -27,19 +27,19 @@ import 'path';
|
|
|
27
27
|
import 'qrcode';
|
|
28
28
|
import 'string-length';
|
|
29
29
|
import 'strip-ansi';
|
|
30
|
-
import { C as CommandGame } from '../../CommandGame-
|
|
30
|
+
import { C as CommandGame } from '../../CommandGame-BCMzP9pc.js';
|
|
31
31
|
import { g as getShortUUID } from '../../index-BB00V5oF.js';
|
|
32
|
-
import { u as useShip, J as JobProgress } from '../../JobProgress-
|
|
33
|
-
import { J as JobStatusTable, a as JobLogTail } from '../../JobStatusTable-
|
|
32
|
+
import { u as useShip, J as JobProgress } from '../../JobProgress-9uvq8IBn.js';
|
|
33
|
+
import { J as JobStatusTable, a as JobLogTail } from '../../JobStatusTable-Bf7J9WXe.js';
|
|
34
34
|
import '@expo/apple-utils/build/index.js';
|
|
35
35
|
import 'crypto-js';
|
|
36
36
|
import 'ini';
|
|
37
37
|
import 'deepmerge';
|
|
38
38
|
import '../../useAndroidServiceAccountTestResult-DcYDam-p.js';
|
|
39
|
-
import '../../Command-
|
|
39
|
+
import '../../Command-B3AmRt2w.js';
|
|
40
40
|
import '../../git-DREGq-jc.js';
|
|
41
41
|
import '../../ProgressSpinner-6pw1T8Iw.js';
|
|
42
|
-
import '../../useJobWatching
|
|
42
|
+
import '../../useJobWatching--BvVn7xS.js';
|
|
43
43
|
import '../../useWebSocket-ByuNoqRw.js';
|
|
44
44
|
import '../../Title-BCQtayg6.js';
|
|
45
45
|
import '../../StatusTable-Dm5St4g-.js';
|
|
@@ -172,6 +172,11 @@ class GameShip extends BaseGameCommand {
|
|
|
172
172
|
description: "Download the build artifact to the specified file",
|
|
173
173
|
required: false,
|
|
174
174
|
dependsOn: ["platform"]
|
|
175
|
+
}),
|
|
176
|
+
downloadAPK: Flags.string({
|
|
177
|
+
description: "Download the APK artifact (if available) to the specified file",
|
|
178
|
+
required: false,
|
|
179
|
+
dependsOn: ["platform"]
|
|
175
180
|
})
|
|
176
181
|
};
|
|
177
182
|
static description = "Builds the app (for all platforms with valid credentials) and ships it to the stores.";
|
|
@@ -187,10 +192,16 @@ class GameShip extends BaseGameCommand {
|
|
|
187
192
|
if (!gameId) {
|
|
188
193
|
this.error("No game ID found");
|
|
189
194
|
}
|
|
190
|
-
const handleComplete = async (
|
|
191
|
-
if (this.flags.download)
|
|
192
|
-
|
|
193
|
-
|
|
195
|
+
const handleComplete = async ([job]) => {
|
|
196
|
+
if (!this.flags.download && !this.flags.downloadAPK) return process.exit(0);
|
|
197
|
+
const builds = job.builds ?? [];
|
|
198
|
+
if (builds.length === 0) this.error("No builds found for this job");
|
|
199
|
+
const platform = this.flags.platform;
|
|
200
|
+
const type = platform === "android" ? this.flags.downloadAPK ? "APK" : "AAB" : "IPA";
|
|
201
|
+
const build = builds.find((b) => b.buildType === type);
|
|
202
|
+
if (!build) this.error(`No build found for type ${type}`);
|
|
203
|
+
const filename = this.flags.download || this.flags.downloadAPK;
|
|
204
|
+
await downloadBuildById(gameId, build.id, `${filename}`);
|
|
194
205
|
process.exit(0);
|
|
195
206
|
};
|
|
196
207
|
const handleError = (e) => {
|
|
@@ -2,7 +2,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../../index-
|
|
5
|
+
import '../../index-nnzhQ3nY.js';
|
|
6
6
|
import { B as BaseAuthenticatedCommand, I as getProject, P as Platform, k as getProjectPlatformProgress, b as getShortDate } from '../../index-DkNQs11R.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
@@ -23,7 +23,7 @@ import 'string-length';
|
|
|
23
23
|
import 'strip-ansi';
|
|
24
24
|
import 'luxon';
|
|
25
25
|
import 'fast-glob';
|
|
26
|
-
import { C as Command } from '../../Command-
|
|
26
|
+
import { C as Command } from '../../Command-B3AmRt2w.js';
|
|
27
27
|
import 'socket.io-client';
|
|
28
28
|
import '../../useAndroidServiceAccountTestResult-DcYDam-p.js';
|
|
29
29
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -3,7 +3,7 @@ import { Args } from '@oclif/core';
|
|
|
3
3
|
import { Text, Box, useInput, useFocus, measureElement, render } from 'ink';
|
|
4
4
|
import { p as getAuthedHeaders, q as API_URL, L as castArrayObjectDates, M as queryClient, a8 as updateProject, u as getGodotVersion, t as GameEngine, v as createProject, w as DEFAULT_IGNORED_FILES_GLOBS, x as DEFAULT_SHIPPED_FILES_GLOBS, P as Platform, J as JobStatus, W as WEB_URL, I as getProject, C as CredentialsType, T as getGoogleStatus, B as BaseAuthenticatedCommand, j as isCWDGodotGame } from '../../index-DkNQs11R.js';
|
|
5
5
|
import React, { useState, useContext, useEffect, useRef, useReducer } from 'react';
|
|
6
|
-
import { e as CommandContext, b as GameContext, M as Markdown, c as useBuilds, q as queryBuilds, G as GameProvider, f as CreateGooglePlayGame } from '../../index-
|
|
6
|
+
import { e as CommandContext, b as GameContext, M as Markdown, c as useBuilds, q as queryBuilds, G as GameProvider, f as CreateGooglePlayGame } from '../../index-nnzhQ3nY.js';
|
|
7
7
|
import Spinner from 'ink-spinner';
|
|
8
8
|
import { Alert, TextInput } from '@inkjs/ui';
|
|
9
9
|
import axios from 'axios';
|
|
@@ -28,15 +28,15 @@ import 'path';
|
|
|
28
28
|
import 'qrcode';
|
|
29
29
|
import 'string-length';
|
|
30
30
|
import 'strip-ansi';
|
|
31
|
-
import { C as CreateKeystore } from '../../Create-
|
|
32
|
-
import { I as ImportKeystore } from '../../Import-
|
|
33
|
-
import { C as ConnectGoogle } from '../../index-
|
|
34
|
-
import { C as CreateServiceAccountKey } from '../../index-
|
|
31
|
+
import { C as CreateKeystore } from '../../Create-CsJxpzUs.js';
|
|
32
|
+
import { I as ImportKeystore } from '../../Import-v0M_ygyF.js';
|
|
33
|
+
import { C as ConnectGoogle } from '../../index-BD1WLuFJ.js';
|
|
34
|
+
import { C as CreateServiceAccountKey } from '../../index-CboPN9aq.js';
|
|
35
35
|
import { c as cacheKeys, f as fetchKeyTestResult, K as KeyTestStatus, a as KeyTestError } from '../../useAndroidServiceAccountTestResult-DcYDam-p.js';
|
|
36
|
-
import { u as useShip, J as JobProgress } from '../../JobProgress-
|
|
36
|
+
import { u as useShip, J as JobProgress } from '../../JobProgress-9uvq8IBn.js';
|
|
37
37
|
import { a as getProjectCredentials } from '../../index-CIa2EDQ6.js';
|
|
38
38
|
import { T as Title } from '../../Title-BCQtayg6.js';
|
|
39
|
-
import { C as Command } from '../../Command-
|
|
39
|
+
import { C as Command } from '../../Command-B3AmRt2w.js';
|
|
40
40
|
import '@expo/apple-utils/build/index.js';
|
|
41
41
|
import 'ini';
|
|
42
42
|
import 'deepmerge';
|
|
@@ -47,7 +47,7 @@ import '../../useWebSocket-ByuNoqRw.js';
|
|
|
47
47
|
import '../../useProjectCredentials-Btnr7WK3.js';
|
|
48
48
|
import '../../ProgressSpinner-6pw1T8Iw.js';
|
|
49
49
|
import '../../git-DREGq-jc.js';
|
|
50
|
-
import '../../useJobWatching
|
|
50
|
+
import '../../useJobWatching--BvVn7xS.js';
|
|
51
51
|
|
|
52
52
|
async function queryJobs({ projectId, ...pageAndSortParams }) {
|
|
53
53
|
try {
|
package/dist/commands/status.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Y as BaseCommand, j as isCWDGodotGame } from '../index-DkNQs11R.js';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../index-
|
|
5
|
+
import '../index-nnzhQ3nY.js';
|
|
6
6
|
import 'ink-spinner';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import 'crypto-js';
|
|
@@ -30,7 +30,7 @@ import 'qrcode';
|
|
|
30
30
|
import { S as StatusTable } from '../StatusTable-Dm5St4g-.js';
|
|
31
31
|
import 'string-length';
|
|
32
32
|
import 'strip-ansi';
|
|
33
|
-
import { C as Command } from '../Command-
|
|
33
|
+
import { C as Command } from '../Command-B3AmRt2w.js';
|
|
34
34
|
import '@expo/apple-utils/build/index.js';
|
|
35
35
|
import 'isomorphic-git';
|
|
36
36
|
import 'ini';
|
|
@@ -21,7 +21,7 @@ import 'yazl';
|
|
|
21
21
|
import 'socket.io-client';
|
|
22
22
|
import { u as useWebSocket } from './useWebSocket-ByuNoqRw.js';
|
|
23
23
|
import { c as cacheKeys } from './useAndroidServiceAccountTestResult-DcYDam-p.js';
|
|
24
|
-
import { b as GameContext, M as Markdown } from './index-
|
|
24
|
+
import { b as GameContext, M as Markdown } from './index-nnzhQ3nY.js';
|
|
25
25
|
import 'ink-spinner';
|
|
26
26
|
import '@inkjs/ui';
|
|
27
27
|
import 'string-length';
|
|
@@ -2,7 +2,7 @@ import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Box, Text } from 'ink';
|
|
3
3
|
import { useState, useRef, useEffect, useContext } from 'react';
|
|
4
4
|
import Spinner from 'ink-spinner';
|
|
5
|
-
import { b as GameContext } from './index-
|
|
5
|
+
import { b as GameContext } from './index-nnzhQ3nY.js';
|
|
6
6
|
import { p as getAuthedHeaders, q as API_URL, H as castObjectDates, P as Platform, C as CredentialsType, T as getGoogleStatus } from './index-DkNQs11R.js';
|
|
7
7
|
import axios from 'axios';
|
|
8
8
|
import 'crypto-js';
|
|
@@ -5,7 +5,7 @@ import Spinner from 'ink-spinner';
|
|
|
5
5
|
import open from 'open';
|
|
6
6
|
import { g as getShortUUID, f as getPlatformName, s as scriptDir } from './index-BB00V5oF.js';
|
|
7
7
|
import { c as cacheKeys, u as useAndroidServiceAccountTestResult, K as KeyTestStatus, a as KeyTestError } from './useAndroidServiceAccountTestResult-DcYDam-p.js';
|
|
8
|
-
import {
|
|
8
|
+
import { p as getAuthedHeaders, q as API_URL, L as castArrayObjectDates, P as Platform, a6 as getShortDateTime, J as JobStatus, a7 as getShortTimeDelta, E as getJob, I as getProject, a3 as getShortAuthRequiredUrl, M as queryClient, W as WEB_URL } from './index-DkNQs11R.js';
|
|
9
9
|
import '@inkjs/ui';
|
|
10
10
|
import axios from 'axios';
|
|
11
11
|
import { useQuery } from '@tanstack/react-query';
|
|
@@ -37,12 +37,13 @@ async function queryBuilds({ projectId, ...pageAndSortParams }) {
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
function getBuildSummary(build) {
|
|
40
|
-
const
|
|
40
|
+
const buildType = build.buildType || (build.platform == Platform.IOS ? "IPA" : "AAB");
|
|
41
|
+
const filename = `game.${buildType.toLowerCase()}`;
|
|
41
42
|
return {
|
|
42
43
|
id: getShortUUID(build.id),
|
|
43
|
-
...getJobDetailsSummary(build.jobDetails),
|
|
44
|
-
platform: getPlatformName(build.platform),
|
|
45
44
|
jobId: getShortUUID(build.jobId),
|
|
45
|
+
...getJobDetailsSummary(build.jobDetails),
|
|
46
|
+
type: `${getPlatformName(build.platform)} ${buildType}`,
|
|
46
47
|
createdAt: getShortDateTime(build.createdAt),
|
|
47
48
|
cmd: `shipthis game build download ${getShortUUID(build.id)} ${filename}`
|
|
48
49
|
};
|
|
@@ -58,11 +59,11 @@ const useBuilds = (props) => {
|
|
|
58
59
|
function getJobDetailsSummary(jobDetails) {
|
|
59
60
|
const semanticVersion = jobDetails?.semanticVersion || "N/A";
|
|
60
61
|
const buildNumber = jobDetails?.buildNumber || "N/A";
|
|
61
|
-
const gitCommit = jobDetails?.gitCommitHash ? getShortUUID(jobDetails?.gitCommitHash) : "
|
|
62
|
-
const gitBranch = jobDetails?.gitBranch || "
|
|
62
|
+
const gitCommit = jobDetails?.gitCommitHash ? getShortUUID(jobDetails?.gitCommitHash) : "";
|
|
63
|
+
const gitBranch = jobDetails?.gitBranch || "";
|
|
63
64
|
return {
|
|
64
65
|
version: `${semanticVersion} (${buildNumber})`,
|
|
65
|
-
gitInfo: `${gitCommit} (${gitBranch})`
|
|
66
|
+
gitInfo: gitCommit ? `${gitCommit} (${gitBranch})` : ""
|
|
66
67
|
};
|
|
67
68
|
}
|
|
68
69
|
function getJobSummary(job, timeNow) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { u as useJob } from './index-
|
|
1
|
+
import { u as useJob } from './index-nnzhQ3nY.js';
|
|
2
2
|
import { useState, useEffect } from 'react';
|
|
3
3
|
import { u as useWebSocket } from './useWebSocket-ByuNoqRw.js';
|
|
4
4
|
import { F as castJobDates, H as castObjectDates } from './index-DkNQs11R.js';
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shipthis",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.24",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "shipthis",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.24",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@expo/apple-utils": "2.0.3",
|