shipthis 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +34 -67
- package/dist/{App-DFPMSEZF.js → App-CRcDsay7.js} +1 -1
- package/dist/{AppleBundleIdDetails-CuhAbVEp.js → AppleBundleIdDetails-UNAVT0U6.js} +3 -3
- package/dist/{UserCredentialsTable-DHeRI4h6.js → UserCredentialsTable-CPx_wwST.js} +2 -2
- package/dist/{baseAppleCommand-BXUu-026.js → baseAppleCommand-BUDjh10x.js} +1 -1
- package/dist/{baseGameCommand-xrD2WDDN.js → baseGameCommand-DvFilbRN.js} +37 -18
- package/dist/commands/apple/apiKey/create.js +4 -4
- package/dist/commands/apple/apiKey/export.js +3 -3
- package/dist/commands/apple/apiKey/import.js +3 -3
- package/dist/commands/apple/apiKey/status.js +4 -4
- package/dist/commands/apple/certificate/create.js +4 -4
- package/dist/commands/apple/certificate/export.js +3 -3
- package/dist/commands/apple/certificate/import.js +3 -3
- package/dist/commands/apple/certificate/status.js +4 -4
- package/dist/commands/apple/login.js +2 -6
- package/dist/commands/apple/status.js +3 -3
- package/dist/commands/dashboard.js +1 -1
- package/dist/commands/game/build/download.js +2 -2
- package/dist/commands/game/build/list.js +5 -5
- package/dist/commands/game/create.js +2 -2
- package/dist/commands/game/details.js +3 -3
- package/dist/commands/game/export.js +1 -1
- package/dist/commands/game/ios/app/addTester.js +4 -4
- package/dist/commands/game/ios/app/create.js +3 -3
- package/dist/commands/game/ios/app/status.js +5 -5
- package/dist/commands/game/ios/app/sync.js +3 -3
- package/dist/commands/game/ios/profile/create.js +4 -4
- package/dist/commands/game/ios/profile/export.js +3 -3
- package/dist/commands/game/ios/profile/import.js +3 -3
- package/dist/commands/game/ios/profile/status.js +3 -3
- package/dist/commands/game/ios/status.js +6 -6
- package/dist/commands/game/job/list.js +4 -4
- package/dist/commands/game/job/status.js +5 -5
- package/dist/commands/game/list.js +3 -3
- package/dist/commands/game/ship.js +2 -2
- package/dist/commands/game/status.js +3 -3
- package/dist/commands/game/wizard.js +1 -1
- package/dist/commands/login.js +12 -2
- package/dist/commands/status.js +6 -6
- package/dist/{export-CujqsTR_.js → export-DnCkwLrK.js} +1 -1
- package/dist/{import-Q-KO61ll.js → import-CMzGrYJE.js} +1 -1
- package/dist/{index-DKsVctbw.js → index-Bw_nDHi8.js} +1 -1
- package/dist/{upload-CUlWmNbS.js → upload-O-TtkVJK.js} +1 -1
- package/dist/{useAppleApp-BmwYu7qG.js → useAppleApp-aigGCahA.js} +1 -1
- package/dist/{useAppleBundleId-DCJnfNWr.js → useAppleBundleId-Csd5x81b.js} +1 -1
- package/dist/{useBuilds-Dh_PWwCf.js → useBuilds-v-UBnSnM.js} +3 -3
- package/dist/{useJob-CCkqCMvF.js → useJob-DJQrqUh2.js} +2 -2
- package/oclif.manifest.json +37 -37
- package/package.json +2 -3
- package/dist/run.js +0 -3
|
@@ -2,7 +2,7 @@ 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, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-
|
|
5
|
+
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-DvFilbRN.js';
|
|
6
6
|
import 'path';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
8
8
|
import 'axios';
|
|
@@ -14,12 +14,12 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-CRcDsay7.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { i as importCredential } from '../../../import-
|
|
22
|
+
import { i as importCredential } from '../../../import-CMzGrYJE.js';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
25
|
|
|
@@ -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 { f as getShortDate, q as Certificate, r as CertificateType, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-
|
|
4
|
+
import { f as getShortDate, q as Certificate, r as CertificateType, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-DvFilbRN.js';
|
|
5
5
|
import 'path';
|
|
6
6
|
import 'fs';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -14,10 +14,10 @@ import 'react';
|
|
|
14
14
|
import { useQuery } from '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-CRcDsay7.js';
|
|
18
18
|
import Spinner from 'ink-spinner';
|
|
19
|
-
import { g as getShortUUID } from '../../../index-
|
|
20
|
-
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-
|
|
19
|
+
import { g as getShortUUID } from '../../../index-Bw_nDHi8.js';
|
|
20
|
+
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-CPx_wwST.js';
|
|
21
21
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
22
22
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
23
23
|
import 'string-length';
|
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import {
|
|
2
|
+
import { X as Auth, B as BaseAuthenticatedCommand } from '../../baseGameCommand-DvFilbRN.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@expo/apple-utils/build/index.js';
|
|
6
6
|
import 'axios';
|
|
7
7
|
import 'luxon';
|
|
8
|
-
import { a as getInput, f as getMaskedInput } from '../../index-
|
|
9
|
-
import 'tough-cookie';
|
|
10
|
-
import 'nativescript/lib/services/apple-portal/apple-portal-cookie-service.js';
|
|
11
|
-
import 'nativescript/lib/services/apple-portal/apple-portal-session-service.js';
|
|
12
|
-
import 'nativescript/lib/common/http-client.js';
|
|
8
|
+
import { a as getInput, f as getMaskedInput } from '../../index-Bw_nDHi8.js';
|
|
13
9
|
import 'crypto';
|
|
14
10
|
import 'readline-sync';
|
|
15
11
|
import 'node:readline';
|
|
@@ -4,7 +4,7 @@ import 'fs';
|
|
|
4
4
|
import '@oclif/core';
|
|
5
5
|
import '@expo/apple-utils/build/index.js';
|
|
6
6
|
import 'axios';
|
|
7
|
-
import '../../baseGameCommand-
|
|
7
|
+
import '../../baseGameCommand-DvFilbRN.js';
|
|
8
8
|
import 'luxon';
|
|
9
9
|
import 'crypto';
|
|
10
10
|
import 'readline-sync';
|
|
@@ -13,8 +13,8 @@ import 'react';
|
|
|
13
13
|
import '@tanstack/react-query';
|
|
14
14
|
import 'socket.io-client';
|
|
15
15
|
import 'isomorphic-git';
|
|
16
|
-
import { B as BaseAppleCommand } from '../../baseAppleCommand-
|
|
17
|
-
import { A as App } from '../../App-
|
|
16
|
+
import { B as BaseAppleCommand } from '../../baseAppleCommand-BUDjh10x.js';
|
|
17
|
+
import { A as App } from '../../App-CRcDsay7.js';
|
|
18
18
|
import { render } from 'ink';
|
|
19
19
|
import 'ink-spinner';
|
|
20
20
|
import { S as StatusTable } from '../../StatusTable-CxuX_R1D.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import open from 'open';
|
|
2
|
-
import { B as BaseAuthenticatedCommand, T as getSingleUseUrl } from '../baseGameCommand-
|
|
2
|
+
import { B as BaseAuthenticatedCommand, T as getSingleUseUrl } from '../baseGameCommand-DvFilbRN.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@oclif/core';
|
|
@@ -4,7 +4,7 @@ import { render } from 'ink';
|
|
|
4
4
|
import * as fs from 'fs';
|
|
5
5
|
import 'path';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
|
-
import { d as BaseGameCommand, F as getBuild } from '../../../baseGameCommand-
|
|
7
|
+
import { d as BaseGameCommand, F as getBuild } from '../../../baseGameCommand-DvFilbRN.js';
|
|
8
8
|
import 'crypto';
|
|
9
9
|
import 'readline-sync';
|
|
10
10
|
import 'node:readline';
|
|
@@ -14,7 +14,7 @@ import '@tanstack/react-query';
|
|
|
14
14
|
import 'socket.io-client';
|
|
15
15
|
import 'luxon';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-CRcDsay7.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
@@ -5,7 +5,7 @@ import 'path';
|
|
|
5
5
|
import 'fs';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
7
|
import 'axios';
|
|
8
|
-
import { d as BaseGameCommand } from '../../../baseGameCommand-
|
|
8
|
+
import { d as BaseGameCommand } from '../../../baseGameCommand-DvFilbRN.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import 'crypto';
|
|
11
11
|
import 'readline-sync';
|
|
@@ -14,9 +14,9 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-CRcDsay7.js';
|
|
18
18
|
import Spinner from 'ink-spinner';
|
|
19
|
-
import { u as useBuilds, g as getBuildSummary } from '../../../useBuilds-
|
|
19
|
+
import { u as useBuilds, g as getBuildSummary } from '../../../useBuilds-v-UBnSnM.js';
|
|
20
20
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
21
21
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
22
22
|
import 'string-length';
|
|
@@ -24,8 +24,8 @@ import 'strip-ansi';
|
|
|
24
24
|
import 'ini';
|
|
25
25
|
import 'deepmerge';
|
|
26
26
|
import '../../../cacheKeys-CShA-ZjE.js';
|
|
27
|
-
import '../../../index-
|
|
28
|
-
import '../../../useJob-
|
|
27
|
+
import '../../../index-Bw_nDHi8.js';
|
|
28
|
+
import '../../../useJob-DJQrqUh2.js';
|
|
29
29
|
|
|
30
30
|
const BuildsTable = ({ queryProps, ...boxProps }) => {
|
|
31
31
|
const { isLoading, data } = useBuilds(queryProps);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, x as GameEngine, y as getGodotVersion, z as createProject, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS, E as getGodotProjectName } from '../../baseGameCommand-
|
|
2
|
+
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, x as GameEngine, y as getGodotVersion, z as createProject, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS, E as getGodotProjectName } from '../../baseGameCommand-DvFilbRN.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@expo/apple-utils/build/index.js';
|
|
6
|
-
import { a as getInput } from '../../index-
|
|
6
|
+
import { a as getInput } from '../../index-Bw_nDHi8.js';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import 'luxon';
|
|
9
9
|
import 'crypto';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../App-
|
|
4
|
+
import { A as App } from '../../App-CRcDsay7.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { d as BaseGameCommand, x as GameEngine } from '../../baseGameCommand-
|
|
7
|
-
import { i as isValidSemVer } from '../../index-
|
|
6
|
+
import { d as BaseGameCommand, x as GameEngine } from '../../baseGameCommand-DvFilbRN.js';
|
|
7
|
+
import { i as isValidSemVer } from '../../index-Bw_nDHi8.js';
|
|
8
8
|
import 'react';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import '@tanstack/react-query';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Args, Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, b as getProject, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS } from '../../baseGameCommand-
|
|
2
|
+
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, b as getProject, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS } from '../../baseGameCommand-DvFilbRN.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../../App-
|
|
4
|
+
import { A as App } from '../../../../App-CRcDsay7.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { a as getInput } from '../../../../index-
|
|
6
|
+
import { a as getInput } from '../../../../index-Bw_nDHi8.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import { d as BaseGameCommand, j as BetaGroup } from '../../../../baseGameCommand-
|
|
8
|
+
import { d as BaseGameCommand, j as BetaGroup } from '../../../../baseGameCommand-DvFilbRN.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import '@tanstack/react-query';
|
|
11
|
-
import { q as queryAppleApp } from '../../../../useAppleApp-
|
|
11
|
+
import { q as queryAppleApp } from '../../../../useAppleApp-aigGCahA.js';
|
|
12
12
|
import 'axios';
|
|
13
13
|
import 'fs';
|
|
14
14
|
import 'socket.io-client';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../../App-
|
|
4
|
+
import { A as App } from '../../../../App-CRcDsay7.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { a as getInput, b as generatePackageName } from '../../../../index-
|
|
6
|
+
import { a as getInput, b as generatePackageName } from '../../../../index-Bw_nDHi8.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import { d as BaseGameCommand, l as getGodotAppleBundleIdentifier, m as BundleId, k as App$1 } from '../../../../baseGameCommand-
|
|
8
|
+
import { d as BaseGameCommand, l as getGodotAppleBundleIdentifier, m as BundleId, k as App$1 } from '../../../../baseGameCommand-DvFilbRN.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import '@tanstack/react-query';
|
|
11
11
|
import 'axios';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../../App-
|
|
4
|
+
import { A as App } from '../../../../App-CRcDsay7.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
6
|
import 'crypto';
|
|
7
7
|
import 'fs';
|
|
@@ -10,22 +10,22 @@ import 'node:readline';
|
|
|
10
10
|
import 'react';
|
|
11
11
|
import 'axios';
|
|
12
12
|
import '@tanstack/react-query';
|
|
13
|
-
import { d as BaseGameCommand } from '../../../../baseGameCommand-
|
|
13
|
+
import { d as BaseGameCommand } from '../../../../baseGameCommand-DvFilbRN.js';
|
|
14
14
|
import 'luxon';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import '@expo/apple-utils/build/index.js';
|
|
17
17
|
import 'isomorphic-git';
|
|
18
|
-
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-
|
|
18
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-UNAVT0U6.js';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { N as NextSteps } from '../../../../NextSteps-CK9zHOCt.js';
|
|
22
22
|
import 'path';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
|
-
import '../../../../useAppleApp-
|
|
25
|
+
import '../../../../useAppleApp-aigGCahA.js';
|
|
26
26
|
import '../../../../Title-BCQtayg6.js';
|
|
27
27
|
import '../../../../Table-CvM6pccN.js';
|
|
28
|
-
import '../../../../useAppleBundleId-
|
|
28
|
+
import '../../../../useAppleBundleId-Csd5x81b.js';
|
|
29
29
|
|
|
30
30
|
class GameIosAppStatus extends BaseGameCommand {
|
|
31
31
|
static args = {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../../App-
|
|
4
|
+
import { A as App } from '../../../../App-CRcDsay7.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
6
|
import 'crypto';
|
|
7
7
|
import 'fs';
|
|
@@ -10,10 +10,10 @@ import 'node:readline';
|
|
|
10
10
|
import 'react';
|
|
11
11
|
import 'axios';
|
|
12
12
|
import '@tanstack/react-query';
|
|
13
|
-
import { d as BaseGameCommand, h as CapabilityTypeOption } from '../../../../baseGameCommand-
|
|
13
|
+
import { d as BaseGameCommand, h as CapabilityTypeOption } from '../../../../baseGameCommand-DvFilbRN.js';
|
|
14
14
|
import 'luxon';
|
|
15
15
|
import 'socket.io-client';
|
|
16
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-
|
|
16
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-Csd5x81b.js';
|
|
17
17
|
import 'isomorphic-git';
|
|
18
18
|
import 'string-length';
|
|
19
19
|
import 'strip-ansi';
|
|
@@ -2,9 +2,9 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import axios from 'axios';
|
|
5
|
-
import { A as App } from '../../../../App-
|
|
5
|
+
import { A as App } from '../../../../App-CRcDsay7.js';
|
|
6
6
|
import 'ink-spinner';
|
|
7
|
-
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType, q as Certificate, r as CertificateType, g as getUserCredentials, s as Profile, t as ProfileType } from '../../../../baseGameCommand-
|
|
7
|
+
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType, q as Certificate, r as CertificateType, g as getUserCredentials, s as Profile, t as ProfileType } from '../../../../baseGameCommand-DvFilbRN.js';
|
|
8
8
|
import 'crypto';
|
|
9
9
|
import 'fs';
|
|
10
10
|
import 'readline-sync';
|
|
@@ -13,13 +13,13 @@ import 'react';
|
|
|
13
13
|
import '@tanstack/react-query';
|
|
14
14
|
import 'luxon';
|
|
15
15
|
import 'socket.io-client';
|
|
16
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-
|
|
16
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-Csd5x81b.js';
|
|
17
17
|
import 'isomorphic-git';
|
|
18
18
|
import 'string-length';
|
|
19
19
|
import 'strip-ansi';
|
|
20
20
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
21
21
|
import 'path';
|
|
22
|
-
import { a as uploadProjectCredentials } from '../../../../upload-
|
|
22
|
+
import { a as uploadProjectCredentials } from '../../../../upload-O-TtkVJK.js';
|
|
23
23
|
import '@expo/apple-utils/build/index.js';
|
|
24
24
|
import 'ini';
|
|
25
25
|
import 'deepmerge';
|
|
@@ -5,7 +5,7 @@ import * as fs from 'fs';
|
|
|
5
5
|
import 'path';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
7
|
import 'axios';
|
|
8
|
-
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType } from '../../../../baseGameCommand-
|
|
8
|
+
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType } from '../../../../baseGameCommand-DvFilbRN.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import 'crypto';
|
|
11
11
|
import 'readline-sync';
|
|
@@ -14,12 +14,12 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../../App-
|
|
17
|
+
import { A as App } from '../../../../App-CRcDsay7.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { e as exportCredential } from '../../../../export-
|
|
22
|
+
import { e as exportCredential } from '../../../../export-DnCkwLrK.js';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
25
|
|
|
@@ -5,7 +5,7 @@ import * as fs from 'fs';
|
|
|
5
5
|
import 'path';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
7
|
import 'axios';
|
|
8
|
-
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType } from '../../../../baseGameCommand-
|
|
8
|
+
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType } from '../../../../baseGameCommand-DvFilbRN.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import 'crypto';
|
|
11
11
|
import 'readline-sync';
|
|
@@ -14,12 +14,12 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../../App-
|
|
17
|
+
import { A as App } from '../../../../App-CRcDsay7.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { i as importCredential } from '../../../../import-
|
|
22
|
+
import { i as importCredential } from '../../../../import-CMzGrYJE.js';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
25
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { Box, Text, render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../../App-
|
|
4
|
+
import { A as App } from '../../../../App-CRcDsay7.js';
|
|
5
5
|
import Spinner from 'ink-spinner';
|
|
6
|
-
import { f as getShortDate, s as Profile, t as ProfileType, o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates, P as Platform, C as CredentialsType, d as BaseGameCommand } from '../../../../baseGameCommand-
|
|
6
|
+
import { f as getShortDate, s as Profile, t as ProfileType, o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates, P as Platform, C as CredentialsType, d as BaseGameCommand } from '../../../../baseGameCommand-DvFilbRN.js';
|
|
7
7
|
import 'crypto';
|
|
8
8
|
import 'fs';
|
|
9
9
|
import 'readline-sync';
|
|
@@ -16,7 +16,7 @@ import 'socket.io-client';
|
|
|
16
16
|
import '@expo/apple-utils/build/index.js';
|
|
17
17
|
import 'isomorphic-git';
|
|
18
18
|
import { c as cacheKeys } from '../../../../cacheKeys-CShA-ZjE.js';
|
|
19
|
-
import { g as getShortUUID } from '../../../../index-
|
|
19
|
+
import { g as getShortUUID } from '../../../../index-Bw_nDHi8.js';
|
|
20
20
|
import { T as Title } from '../../../../Title-BCQtayg6.js';
|
|
21
21
|
import { T as Table } from '../../../../Table-CvM6pccN.js';
|
|
22
22
|
import 'string-length';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../App-
|
|
4
|
+
import { A as App } from '../../../App-CRcDsay7.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { d as BaseGameCommand, e as getProjectPlatformProgress, P as Platform, f as getShortDate } from '../../../baseGameCommand-
|
|
7
|
-
import { g as getShortUUID, m as makeHumanReadable } from '../../../index-
|
|
6
|
+
import { d as BaseGameCommand, e as getProjectPlatformProgress, P as Platform, f as getShortDate } from '../../../baseGameCommand-DvFilbRN.js';
|
|
7
|
+
import { g as getShortUUID, m as makeHumanReadable } from '../../../index-Bw_nDHi8.js';
|
|
8
8
|
import 'react';
|
|
9
|
-
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-
|
|
9
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-UNAVT0U6.js';
|
|
10
10
|
import { S as StatusTable } from '../../../StatusTable-CxuX_R1D.js';
|
|
11
11
|
import 'axios';
|
|
12
12
|
import '@tanstack/react-query';
|
|
@@ -24,10 +24,10 @@ import 'node:readline';
|
|
|
24
24
|
import 'isomorphic-git';
|
|
25
25
|
import 'ini';
|
|
26
26
|
import 'deepmerge';
|
|
27
|
-
import '../../../useAppleApp-
|
|
27
|
+
import '../../../useAppleApp-aigGCahA.js';
|
|
28
28
|
import '../../../Title-BCQtayg6.js';
|
|
29
29
|
import '../../../Table-CvM6pccN.js';
|
|
30
|
-
import '../../../useAppleBundleId-
|
|
30
|
+
import '../../../useAppleBundleId-Csd5x81b.js';
|
|
31
31
|
|
|
32
32
|
class GameIosStatus extends BaseGameCommand {
|
|
33
33
|
static args = {};
|
|
@@ -4,15 +4,15 @@ import { Flags } from '@oclif/core';
|
|
|
4
4
|
import 'path';
|
|
5
5
|
import 'fs';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
|
-
import { d as BaseGameCommand, J as getProjectJobs } from '../../../baseGameCommand-
|
|
8
|
-
import { d as getJobStatusColor } from '../../../index-
|
|
9
|
-
import { A as App } from '../../../App-
|
|
7
|
+
import { d as BaseGameCommand, J as getProjectJobs } from '../../../baseGameCommand-DvFilbRN.js';
|
|
8
|
+
import { d as getJobStatusColor } from '../../../index-Bw_nDHi8.js';
|
|
9
|
+
import { A as App } from '../../../App-CRcDsay7.js';
|
|
10
10
|
import 'ink-spinner';
|
|
11
11
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
12
12
|
import { DateTime } from 'luxon';
|
|
13
13
|
import '@tanstack/react-query';
|
|
14
14
|
import 'axios';
|
|
15
|
-
import { a as getJobSummary } from '../../../useJob-
|
|
15
|
+
import { a as getJobSummary } from '../../../useJob-DJQrqUh2.js';
|
|
16
16
|
import 'react';
|
|
17
17
|
import 'socket.io-client';
|
|
18
18
|
import 'string-length';
|
|
@@ -4,7 +4,7 @@ import { measureElement, Box, Text, render } from 'ink';
|
|
|
4
4
|
import 'path';
|
|
5
5
|
import 'fs';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
|
-
import { o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates,
|
|
7
|
+
import { o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates, $ as getAuthToken, Z as WS_URL, a0 as castObjectDates, a1 as castJobDates, a2 as getShortTime, K as JobStatus, d as BaseGameCommand, M as getJob } from '../../../baseGameCommand-DvFilbRN.js';
|
|
8
8
|
import 'crypto';
|
|
9
9
|
import 'readline-sync';
|
|
10
10
|
import 'node:readline';
|
|
@@ -14,16 +14,16 @@ import { useInfiniteQuery } from '@tanstack/react-query';
|
|
|
14
14
|
import { io } from 'socket.io-client';
|
|
15
15
|
import { DateTime } from 'luxon';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-CRcDsay7.js';
|
|
18
18
|
import Spinner from 'ink-spinner';
|
|
19
|
-
import { h as getStageColor, j as getMessageColor, d as getJobStatusColor } from '../../../index-
|
|
19
|
+
import { h as getStageColor, j as getMessageColor, d as getJobStatusColor } from '../../../index-Bw_nDHi8.js';
|
|
20
20
|
import { c as cacheKeys } from '../../../cacheKeys-CShA-ZjE.js';
|
|
21
21
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
22
22
|
import stringLength from 'string-length';
|
|
23
23
|
import stripAnsi from 'strip-ansi';
|
|
24
|
-
import { u as useJob, a as getJobSummary } from '../../../useJob-
|
|
24
|
+
import { u as useJob, a as getJobSummary } from '../../../useJob-DJQrqUh2.js';
|
|
25
25
|
import { a as StatusRow, b as StatusRowLabel } from '../../../StatusTable-CxuX_R1D.js';
|
|
26
|
-
import { g as getBuildSummary } from '../../../useBuilds-
|
|
26
|
+
import { g as getBuildSummary } from '../../../useBuilds-v-UBnSnM.js';
|
|
27
27
|
import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
|
|
28
28
|
import 'ini';
|
|
29
29
|
import 'deepmerge';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render, Box, Text } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { B as BaseAuthenticatedCommand, w as getProjects, f as getShortDate } from '../../baseGameCommand-
|
|
4
|
+
import { B as BaseAuthenticatedCommand, w as getProjects, f as getShortDate } from '../../baseGameCommand-DvFilbRN.js';
|
|
5
5
|
import 'path';
|
|
6
6
|
import 'fs';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
8
|
-
import { g as getShortUUID } from '../../index-
|
|
9
|
-
import { A as App } from '../../App-
|
|
8
|
+
import { g as getShortUUID } from '../../index-Bw_nDHi8.js';
|
|
9
|
+
import { A as App } from '../../App-CRcDsay7.js';
|
|
10
10
|
import 'ink-spinner';
|
|
11
11
|
import { T as Table } from '../../Table-CvM6pccN.js';
|
|
12
12
|
import 'luxon';
|
|
@@ -3,8 +3,8 @@ import axios from 'axios';
|
|
|
3
3
|
import fg from 'fast-glob';
|
|
4
4
|
import fs__default from 'fs';
|
|
5
5
|
import yazl from 'yazl';
|
|
6
|
-
import { d as BaseGameCommand, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS, N as getNewUploadTicket, O as startJobsFromUpload } from '../../baseGameCommand-
|
|
7
|
-
import { e as getFileHash } from '../../index-
|
|
6
|
+
import { d as BaseGameCommand, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS, N as getNewUploadTicket, O as startJobsFromUpload } from '../../baseGameCommand-DvFilbRN.js';
|
|
7
|
+
import { e as getFileHash } from '../../index-Bw_nDHi8.js';
|
|
8
8
|
import { g as getCWDGitInfo } from '../../git-DREGq-jc.js';
|
|
9
9
|
import '@oclif/core';
|
|
10
10
|
import 'path';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../App-
|
|
4
|
+
import { A as App } from '../../App-CRcDsay7.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { d as BaseGameCommand, e as getProjectPlatformProgress, P as Platform, f as getShortDate } from '../../baseGameCommand-
|
|
7
|
-
import { g as getShortUUID, m as makeHumanReadable } from '../../index-
|
|
6
|
+
import { d as BaseGameCommand, e as getProjectPlatformProgress, P as Platform, f as getShortDate } from '../../baseGameCommand-DvFilbRN.js';
|
|
7
|
+
import { g as getShortUUID, m as makeHumanReadable } from '../../index-Bw_nDHi8.js';
|
|
8
8
|
import 'react';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import '@tanstack/react-query';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, g as getUserCredentials, P as Platform, C as CredentialsType, n as getProjectCredentials } from '../../baseGameCommand-
|
|
2
|
+
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, g as getUserCredentials, P as Platform, C as CredentialsType, n as getProjectCredentials } from '../../baseGameCommand-DvFilbRN.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@expo/apple-utils/build/index.js';
|
package/dist/commands/login.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
|
-
import { V as BaseCommand, p as API_URL } from '../baseGameCommand-
|
|
4
|
-
import { a as getInput } from '../index-
|
|
3
|
+
import { V as BaseCommand, p as API_URL, W as acceptTerms } from '../baseGameCommand-DvFilbRN.js';
|
|
4
|
+
import { a as getInput } from '../index-Bw_nDHi8.js';
|
|
5
5
|
import 'path';
|
|
6
6
|
import 'fs';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -54,6 +54,16 @@ class Login extends BaseCommand {
|
|
|
54
54
|
};
|
|
55
55
|
const otp = await getOTP();
|
|
56
56
|
const { data: shipThisUser } = await axios.post(`${API_URL}/auth/email/verify`, { email, otp });
|
|
57
|
+
const getAcceptedTermsResponse = async () => {
|
|
58
|
+
const accepted = await getInput("Do you accept the terms and conditions? (yes/no): ");
|
|
59
|
+
if (!accepted) throw new Error("Terms and conditions are required");
|
|
60
|
+
return accepted === "yes";
|
|
61
|
+
};
|
|
62
|
+
if (!shipThisUser.details?.hasAcceptedTerms) {
|
|
63
|
+
const didAccept = await getAcceptedTermsResponse();
|
|
64
|
+
if (!didAccept) throw new Error("You must accept the terms and conditions to continue");
|
|
65
|
+
await acceptTerms();
|
|
66
|
+
}
|
|
57
67
|
await this.setAuthConfig({ shipThisUser });
|
|
58
68
|
this.log("You are now logged in as", shipThisUser.email);
|
|
59
69
|
await this.config.runCommand("status");
|
package/dist/commands/status.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
3
|
+
import { Y as DOMAIN, p as API_URL, Z as WS_URL, _ as WEB_URL, V as BaseCommand, i as isCWDGodotGame } from '../baseGameCommand-DvFilbRN.js';
|
|
4
|
+
import 'axios';
|
|
5
|
+
import 'luxon';
|
|
6
|
+
import 'fs';
|
|
7
|
+
import { A as App } from '../App-CRcDsay7.js';
|
|
5
8
|
import 'ink-spinner';
|
|
6
9
|
import 'crypto';
|
|
7
|
-
import 'fs';
|
|
8
10
|
import 'readline-sync';
|
|
9
11
|
import 'node:readline';
|
|
10
12
|
import 'react';
|
|
11
|
-
import 'axios';
|
|
12
13
|
import '@tanstack/react-query';
|
|
13
|
-
import 'luxon';
|
|
14
14
|
import 'socket.io-client';
|
|
15
15
|
import '@expo/apple-utils/build/index.js';
|
|
16
16
|
import { i as isCWDGitRepo } from '../git-DREGq-jc.js';
|
|
@@ -33,7 +33,7 @@ const Environment = () => {
|
|
|
33
33
|
marginTop: 1,
|
|
34
34
|
title: "Environment",
|
|
35
35
|
statuses: {
|
|
36
|
-
|
|
36
|
+
DOMAIN,
|
|
37
37
|
API_URL,
|
|
38
38
|
WS_URL,
|
|
39
39
|
WEB_URL
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
2
|
import * as fs from 'fs';
|
|
3
|
-
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-
|
|
3
|
+
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-DvFilbRN.js';
|
|
4
4
|
|
|
5
5
|
async function exportCredential({ zipPath, credentialId, projectId }) {
|
|
6
6
|
const headers = getAuthedHeaders();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
2
|
import { promises } from 'fs';
|
|
3
|
-
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-
|
|
3
|
+
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-DvFilbRN.js';
|
|
4
4
|
|
|
5
5
|
async function getNewImportTicket(projectId) {
|
|
6
6
|
const url = projectId ? `${API_URL}/projects/${projectId}/credentials/import/url` : `${API_URL}/credentials/import/url`;
|
|
@@ -2,7 +2,7 @@ import crypto from 'crypto';
|
|
|
2
2
|
import fs__default from 'fs';
|
|
3
3
|
import readlineSync from 'readline-sync';
|
|
4
4
|
import { promises } from 'node:readline';
|
|
5
|
-
import { K as JobStatus, P as Platform, R as JobStage, S as LogLevel } from './baseGameCommand-
|
|
5
|
+
import { K as JobStatus, P as Platform, R as JobStage, S as LogLevel } from './baseGameCommand-DvFilbRN.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import '@tanstack/react-query';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
|
-
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-
|
|
2
|
+
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-DvFilbRN.js';
|
|
3
3
|
|
|
4
4
|
async function getNewUploadTicket(projectId = null) {
|
|
5
5
|
const url = projectId ? `${API_URL}/projects/${projectId}/credentials/url` : `${API_URL}/credentials/url`;
|