shipthis 0.1.29 → 0.1.31
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 +122 -41
- package/assets/markdown/create-google-play-game.md +2 -4
- package/assets/markdown/ship-success.md +1 -1
- package/dist/{AppleBundleIdDetails-Fp5COwTa.js → AppleBundleIdDetails-eoK5F8Qn.js} +4 -4
- package/dist/Command-DFdHXDiU.js +44 -0
- package/dist/{CommandGame-Z4eUQBjn.js → CommandGame-Dif-oSky.js} +2 -2
- package/dist/{Create-1xAdntNl.js → Create-ISdroJ3G.js} +3 -3
- package/dist/{Import-CzC-M4ln.js → Import-CfThJF6k.js} +4 -4
- package/dist/{JobLogTail-CZxoMSd5.js → JobLogTail-BWzbQBZz.js} +5 -5
- package/dist/{JobProgress-BjNgtIjm.js → JobProgress-DjIkuk5U.js} +20 -10
- package/dist/{JobStatusTable-BB-PWlwj.js → JobStatusTable-CEqWU73q.js} +4 -4
- package/dist/{ProjectCredentialsTable-DyZep993.js → ProjectCredentialsTable-u9ruZ9mN.js} +2 -2
- package/dist/{UserCredentialsTable-BraKyDWT.js → UserCredentialsTable-Q7u9M-ap.js} +3 -3
- package/dist/{baseAppleCommand-BHRIBtTj.js → baseAppleCommand-zhkGlKq0.js} +1 -1
- package/dist/{baseGameAndroidCommand-SrDRbhAG.js → baseGameAndroidCommand-DJ-cMLa_.js} +2 -2
- package/dist/commands/apple/apiKey/create.js +8 -8
- package/dist/commands/apple/apiKey/export.js +7 -7
- package/dist/commands/apple/apiKey/import.js +7 -7
- package/dist/commands/apple/apiKey/status.js +6 -6
- package/dist/commands/apple/certificate/create.js +8 -8
- package/dist/commands/apple/certificate/export.js +7 -7
- package/dist/commands/apple/certificate/import.js +7 -7
- package/dist/commands/apple/certificate/status.js +6 -6
- package/dist/commands/apple/login.js +3 -2
- package/dist/commands/apple/status.js +6 -6
- package/dist/commands/dashboard.js +2 -1
- package/dist/commands/game/android/apiKey/connect.js +9 -9
- package/dist/commands/game/android/apiKey/create.js +11 -11
- package/dist/commands/game/android/apiKey/export.js +8 -8
- package/dist/commands/game/android/apiKey/import.js +8 -8
- package/dist/commands/game/android/apiKey/invite.js +5 -4
- package/dist/commands/game/android/apiKey/status.js +8 -8
- package/dist/commands/game/android/keyStore/create.js +9 -9
- package/dist/commands/game/android/keyStore/export.js +7 -7
- package/dist/commands/game/android/keyStore/import.js +10 -10
- package/dist/commands/game/android/keyStore/status.js +7 -7
- package/dist/commands/game/android/status.js +6 -6
- package/dist/commands/game/build/download.js +5 -5
- package/dist/commands/game/build/list.js +6 -6
- package/dist/commands/game/create.js +3 -2
- package/dist/commands/game/details.js +5 -5
- package/dist/commands/game/export.js +2 -1
- package/dist/commands/game/ios/app/addTester.js +6 -6
- package/dist/commands/game/ios/app/create.js +5 -5
- package/dist/commands/game/ios/app/status.js +8 -8
- package/dist/commands/game/ios/app/sync.js +6 -6
- package/dist/commands/game/ios/profile/create.js +8 -8
- package/dist/commands/game/ios/profile/export.js +7 -7
- package/dist/commands/game/ios/profile/import.js +7 -7
- package/dist/commands/game/ios/profile/status.js +7 -7
- package/dist/commands/game/ios/status.js +9 -9
- package/dist/commands/game/ios/wizard.js +5 -5
- package/dist/commands/game/job/list.js +5 -5
- package/dist/commands/game/job/status.js +8 -8
- package/dist/commands/game/list.js +14 -8
- package/dist/commands/game/ship.js +22 -14
- package/dist/commands/game/status.js +14 -11
- package/dist/commands/game/wizard.js +45 -92
- package/dist/commands/internal/fastlane.js +2 -1
- package/dist/commands/internal/readme.js +2 -1
- package/dist/commands/login.js +3 -2
- package/dist/commands/status.js +8 -8
- package/dist/{export-BKn02-NH.js → export-DZxo2_e_.js} +1 -1
- package/dist/{import-CRMaNBVF.js → import-8pL1AF47.js} +1 -1
- package/dist/{index-OZi8bvu8.js → index-BHh0BZvD.js} +47 -13
- package/dist/{index-u1aj1OQW.js → index-C6aAyrXW.js} +1 -1
- package/dist/{index-BTAL7EB_.js → index-CyvGh-kt.js} +20 -9
- package/dist/{index-35Eswf6F.js → index-DJ078v-U.js} +2 -1
- package/dist/{index--EbYyBAZ.js → index-DKQjnJrC.js} +5 -5
- package/dist/{index-DxzXU9Hd.js → index-w3lHxk5O.js} +8 -1
- package/dist/{upload-Bw0zrS4M.js → upload-BTpxj3QP.js} +1 -1
- package/dist/{useAndroidServiceAccountTestResult-CJLIEYmA.js → useAndroidServiceAccountTestResult-Dy3Ag7_r.js} +1 -1
- package/dist/{useAppleApp-cnb8gX0x.js → useAppleApp-h1Ogi_qc.js} +1 -1
- package/dist/{useAppleBundleId-B0Etav8g.js → useAppleBundleId-B3TTNap0.js} +1 -1
- package/dist/{useProjectCredentials-DX3e_PPc.js → useProjectCredentials-DpeXZcHP.js} +3 -3
- package/dist/{useWebSocket-BOCa8v6o.js → useWebSocket-gyuCsore.js} +1 -1
- package/package.json +2 -1
- package/dist/Command-1p5alCz3.js +0 -28
|
@@ -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-w3lHxk5O.js';
|
|
5
5
|
import 'react';
|
|
6
|
-
import '../../../index-
|
|
6
|
+
import '../../../index-CyvGh-kt.js';
|
|
7
7
|
import Spinner from 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -28,16 +28,16 @@ import 'path';
|
|
|
28
28
|
import 'qrcode';
|
|
29
29
|
import 'string-length';
|
|
30
30
|
import 'strip-ansi';
|
|
31
|
-
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-
|
|
31
|
+
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-Q7u9M-ap.js';
|
|
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-DFdHXDiU.js';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
37
37
|
import 'ini';
|
|
38
38
|
import 'deepmerge';
|
|
39
|
-
import '../../../index-
|
|
40
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
39
|
+
import '../../../index-DJ078v-U.js';
|
|
40
|
+
import '../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
41
41
|
|
|
42
42
|
async function queryAppleApiKeys({ ctx }) {
|
|
43
43
|
const keys = await ApiKey.getAsync(ctx);
|
|
@@ -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-w3lHxk5O.js';
|
|
5
|
+
import { g as getUserCredentials } from '../../../index-C6aAyrXW.js';
|
|
6
6
|
import 'react';
|
|
7
|
-
import '../../../index-
|
|
7
|
+
import '../../../index-CyvGh-kt.js';
|
|
8
8
|
import 'ink-spinner';
|
|
9
9
|
import 'axios';
|
|
10
10
|
import 'crypto-js';
|
|
@@ -30,15 +30,15 @@ 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-DFdHXDiU.js';
|
|
34
34
|
import forge from 'node-forge';
|
|
35
|
-
import { B as BaseAppleCommand } from '../../../baseAppleCommand-
|
|
36
|
-
import { u as uploadUserCredentials } from '../../../upload-
|
|
35
|
+
import { B as BaseAppleCommand } from '../../../baseAppleCommand-zhkGlKq0.js';
|
|
36
|
+
import { u as uploadUserCredentials } from '../../../upload-BTpxj3QP.js';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
38
38
|
import 'ini';
|
|
39
39
|
import 'deepmerge';
|
|
40
|
-
import '../../../index-
|
|
41
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
40
|
+
import '../../../index-DJ078v-U.js';
|
|
41
|
+
import '../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
42
42
|
|
|
43
43
|
function decodeCertificate(certificateContent) {
|
|
44
44
|
const decodedContent = forge.util.decode64(certificateContent);
|
|
@@ -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-w3lHxk5O.js';
|
|
6
|
+
import { g as getUserCredentials } from '../../../index-C6aAyrXW.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import '../../../index-
|
|
8
|
+
import '../../../index-CyvGh-kt.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -30,13 +30,13 @@ 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-
|
|
34
|
-
import { e as exportCredential } from '../../../export-
|
|
33
|
+
import { C as Command } from '../../../Command-DFdHXDiU.js';
|
|
34
|
+
import { e as exportCredential } from '../../../export-DZxo2_e_.js';
|
|
35
35
|
import '@expo/apple-utils/build/index.js';
|
|
36
36
|
import 'ini';
|
|
37
37
|
import 'deepmerge';
|
|
38
|
-
import '../../../index-
|
|
39
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
38
|
+
import '../../../index-DJ078v-U.js';
|
|
39
|
+
import '../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
40
40
|
|
|
41
41
|
class AppleCertificateExport extends BaseAuthenticatedCommand {
|
|
42
42
|
static args = {
|
|
@@ -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-w3lHxk5O.js';
|
|
6
|
+
import { g as getUserCredentials } from '../../../index-C6aAyrXW.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import '../../../index-
|
|
8
|
+
import '../../../index-CyvGh-kt.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -30,13 +30,13 @@ 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-
|
|
34
|
-
import { i as importCredential } from '../../../import-
|
|
33
|
+
import { C as Command } from '../../../Command-DFdHXDiU.js';
|
|
34
|
+
import { i as importCredential } from '../../../import-8pL1AF47.js';
|
|
35
35
|
import '@expo/apple-utils/build/index.js';
|
|
36
36
|
import 'ini';
|
|
37
37
|
import 'deepmerge';
|
|
38
|
-
import '../../../index-
|
|
39
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
38
|
+
import '../../../index-DJ078v-U.js';
|
|
39
|
+
import '../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
40
40
|
|
|
41
41
|
class AppleCertificateImport extends BaseAuthenticatedCommand {
|
|
42
42
|
static args = {
|
|
@@ -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, l as Certificate, m as CertificateType, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../index-
|
|
4
|
+
import { b as getShortDate, l as Certificate, m as CertificateType, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../index-w3lHxk5O.js';
|
|
5
5
|
import 'react';
|
|
6
|
-
import '../../../index-
|
|
6
|
+
import '../../../index-CyvGh-kt.js';
|
|
7
7
|
import Spinner from 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -28,16 +28,16 @@ import 'path';
|
|
|
28
28
|
import 'qrcode';
|
|
29
29
|
import 'string-length';
|
|
30
30
|
import 'strip-ansi';
|
|
31
|
-
import { g as getShortUUID } from '../../../index-
|
|
32
|
-
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-
|
|
31
|
+
import { g as getShortUUID } from '../../../index-DJ078v-U.js';
|
|
32
|
+
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-Q7u9M-ap.js';
|
|
33
33
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
34
34
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
35
35
|
import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
|
|
36
|
-
import { C as Command } from '../../../Command-
|
|
36
|
+
import { C as Command } from '../../../Command-DFdHXDiU.js';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
38
38
|
import 'ini';
|
|
39
39
|
import 'deepmerge';
|
|
40
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
40
|
+
import '../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
41
41
|
|
|
42
42
|
async function queryAppleCertificates({ ctx }) {
|
|
43
43
|
const appleCerts = await Certificate.getAsync(ctx, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import {
|
|
3
|
-
import { a as getInput, e as getMaskedInput } from '../../index-
|
|
2
|
+
import { Z as Auth, B as BaseAuthenticatedCommand } from '../../index-w3lHxk5O.js';
|
|
3
|
+
import { a as getInput, e as getMaskedInput } from '../../index-DJ078v-U.js';
|
|
4
4
|
import 'path';
|
|
5
5
|
import 'fs';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -21,6 +21,7 @@ import '@tanstack/react-query';
|
|
|
21
21
|
import 'fast-glob';
|
|
22
22
|
import 'yazl';
|
|
23
23
|
import 'socket.io-client';
|
|
24
|
+
import 'ink';
|
|
24
25
|
|
|
25
26
|
async function getNewAuthState(username, password) {
|
|
26
27
|
const authState = await Auth.loginAsync({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { B as BaseAuthenticatedCommand } from '../../index-
|
|
2
|
+
import { B as BaseAuthenticatedCommand } from '../../index-w3lHxk5O.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import { render } from 'ink';
|
|
5
|
-
import '../../index-
|
|
5
|
+
import '../../index-CyvGh-kt.js';
|
|
6
6
|
import 'ink-spinner';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import 'crypto-js';
|
|
@@ -30,12 +30,12 @@ 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-DFdHXDiU.js';
|
|
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-DJ078v-U.js';
|
|
38
|
+
import '../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
39
39
|
import '../../Title-BCQtayg6.js';
|
|
40
40
|
|
|
41
41
|
class AppleStatus extends BaseAuthenticatedCommand {
|
|
@@ -66,7 +66,7 @@ class AppleStatus extends BaseAuthenticatedCommand {
|
|
|
66
66
|
"Apple Provider Name": session?.provider?.name || "Please authenticate"
|
|
67
67
|
};
|
|
68
68
|
let steps = [];
|
|
69
|
-
if (!isAuthenticatedOnApple) steps.push("
|
|
69
|
+
if (!isAuthenticatedOnApple) steps.push("shipthis apple login");
|
|
70
70
|
render(
|
|
71
71
|
/* @__PURE__ */ jsxs(Command, { command: this, children: [
|
|
72
72
|
/* @__PURE__ */ jsx(StatusTable, { marginBottom: 1, title: "Apple Status", statuses }),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import open from 'open';
|
|
2
|
-
import { B as BaseAuthenticatedCommand,
|
|
2
|
+
import { B as BaseAuthenticatedCommand, V as getSingleUseUrl } from '../index-w3lHxk5O.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@oclif/core';
|
|
@@ -21,6 +21,7 @@ import '@tanstack/react-query';
|
|
|
21
21
|
import 'fast-glob';
|
|
22
22
|
import 'yazl';
|
|
23
23
|
import 'socket.io-client';
|
|
24
|
+
import 'ink';
|
|
24
25
|
|
|
25
26
|
class Dashboard extends BaseAuthenticatedCommand {
|
|
26
27
|
static args = {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import {
|
|
4
|
+
import { Q as getGoogleStatus, S as disconnectGoogle } from '../../../../index-w3lHxk5O.js';
|
|
5
5
|
import 'react';
|
|
6
|
-
import '../../../../index-
|
|
6
|
+
import '../../../../index-CyvGh-kt.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import 'axios';
|
|
@@ -20,24 +20,24 @@ import 'luxon';
|
|
|
20
20
|
import 'isomorphic-git';
|
|
21
21
|
import 'fast-glob';
|
|
22
22
|
import 'socket.io-client';
|
|
23
|
-
import { C as ConnectGoogle } from '../../../../index-
|
|
23
|
+
import { C as ConnectGoogle } from '../../../../index-BHh0BZvD.js';
|
|
24
24
|
import 'marked';
|
|
25
25
|
import 'marked-terminal';
|
|
26
26
|
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-Dif-oSky.js';
|
|
31
31
|
import 'open';
|
|
32
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
32
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DJ-cMLa_.js';
|
|
33
33
|
import '@expo/apple-utils/build/index.js';
|
|
34
34
|
import 'crypto-js';
|
|
35
35
|
import 'ini';
|
|
36
36
|
import 'deepmerge';
|
|
37
|
-
import '../../../../index-
|
|
38
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
39
|
-
import '../../../../useWebSocket-
|
|
40
|
-
import '../../../../Command-
|
|
37
|
+
import '../../../../index-DJ078v-U.js';
|
|
38
|
+
import '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
39
|
+
import '../../../../useWebSocket-gyuCsore.js';
|
|
40
|
+
import '../../../../Command-DFdHXDiU.js';
|
|
41
41
|
|
|
42
42
|
class GameAndroidApiKeyConnect extends BaseGameAndroidCommand {
|
|
43
43
|
static args = {};
|
|
@@ -2,15 +2,15 @@ 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-
|
|
6
|
-
import { P as Platform, C as CredentialsType } from '../../../../index-
|
|
5
|
+
import '../../../../index-CyvGh-kt.js';
|
|
6
|
+
import { P as Platform, C as CredentialsType } from '../../../../index-w3lHxk5O.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
10
10
|
import 'uuid';
|
|
11
11
|
import 'fs';
|
|
12
12
|
import 'luxon';
|
|
13
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
13
|
+
import { a as getProjectCredentials } from '../../../../index-C6aAyrXW.js';
|
|
14
14
|
import '@inkjs/ui';
|
|
15
15
|
import '@tanstack/react-query';
|
|
16
16
|
import 'yazl';
|
|
@@ -29,18 +29,18 @@ import 'path';
|
|
|
29
29
|
import 'qrcode';
|
|
30
30
|
import 'string-length';
|
|
31
31
|
import 'strip-ansi';
|
|
32
|
-
import { C as CreateServiceAccountKey } from '../../../../index
|
|
33
|
-
import { C as CommandGame } from '../../../../CommandGame-
|
|
34
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
35
|
-
import '../../../../index-
|
|
36
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
32
|
+
import { C as CreateServiceAccountKey } from '../../../../index-DKQjnJrC.js';
|
|
33
|
+
import { C as CommandGame } from '../../../../CommandGame-Dif-oSky.js';
|
|
34
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DJ-cMLa_.js';
|
|
35
|
+
import '../../../../index-DJ078v-U.js';
|
|
36
|
+
import '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
38
38
|
import 'ini';
|
|
39
39
|
import 'deepmerge';
|
|
40
|
-
import '../../../../useWebSocket-
|
|
41
|
-
import '../../../../useProjectCredentials-
|
|
40
|
+
import '../../../../useWebSocket-gyuCsore.js';
|
|
41
|
+
import '../../../../useProjectCredentials-DpeXZcHP.js';
|
|
42
42
|
import '../../../../ProgressSpinner-6pw1T8Iw.js';
|
|
43
|
-
import '../../../../Command-
|
|
43
|
+
import '../../../../Command-DFdHXDiU.js';
|
|
44
44
|
|
|
45
45
|
class GameAndroidApiKeyCreate extends BaseGameAndroidCommand {
|
|
46
46
|
static args = {};
|
|
@@ -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 { P as Platform, C as CredentialsType } from '../../../../index-
|
|
6
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
5
|
+
import { P as Platform, C as CredentialsType } from '../../../../index-w3lHxk5O.js';
|
|
6
|
+
import { a as getProjectCredentials } from '../../../../index-C6aAyrXW.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import '../../../../index-
|
|
8
|
+
import '../../../../index-CyvGh-kt.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -30,14 +30,14 @@ 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-
|
|
34
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
35
|
-
import { e as exportCredential } from '../../../../export-
|
|
33
|
+
import { C as Command } from '../../../../Command-DFdHXDiU.js';
|
|
34
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DJ-cMLa_.js';
|
|
35
|
+
import { e as exportCredential } from '../../../../export-DZxo2_e_.js';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
37
37
|
import 'ini';
|
|
38
38
|
import 'deepmerge';
|
|
39
|
-
import '../../../../index-
|
|
40
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
39
|
+
import '../../../../index-DJ078v-U.js';
|
|
40
|
+
import '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
41
41
|
|
|
42
42
|
class GameAndroidApiKeyExport extends BaseGameAndroidCommand {
|
|
43
43
|
static args = {
|
|
@@ -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 { P as Platform, C as CredentialsType } from '../../../../index-
|
|
6
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
5
|
+
import { P as Platform, C as CredentialsType } from '../../../../index-w3lHxk5O.js';
|
|
6
|
+
import { a as getProjectCredentials } from '../../../../index-C6aAyrXW.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import '../../../../index-
|
|
8
|
+
import '../../../../index-CyvGh-kt.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -30,14 +30,14 @@ 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-
|
|
34
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
35
|
-
import { i as importCredential } from '../../../../import-
|
|
33
|
+
import { C as Command } from '../../../../Command-DFdHXDiU.js';
|
|
34
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DJ-cMLa_.js';
|
|
35
|
+
import { i as importCredential } from '../../../../import-8pL1AF47.js';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
37
37
|
import 'ini';
|
|
38
38
|
import 'deepmerge';
|
|
39
|
-
import '../../../../index-
|
|
40
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
39
|
+
import '../../../../index-DJ078v-U.js';
|
|
40
|
+
import '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
41
41
|
|
|
42
42
|
class GameAndroidApiKeyImport extends BaseGameAndroidCommand {
|
|
43
43
|
static args = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Args, Flags } from '@oclif/core';
|
|
2
|
-
import {
|
|
3
|
-
import { f as fetchKeyTestResult, K as KeyTestStatus, a as KeyTestError, n as niceError } from '../../../../useAndroidServiceAccountTestResult-
|
|
4
|
-
import { a as getInput } from '../../../../index-
|
|
5
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
2
|
+
import { R as inviteServiceAccount } from '../../../../index-w3lHxk5O.js';
|
|
3
|
+
import { f as fetchKeyTestResult, K as KeyTestStatus, a as KeyTestError, n as niceError } from '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
4
|
+
import { a as getInput } from '../../../../index-DJ078v-U.js';
|
|
5
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DJ-cMLa_.js';
|
|
6
6
|
import 'path';
|
|
7
7
|
import 'fs';
|
|
8
8
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -23,6 +23,7 @@ import '@tanstack/react-query';
|
|
|
23
23
|
import 'fast-glob';
|
|
24
24
|
import 'yazl';
|
|
25
25
|
import 'socket.io-client';
|
|
26
|
+
import 'ink';
|
|
26
27
|
|
|
27
28
|
class GameAndroidApiKeyInvite extends BaseGameAndroidCommand {
|
|
28
29
|
static args = {
|
|
@@ -2,8 +2,8 @@ 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-
|
|
6
|
-
import { P as Platform, C as CredentialsType } from '../../../../index-
|
|
5
|
+
import '../../../../index-CyvGh-kt.js';
|
|
6
|
+
import { P as Platform, C as CredentialsType } from '../../../../index-w3lHxk5O.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -19,7 +19,7 @@ import 'node:readline';
|
|
|
19
19
|
import 'node:path';
|
|
20
20
|
import 'node:url';
|
|
21
21
|
import 'isomorphic-git';
|
|
22
|
-
import { f as fetchKeyTestResult, n as niceError, K as KeyTestStatus } from '../../../../useAndroidServiceAccountTestResult-
|
|
22
|
+
import { f as fetchKeyTestResult, n as niceError, K as KeyTestStatus } from '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
23
23
|
import 'fast-glob';
|
|
24
24
|
import 'socket.io-client';
|
|
25
25
|
import 'open';
|
|
@@ -31,14 +31,14 @@ import 'qrcode';
|
|
|
31
31
|
import { T as Table } from '../../../../Table-CvM6pccN.js';
|
|
32
32
|
import 'string-length';
|
|
33
33
|
import 'strip-ansi';
|
|
34
|
-
import { C as Command } from '../../../../Command-
|
|
35
|
-
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-
|
|
36
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
37
|
-
import '../../../../index-
|
|
34
|
+
import { C as Command } from '../../../../Command-DFdHXDiU.js';
|
|
35
|
+
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-u9ruZ9mN.js';
|
|
36
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DJ-cMLa_.js';
|
|
37
|
+
import '../../../../index-DJ078v-U.js';
|
|
38
38
|
import '@expo/apple-utils/build/index.js';
|
|
39
39
|
import 'ini';
|
|
40
40
|
import 'deepmerge';
|
|
41
|
-
import '../../../../useProjectCredentials-
|
|
41
|
+
import '../../../../useProjectCredentials-DpeXZcHP.js';
|
|
42
42
|
|
|
43
43
|
class GameAndroidApiKeyStatus extends BaseGameAndroidCommand {
|
|
44
44
|
static args = {};
|
|
@@ -2,17 +2,17 @@ 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-
|
|
6
|
-
import { P as Platform, C as CredentialsType } from '../../../../index-
|
|
5
|
+
import '../../../../index-CyvGh-kt.js';
|
|
6
|
+
import { P as Platform, C as CredentialsType } from '../../../../index-w3lHxk5O.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
10
10
|
import 'uuid';
|
|
11
11
|
import 'fs';
|
|
12
12
|
import 'luxon';
|
|
13
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
13
|
+
import { a as getProjectCredentials } from '../../../../index-C6aAyrXW.js';
|
|
14
14
|
import '@inkjs/ui';
|
|
15
|
-
import { C as CreateKeystore } from '../../../../Create-
|
|
15
|
+
import { C as CreateKeystore } from '../../../../Create-ISdroJ3G.js';
|
|
16
16
|
import 'yazl';
|
|
17
17
|
import '@tanstack/react-query';
|
|
18
18
|
import 'crypto';
|
|
@@ -30,15 +30,15 @@ import 'path';
|
|
|
30
30
|
import 'qrcode';
|
|
31
31
|
import 'string-length';
|
|
32
32
|
import 'strip-ansi';
|
|
33
|
-
import { C as CommandGame } from '../../../../CommandGame-
|
|
34
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
35
|
-
import '../../../../index-
|
|
36
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
33
|
+
import { C as CommandGame } from '../../../../CommandGame-Dif-oSky.js';
|
|
34
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DJ-cMLa_.js';
|
|
35
|
+
import '../../../../index-DJ078v-U.js';
|
|
36
|
+
import '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
38
38
|
import 'ini';
|
|
39
39
|
import 'deepmerge';
|
|
40
40
|
import '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
41
|
-
import '../../../../Command-
|
|
41
|
+
import '../../../../Command-DFdHXDiU.js';
|
|
42
42
|
|
|
43
43
|
class GameAndroidKeyStoreCreate extends BaseGameAndroidCommand {
|
|
44
44
|
static args = {};
|
|
@@ -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 { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-
|
|
6
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
5
|
+
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-w3lHxk5O.js';
|
|
6
|
+
import { a as getProjectCredentials } from '../../../../index-C6aAyrXW.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import '../../../../index-
|
|
8
|
+
import '../../../../index-CyvGh-kt.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -30,13 +30,13 @@ 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-
|
|
34
|
-
import { e as exportCredential } from '../../../../export-
|
|
33
|
+
import { C as Command } from '../../../../Command-DFdHXDiU.js';
|
|
34
|
+
import { e as exportCredential } from '../../../../export-DZxo2_e_.js';
|
|
35
35
|
import '@expo/apple-utils/build/index.js';
|
|
36
36
|
import 'ini';
|
|
37
37
|
import 'deepmerge';
|
|
38
|
-
import '../../../../index-
|
|
39
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
38
|
+
import '../../../../index-DJ078v-U.js';
|
|
39
|
+
import '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
40
40
|
|
|
41
41
|
class GameAndroidKeyStoreExport extends BaseGameCommand {
|
|
42
42
|
static args = {
|
|
@@ -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 { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-
|
|
6
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
5
|
+
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-w3lHxk5O.js';
|
|
6
|
+
import { a as getProjectCredentials } from '../../../../index-C6aAyrXW.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import '../../../../index-
|
|
8
|
+
import '../../../../index-CyvGh-kt.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -13,7 +13,7 @@ import 'uuid';
|
|
|
13
13
|
import 'luxon';
|
|
14
14
|
import '@inkjs/ui';
|
|
15
15
|
import '@tanstack/react-query';
|
|
16
|
-
import { I as ImportKeystore } from '../../../../Import-
|
|
16
|
+
import { I as ImportKeystore } from '../../../../Import-CfThJF6k.js';
|
|
17
17
|
import 'open';
|
|
18
18
|
import 'crypto';
|
|
19
19
|
import 'readline-sync';
|
|
@@ -30,15 +30,15 @@ import 'path';
|
|
|
30
30
|
import 'qrcode';
|
|
31
31
|
import 'string-length';
|
|
32
32
|
import 'strip-ansi';
|
|
33
|
-
import { C as CommandGame } from '../../../../CommandGame-
|
|
34
|
-
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-
|
|
33
|
+
import { C as CommandGame } from '../../../../CommandGame-Dif-oSky.js';
|
|
34
|
+
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DJ-cMLa_.js';
|
|
35
35
|
import '@expo/apple-utils/build/index.js';
|
|
36
36
|
import 'ini';
|
|
37
37
|
import 'deepmerge';
|
|
38
|
-
import '../../../../index-
|
|
39
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
40
|
-
import '../../../../import-
|
|
41
|
-
import '../../../../Command-
|
|
38
|
+
import '../../../../index-DJ078v-U.js';
|
|
39
|
+
import '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
40
|
+
import '../../../../import-8pL1AF47.js';
|
|
41
|
+
import '../../../../Command-DFdHXDiU.js';
|
|
42
42
|
|
|
43
43
|
class GameAndroidKeyStoreImport extends BaseGameCommand {
|
|
44
44
|
static args = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import 'react';
|
|
4
|
-
import '../../../../index-
|
|
5
|
-
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-
|
|
4
|
+
import '../../../../index-CyvGh-kt.js';
|
|
5
|
+
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-w3lHxk5O.js';
|
|
6
6
|
import 'ink-spinner';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import 'crypto-js';
|
|
@@ -28,14 +28,14 @@ import 'path';
|
|
|
28
28
|
import 'qrcode';
|
|
29
29
|
import 'string-length';
|
|
30
30
|
import 'strip-ansi';
|
|
31
|
-
import { C as Command } from '../../../../Command-
|
|
32
|
-
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-
|
|
33
|
-
import '../../../../index-
|
|
34
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
31
|
+
import { C as Command } from '../../../../Command-DFdHXDiU.js';
|
|
32
|
+
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-u9ruZ9mN.js';
|
|
33
|
+
import '../../../../index-DJ078v-U.js';
|
|
34
|
+
import '../../../../useAndroidServiceAccountTestResult-Dy3Ag7_r.js';
|
|
35
35
|
import '@expo/apple-utils/build/index.js';
|
|
36
36
|
import 'ini';
|
|
37
37
|
import 'deepmerge';
|
|
38
|
-
import '../../../../useProjectCredentials-
|
|
38
|
+
import '../../../../useProjectCredentials-DpeXZcHP.js';
|
|
39
39
|
import '../../../../Table-CvM6pccN.js';
|
|
40
40
|
import '../../../../Title-BCQtayg6.js';
|
|
41
41
|
|