shipthis 0.1.15 → 0.1.17

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.
Files changed (60) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +14 -5
  3. package/assets/markdown/android-success.md +1 -1
  4. package/assets/markdown/create-or-import-keystore.md +1 -1
  5. package/assets/markdown/ship-failure.md +1 -0
  6. package/assets/markdown/ship-success.md +1 -1
  7. package/dist/{AppleBundleIdDetails-DxWVnxa5.js → AppleBundleIdDetails-D41xptO8.js} +1 -1
  8. package/dist/{Command-zfJ7qIJI.js → Command-DdJBwDHu.js} +18 -5
  9. package/dist/{CommandGame-DVsNreSF.js → CommandGame-ClEQvI36.js} +1 -1
  10. package/dist/{Create-DdF29mIS.js → Create-C-7pvYVd.js} +1 -1
  11. package/dist/{Import-D8ik724M.js → Import-BfcHPxoi.js} +1 -1
  12. package/dist/{JobProgress-D1Pe4YJc.js → JobProgress-CICU69cf.js} +2 -2
  13. package/dist/{JobStatusTable-D-daiV-I.js → JobStatusTable-CpPlQBqR.js} +2 -2
  14. package/dist/commands/apple/apiKey/create.js +1 -1
  15. package/dist/commands/apple/apiKey/export.js +1 -1
  16. package/dist/commands/apple/apiKey/import.js +1 -1
  17. package/dist/commands/apple/apiKey/status.js +1 -1
  18. package/dist/commands/apple/certificate/create.js +1 -1
  19. package/dist/commands/apple/certificate/export.js +1 -1
  20. package/dist/commands/apple/certificate/import.js +1 -1
  21. package/dist/commands/apple/certificate/status.js +1 -1
  22. package/dist/commands/apple/status.js +1 -1
  23. package/dist/commands/game/android/apiKey/connect.js +3 -3
  24. package/dist/commands/game/android/apiKey/create.js +3 -3
  25. package/dist/commands/game/android/apiKey/export.js +1 -1
  26. package/dist/commands/game/android/apiKey/import.js +1 -1
  27. package/dist/commands/game/android/apiKey/status.js +1 -1
  28. package/dist/commands/game/android/keyStore/create.js +3 -3
  29. package/dist/commands/game/android/keyStore/export.js +1 -1
  30. package/dist/commands/game/android/keyStore/import.js +3 -3
  31. package/dist/commands/game/android/keyStore/status.js +1 -1
  32. package/dist/commands/game/android/status.js +1 -1
  33. package/dist/commands/game/build/download.js +1 -1
  34. package/dist/commands/game/build/list.js +2 -2
  35. package/dist/commands/game/details.js +1 -1
  36. package/dist/commands/game/ios/app/addTester.js +1 -1
  37. package/dist/commands/game/ios/app/create.js +1 -1
  38. package/dist/commands/game/ios/app/status.js +2 -2
  39. package/dist/commands/game/ios/app/sync.js +1 -1
  40. package/dist/commands/game/ios/profile/create.js +1 -1
  41. package/dist/commands/game/ios/profile/export.js +1 -1
  42. package/dist/commands/game/ios/profile/import.js +1 -1
  43. package/dist/commands/game/ios/profile/status.js +1 -1
  44. package/dist/commands/game/ios/status.js +2 -2
  45. package/dist/commands/game/job/list.js +1 -1
  46. package/dist/commands/game/job/status.js +3 -3
  47. package/dist/commands/game/list.js +1 -1
  48. package/dist/commands/game/ship.js +5 -5
  49. package/dist/commands/game/status.js +1 -1
  50. package/dist/commands/game/wizard.js +74 -11
  51. package/dist/commands/status.js +1 -1
  52. package/dist/{index-BVvcTBnj.js → index-DlvM24jQ.js} +1 -1
  53. package/dist/{index-Cx_2qTdS.js → index-_Lan5Hud.js} +1 -1
  54. package/dist/{useJobWatching-DS0qHqPA.js → useJobWatching-W6FYJEPP.js} +1 -1
  55. package/docs/assets/logo_dark.svg +42 -0
  56. package/docs/assets/logo_light.svg +42 -0
  57. package/docs/assets/ship-outputx0.8.gif +0 -0
  58. package/npm-shrinkwrap.json +2 -2
  59. package/oclif.manifest.json +37 -37
  60. package/package.json +3 -3
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Hello Invent LTD
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
package/README.md CHANGED
@@ -1,17 +1,26 @@
1
1
  <h1 align="center">
2
2
  <a href="https://shipthis.cc">
3
3
  <picture>
4
- <source height="56" width="260" srcset="https://shipthis.cc/logo_darkmode.svg">
5
- <img height="56" width="260" alt="ShipThis" src="https://shipthis.cc/logo_darkmode.svg" ></img>
4
+ <source height="56" width="260" srcset="docs/assets/logo_dark.svg" media="(prefers-color-scheme: dark)">
5
+ <img height="56" width="260" alt="ShipThis Home" src="docs/assets/logo_light.svg">
6
6
  </picture>
7
7
  </a>
8
8
  <br>
9
9
  <a href="https://discord.gg/gPjn3S99k4">
10
- <img src="https://img.shields.io/discord/1304144717239554069?style=flat-square&label=%F0%9F%92%AC%20discord&color=00ACD7">
10
+ <img alt="discord" src="https://img.shields.io/discord/1304144717239554069?style=flat-square&label=%F0%9F%92%AC%20discord&color=00ACD7">
11
11
  </a>
12
12
  </h1>
13
13
  <p align="center">
14
- <em><b>ShipThis</b> is a <b>command line tool</b> which manages building and uploading your <a href="https://godotengine.org/">Godot</a> mobile games to the <b>Apple App Store</b> and <b>Google Play</b>. Designed to compile and upload your Godot games in the cloud, meaning <b>you do not need to install or run Xcode or Android Studio to release an iOS or Android game</b>.</em>
14
+ <em><b>ShipThis</b> is a <b>command line tool</b> which manages building and uploading your <a href="https://godotengine.org/">Godot</a> mobile games to the <b>Apple App Store</b> and <b>Google Play</b>.</em>
15
+ </p>
16
+ <p align="center">
17
+ <em><b>ShipThis compiles and uploads your Godot games in the cloud, meaning <b>you do not need to install or run Xcode or Android Studio to ship a Godot iOS/Android game</b>.</em>
18
+ </p>
19
+
20
+ <p align="center">
21
+ <picture>
22
+ <img height="266" width="504" alt="ShipThis Home" src="docs/assets/ship-outputx0.8.gif">
23
+ </picture>
15
24
  </p>
16
25
 
17
26
  ---
@@ -20,7 +29,7 @@
20
29
 
21
30
  ### What you'll need
22
31
 
23
- - A Godot 3.6 or 4.3 game
32
+ - A Godot 3.6 or 4.X game
24
33
  - [Node.js](https://nodejs.org/en/download/) version 18.0 or above
25
34
  - **If you are building an iOS game** - an [Apple Developer account](https://developer.apple.com)
26
35
  - **If you are building an Android game** - a [Play Console developer account](https://play.google.com/apps/publish/signup)
@@ -14,4 +14,4 @@ shipthis game ship
14
14
  ### Need help?
15
15
 
16
16
  - Join the Discord [https://discord.gg/HuSvK4GT](https://discord.gg/HuSvK4GT)
17
- - Report an issue [https://gitlab.com/shipthis.cc/shipthis-cli/-/issues](https://gitlab.com/shipthis.cc/shipthis-cli/-/issues)
17
+ - Report an issue [https://github.com/shipth-is/cli/issues](https://github.com/shipth-is/cli/issues)
@@ -2,6 +2,6 @@
2
2
 
3
3
  ShipThis can create an **Android Keystore file** for you, which is used by Google Play to verify that you are the known uploader of your game. This keystore is called the upload key. After you upload a new build, Google Play internally processes and re-signs the app for Distribution with a different key called the Google Play signing key.
4
4
 
5
- Read more at [https://developer.android.com/privacy-and-security/keystore](https://developer.android.com/privacy-and-security/keystore)
5
+ - Read more at https://developer.android.com/privacy-and-security/keystore
6
6
 
7
7
  **Note: If you have previously published your game to Google Play, then you may want to import an existing keystore file.**
@@ -10,3 +10,4 @@
10
10
  ### Need help?
11
11
 
12
12
  - Join the Discord [https://discord.gg/HuSvK4GT](https://discord.gg/HuSvK4GT)
13
+ - Report an issue [https://github.com/shipth-is/cli/issues](https://github.com/shipth-is/cli/issues)
@@ -9,4 +9,4 @@
9
9
  ### Need help?
10
10
 
11
11
  - Join the Discord [https://discord.gg/HuSvK4GT](https://discord.gg/HuSvK4GT)
12
-
12
+ - Report an issue [https://github.com/shipth-is/cli/issues](https://github.com/shipth-is/cli/issues)
@@ -21,7 +21,7 @@ import { u as useAppleApp } from './useAppleApp-DcSr-q-w.js';
21
21
  import 'fast-glob';
22
22
  import 'yazl';
23
23
  import '@inkjs/ui';
24
- import './Command-zfJ7qIJI.js';
24
+ import './Command-DdJBwDHu.js';
25
25
  import 'open';
26
26
  import { T as Table } from './Table-CvM6pccN.js';
27
27
  import { T as Title } from './Title-BCQtayg6.js';
@@ -134,14 +134,27 @@ const GameProvider = ({ children }) => {
134
134
  return /* @__PURE__ */ jsx(GameContext.Provider, { value: { gameId, game, setGameId }, children });
135
135
  };
136
136
 
137
+ const cleanHyperlinks = (input) => {
138
+ return input.replace(/\x1b]8;;[^\x07]*\x07/g, "").replace(/\x1b]8;;\x07/g, "");
139
+ };
137
140
  const entrypointPath = fs__default.realpathSync(process.argv[1]);
138
141
  const root = path.dirname(entrypointPath);
139
142
  const Markdown = ({ filename, templateVars, ...options }) => {
140
- setOptions({ renderer: new TerminalRenderer(options) });
141
- const mdPath = path.join(root, "..", "assets", "markdown", filename);
142
- const mdTemplate = fs__default.readFileSync(mdPath, "utf8").trim();
143
- const markdown = !templateVars ? mdTemplate : mdTemplate.replace(/\${(.*?)}/g, (_, key) => templateVars[key.trim()] || "");
144
- return /* @__PURE__ */ jsx(Text, { children: parse(markdown).trim() });
143
+ const [text, setText] = useState("");
144
+ useEffect(() => {
145
+ setOptions({
146
+ renderer: new TerminalRenderer({
147
+ ...options
148
+ })
149
+ });
150
+ const mdPath = path.join(root, "..", "assets", "markdown", filename);
151
+ const mdTemplate = fs__default.readFileSync(mdPath, "utf8").trim();
152
+ const markdown = !templateVars ? mdTemplate : mdTemplate.replace(/\${(.*?)}/g, (_, key) => templateVars[key.trim()] || "");
153
+ const rendered = parse(markdown).trim();
154
+ const cleaned = cleanHyperlinks(rendered);
155
+ setText(cleaned);
156
+ }, [filename, templateVars, options]);
157
+ return /* @__PURE__ */ jsx(Text, { children: text });
145
158
  };
146
159
 
147
160
  scriptDir(import.meta);
@@ -1,5 +1,5 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
- import { C as Command, G as GameProvider } from './Command-zfJ7qIJI.js';
2
+ import { C as Command, G as GameProvider } from './Command-DdJBwDHu.js';
3
3
 
4
4
  const CommandGame = ({ children, command }) => {
5
5
  return /* @__PURE__ */ jsx(Command, { command, children: /* @__PURE__ */ jsx(GameProvider, { children }) });
@@ -5,7 +5,7 @@ import { useContext } from 'react';
5
5
  import { useQueryClient } from '@tanstack/react-query';
6
6
  import { p as getAuthedHeaders, q as API_URL } from './index-Dhx6FAHt.js';
7
7
  import { c as cacheKeys } from './useAndroidServiceAccountTestResult-L4oozjag.js';
8
- import { a as GameContext } from './Command-zfJ7qIJI.js';
8
+ import { a as GameContext } from './Command-DdJBwDHu.js';
9
9
  import 'ink-spinner';
10
10
  import '@inkjs/ui';
11
11
  import 'fs';
@@ -2,7 +2,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
2
2
  import { useContext, useState, useEffect } from 'react';
3
3
  import { Box, Text } from 'ink';
4
4
  import Spinner from 'ink-spinner';
5
- import { a as GameContext } from './Command-zfJ7qIJI.js';
5
+ import { a as GameContext } from './Command-DdJBwDHu.js';
6
6
  import { a1 as queryClient, P as Platform, C as CredentialsType } from './index-Dhx6FAHt.js';
7
7
  import 'axios';
8
8
  import 'crypto-js';
@@ -11,7 +11,7 @@ import { g as getCWDGitInfo } from './git-DREGq-jc.js';
11
11
  import { jsx, Fragment } from 'react/jsx-runtime';
12
12
  import { useRef } from 'react';
13
13
  import 'ink';
14
- import './Command-zfJ7qIJI.js';
14
+ import './Command-DdJBwDHu.js';
15
15
  import 'ink-spinner';
16
16
  import 'crypto-js';
17
17
  import 'luxon';
@@ -22,7 +22,7 @@ import 'qrcode';
22
22
  import 'string-length';
23
23
  import 'strip-ansi';
24
24
  import 'socket.io-client';
25
- import { u as useJobWatching } from './useJobWatching-DS0qHqPA.js';
25
+ import { u as useJobWatching } from './useJobWatching-W6FYJEPP.js';
26
26
 
27
27
  async function ship({ command, log = () => {
28
28
  } }) {
@@ -25,8 +25,8 @@ import { u as useWebSocket } from './useWebSocket-ZEZvtpT_.js';
25
25
  import { T as Title } from './Title-BCQtayg6.js';
26
26
  import stringLength from 'string-length';
27
27
  import stripAnsi from 'strip-ansi';
28
- import { g as getJobSummary, d as getBuildSummary } from './Command-zfJ7qIJI.js';
29
- import { u as useJobWatching } from './useJobWatching-DS0qHqPA.js';
28
+ import { g as getJobSummary, d as getBuildSummary } from './Command-DdJBwDHu.js';
29
+ import { u as useJobWatching } from './useJobWatching-W6FYJEPP.js';
30
30
  import { a as StatusRow, b as StatusRowLabel } from './StatusTable-Dm5St4g-.js';
31
31
 
32
32
  async function queryJobLogs({
@@ -4,7 +4,7 @@ import { render } from 'ink';
4
4
  import { P as Platform, C as CredentialsType, A as ApiKey, a as ApiKeyType, U as UserRole } from '../../../index-Dhx6FAHt.js';
5
5
  import { g as getUserCredentials } from '../../../index-B4v66AKo.js';
6
6
  import 'react';
7
- import { C as Command } from '../../../Command-zfJ7qIJI.js';
7
+ import { C as Command } from '../../../Command-DdJBwDHu.js';
8
8
  import 'ink-spinner';
9
9
  import 'axios';
10
10
  import 'crypto-js';
@@ -5,7 +5,7 @@ import * as fs from 'fs';
5
5
  import { B as BaseAuthenticatedCommand, P as Platform, C as CredentialsType } from '../../../index-Dhx6FAHt.js';
6
6
  import { g as getUserCredentials } from '../../../index-B4v66AKo.js';
7
7
  import 'react';
8
- import { C as Command } from '../../../Command-zfJ7qIJI.js';
8
+ import { C as Command } from '../../../Command-DdJBwDHu.js';
9
9
  import 'ink-spinner';
10
10
  import 'axios';
11
11
  import 'crypto-js';
@@ -5,7 +5,7 @@ import * as fs from 'fs';
5
5
  import { B as BaseAuthenticatedCommand, P as Platform, C as CredentialsType } from '../../../index-Dhx6FAHt.js';
6
6
  import { g as getUserCredentials } from '../../../index-B4v66AKo.js';
7
7
  import 'react';
8
- import { C as Command } from '../../../Command-zfJ7qIJI.js';
8
+ import { C as Command } from '../../../Command-DdJBwDHu.js';
9
9
  import 'ink-spinner';
10
10
  import 'axios';
11
11
  import 'crypto-js';
@@ -3,7 +3,7 @@ import { Flags } from '@oclif/core';
3
3
  import { Box, Text, render } from 'ink';
4
4
  import { b as getShortDate, A as ApiKey, C as CredentialsType, P as Platform, B as BaseAuthenticatedCommand } from '../../../index-Dhx6FAHt.js';
5
5
  import 'react';
6
- import { C as Command } from '../../../Command-zfJ7qIJI.js';
6
+ import { C as Command } from '../../../Command-DdJBwDHu.js';
7
7
  import Spinner from 'ink-spinner';
8
8
  import 'axios';
9
9
  import 'crypto-js';
@@ -4,7 +4,7 @@ import { render } from 'ink';
4
4
  import { m as CertificateType, l as Certificate, P as Platform, C as CredentialsType } from '../../../index-Dhx6FAHt.js';
5
5
  import { g as getUserCredentials } from '../../../index-B4v66AKo.js';
6
6
  import 'react';
7
- import { C as Command } from '../../../Command-zfJ7qIJI.js';
7
+ import { C as Command } from '../../../Command-DdJBwDHu.js';
8
8
  import 'ink-spinner';
9
9
  import 'axios';
10
10
  import 'crypto-js';
@@ -5,7 +5,7 @@ import * as fs from 'fs';
5
5
  import { B as BaseAuthenticatedCommand, P as Platform, C as CredentialsType } from '../../../index-Dhx6FAHt.js';
6
6
  import { g as getUserCredentials } from '../../../index-B4v66AKo.js';
7
7
  import 'react';
8
- import { C as Command } from '../../../Command-zfJ7qIJI.js';
8
+ import { C as Command } from '../../../Command-DdJBwDHu.js';
9
9
  import 'ink-spinner';
10
10
  import 'axios';
11
11
  import 'crypto-js';
@@ -5,7 +5,7 @@ import * as fs from 'fs';
5
5
  import { B as BaseAuthenticatedCommand, P as Platform, C as CredentialsType } from '../../../index-Dhx6FAHt.js';
6
6
  import { g as getUserCredentials } from '../../../index-B4v66AKo.js';
7
7
  import 'react';
8
- import { C as Command } from '../../../Command-zfJ7qIJI.js';
8
+ import { C as Command } from '../../../Command-DdJBwDHu.js';
9
9
  import 'ink-spinner';
10
10
  import 'axios';
11
11
  import 'crypto-js';
@@ -3,7 +3,7 @@ import { Flags } from '@oclif/core';
3
3
  import { Box, Text, render } from 'ink';
4
4
  import { b as getShortDate, l as Certificate, m as CertificateType, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../index-Dhx6FAHt.js';
5
5
  import 'react';
6
- import { C as Command } from '../../../Command-zfJ7qIJI.js';
6
+ import { C as Command } from '../../../Command-DdJBwDHu.js';
7
7
  import Spinner from 'ink-spinner';
8
8
  import 'axios';
9
9
  import 'crypto-js';
@@ -2,7 +2,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
2
2
  import { B as BaseAuthenticatedCommand } from '../../index-Dhx6FAHt.js';
3
3
  import 'react';
4
4
  import { render } from 'ink';
5
- import { C as Command } from '../../Command-zfJ7qIJI.js';
5
+ import { C as Command } from '../../Command-DdJBwDHu.js';
6
6
  import 'ink-spinner';
7
7
  import 'axios';
8
8
  import 'crypto-js';
@@ -3,7 +3,7 @@ import { render } from 'ink';
3
3
  import { Flags } from '@oclif/core';
4
4
  import { R as getGoogleStatus, T as disconnectGoogle } from '../../../../index-Dhx6FAHt.js';
5
5
  import 'react';
6
- import '../../../../Command-zfJ7qIJI.js';
6
+ import '../../../../Command-DdJBwDHu.js';
7
7
  import 'ink-spinner';
8
8
  import '@inkjs/ui';
9
9
  import 'axios';
@@ -20,11 +20,11 @@ import 'luxon';
20
20
  import 'fast-glob';
21
21
  import 'socket.io-client';
22
22
  import 'isomorphic-git';
23
- import { C as ConnectGoogle } from '../../../../index-BVvcTBnj.js';
23
+ import { C as ConnectGoogle } from '../../../../index-DlvM24jQ.js';
24
24
  import 'qrcode';
25
25
  import 'string-length';
26
26
  import 'strip-ansi';
27
- import { C as CommandGame } from '../../../../CommandGame-DVsNreSF.js';
27
+ import { C as CommandGame } from '../../../../CommandGame-ClEQvI36.js';
28
28
  import 'open';
29
29
  import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-mdFhxanf.js';
30
30
  import 'path';
@@ -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 '../../../../Command-zfJ7qIJI.js';
5
+ import '../../../../Command-DdJBwDHu.js';
6
6
  import { P as Platform, C as CredentialsType } from '../../../../index-Dhx6FAHt.js';
7
7
  import 'ink-spinner';
8
8
  import 'axios';
@@ -26,8 +26,8 @@ import 'open';
26
26
  import 'qrcode';
27
27
  import 'string-length';
28
28
  import 'strip-ansi';
29
- import { C as CreateServiceAccountKey } from '../../../../index-Cx_2qTdS.js';
30
- import { C as CommandGame } from '../../../../CommandGame-DVsNreSF.js';
29
+ import { C as CreateServiceAccountKey } from '../../../../index-_Lan5Hud.js';
30
+ import { C as CommandGame } from '../../../../CommandGame-ClEQvI36.js';
31
31
  import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-mdFhxanf.js';
32
32
  import '../../../../index-Dj-chiHz.js';
33
33
  import '../../../../useAndroidServiceAccountTestResult-L4oozjag.js';
@@ -5,7 +5,7 @@ import * as fs from 'fs';
5
5
  import { P as Platform, C as CredentialsType } from '../../../../index-Dhx6FAHt.js';
6
6
  import { a as getProjectCredentials } from '../../../../index-B4v66AKo.js';
7
7
  import 'react';
8
- import { C as Command } from '../../../../Command-zfJ7qIJI.js';
8
+ import { C as Command } from '../../../../Command-DdJBwDHu.js';
9
9
  import 'ink-spinner';
10
10
  import 'axios';
11
11
  import 'crypto-js';
@@ -5,7 +5,7 @@ import * as fs from 'fs';
5
5
  import { P as Platform, C as CredentialsType } from '../../../../index-Dhx6FAHt.js';
6
6
  import { a as getProjectCredentials } from '../../../../index-B4v66AKo.js';
7
7
  import 'react';
8
- import { C as Command } from '../../../../Command-zfJ7qIJI.js';
8
+ import { C as Command } from '../../../../Command-DdJBwDHu.js';
9
9
  import 'ink-spinner';
10
10
  import 'axios';
11
11
  import 'crypto-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 { C as Command } from '../../../../Command-zfJ7qIJI.js';
5
+ import { C as Command } from '../../../../Command-DdJBwDHu.js';
6
6
  import { P as Platform, C as CredentialsType } from '../../../../index-Dhx6FAHt.js';
7
7
  import 'ink-spinner';
8
8
  import 'axios';
@@ -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 '../../../../Command-zfJ7qIJI.js';
5
+ import '../../../../Command-DdJBwDHu.js';
6
6
  import { P as Platform, C as CredentialsType } from '../../../../index-Dhx6FAHt.js';
7
7
  import 'ink-spinner';
8
8
  import 'axios';
@@ -11,7 +11,7 @@ import 'uuid';
11
11
  import 'luxon';
12
12
  import { a as getProjectCredentials } from '../../../../index-B4v66AKo.js';
13
13
  import '@inkjs/ui';
14
- import { C as CreateKeystore } from '../../../../Create-DdF29mIS.js';
14
+ import { C as CreateKeystore } from '../../../../Create-C-7pvYVd.js';
15
15
  import 'fs';
16
16
  import 'yazl';
17
17
  import '@tanstack/react-query';
@@ -27,7 +27,7 @@ import 'open';
27
27
  import 'qrcode';
28
28
  import 'string-length';
29
29
  import 'strip-ansi';
30
- import { C as CommandGame } from '../../../../CommandGame-DVsNreSF.js';
30
+ import { C as CommandGame } from '../../../../CommandGame-ClEQvI36.js';
31
31
  import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-mdFhxanf.js';
32
32
  import '../../../../index-Dj-chiHz.js';
33
33
  import '../../../../useAndroidServiceAccountTestResult-L4oozjag.js';
@@ -5,7 +5,7 @@ import * as fs from 'fs';
5
5
  import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-Dhx6FAHt.js';
6
6
  import { a as getProjectCredentials } from '../../../../index-B4v66AKo.js';
7
7
  import 'react';
8
- import { C as Command } from '../../../../Command-zfJ7qIJI.js';
8
+ import { C as Command } from '../../../../Command-DdJBwDHu.js';
9
9
  import 'ink-spinner';
10
10
  import 'axios';
11
11
  import 'crypto-js';
@@ -5,7 +5,7 @@ import * as fs from 'fs';
5
5
  import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-Dhx6FAHt.js';
6
6
  import { a as getProjectCredentials } from '../../../../index-B4v66AKo.js';
7
7
  import 'react';
8
- import '../../../../Command-zfJ7qIJI.js';
8
+ import '../../../../Command-DdJBwDHu.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-D8ik724M.js';
16
+ import { I as ImportKeystore } from '../../../../Import-BfcHPxoi.js';
17
17
  import 'open';
18
18
  import 'crypto';
19
19
  import 'readline-sync';
@@ -27,7 +27,7 @@ import 'isomorphic-git';
27
27
  import 'qrcode';
28
28
  import 'string-length';
29
29
  import 'strip-ansi';
30
- import { C as CommandGame } from '../../../../CommandGame-DVsNreSF.js';
30
+ import { C as CommandGame } from '../../../../CommandGame-ClEQvI36.js';
31
31
  import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-mdFhxanf.js';
32
32
  import 'path';
33
33
  import '@expo/apple-utils/build/index.js';
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { render } from 'ink';
3
3
  import 'react';
4
- import { C as Command } from '../../../../Command-zfJ7qIJI.js';
4
+ import { C as Command } from '../../../../Command-DdJBwDHu.js';
5
5
  import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-Dhx6FAHt.js';
6
6
  import 'ink-spinner';
7
7
  import 'axios';
@@ -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 { C as Command } from '../../../Command-zfJ7qIJI.js';
5
+ import { C as Command } from '../../../Command-DdJBwDHu.js';
6
6
  import { c as BaseGameCommand, k as getProjectPlatformProgress, P as Platform, b as getShortDate } from '../../../index-Dhx6FAHt.js';
7
7
  import 'ink-spinner';
8
8
  import '@inkjs/ui';
@@ -4,7 +4,7 @@ import { render } from 'ink';
4
4
  import * as fs from 'fs';
5
5
  import { c as BaseGameCommand, K as getBuild } from '../../../index-Dhx6FAHt.js';
6
6
  import 'react';
7
- import { C as Command } from '../../../Command-zfJ7qIJI.js';
7
+ import { C as Command } from '../../../Command-DdJBwDHu.js';
8
8
  import 'ink-spinner';
9
9
  import '@inkjs/ui';
10
10
  import axios from 'axios';
@@ -3,7 +3,7 @@ import { Box, Text, render } from 'ink';
3
3
  import { Flags } from '@oclif/core';
4
4
  import { c as BaseGameCommand } from '../../../index-Dhx6FAHt.js';
5
5
  import 'react';
6
- import { c as useBuilds, d as getBuildSummary } from '../../../Command-zfJ7qIJI.js';
6
+ import { c as useBuilds, d as getBuildSummary } from '../../../Command-DdJBwDHu.js';
7
7
  import Spinner from 'ink-spinner';
8
8
  import 'axios';
9
9
  import 'crypto-js';
@@ -25,7 +25,7 @@ import 'open';
25
25
  import 'qrcode';
26
26
  import 'string-length';
27
27
  import 'strip-ansi';
28
- import { C as CommandGame } from '../../../CommandGame-DVsNreSF.js';
28
+ import { C as CommandGame } from '../../../CommandGame-ClEQvI36.js';
29
29
  import { T as Table } from '../../../Table-CvM6pccN.js';
30
30
  import { T as Title } from '../../../Title-BCQtayg6.js';
31
31
  import 'path';
@@ -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 { C as Command } from '../../Command-zfJ7qIJI.js';
5
+ import { C as Command } from '../../Command-DdJBwDHu.js';
6
6
  import { c as BaseGameCommand, D as DetailsFlags, t as GameEngine } from '../../index-Dhx6FAHt.js';
7
7
  import 'ink-spinner';
8
8
  import 'axios';
@@ -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 { C as Command } from '../../../../Command-zfJ7qIJI.js';
5
+ import { C as Command } from '../../../../Command-DdJBwDHu.js';
6
6
  import { c as BaseGameCommand, i as BetaGroup } from '../../../../index-Dhx6FAHt.js';
7
7
  import 'ink-spinner';
8
8
  import 'axios';
@@ -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 { C as Command } from '../../../../Command-zfJ7qIJI.js';
5
+ import { C as Command } from '../../../../Command-DdJBwDHu.js';
6
6
  import { c as BaseGameCommand, d as getGodotAppleBundleIdentifier, e as BundleId, f as App } from '../../../../index-Dhx6FAHt.js';
7
7
  import 'ink-spinner';
8
8
  import 'axios';
@@ -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 { C as Command } from '../../../../Command-zfJ7qIJI.js';
5
+ import { C as Command } from '../../../../Command-DdJBwDHu.js';
6
6
  import { c as BaseGameCommand } from '../../../../index-Dhx6FAHt.js';
7
7
  import 'ink-spinner';
8
8
  import 'axios';
@@ -26,7 +26,7 @@ import { N as NextSteps } from '../../../../NextSteps-CK9zHOCt.js';
26
26
  import 'qrcode';
27
27
  import 'string-length';
28
28
  import 'strip-ansi';
29
- import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-DxWVnxa5.js';
29
+ import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-D41xptO8.js';
30
30
  import '../../../../index-Dj-chiHz.js';
31
31
  import '../../../../useAndroidServiceAccountTestResult-L4oozjag.js';
32
32
  import 'marked';
@@ -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 { C as Command } from '../../../../Command-zfJ7qIJI.js';
5
+ import { C as Command } from '../../../../Command-DdJBwDHu.js';
6
6
  import { c as BaseGameCommand, h as CapabilityTypeOption } from '../../../../index-Dhx6FAHt.js';
7
7
  import 'ink-spinner';
8
8
  import 'axios';
@@ -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 { C as Command } from '../../../../Command-zfJ7qIJI.js';
6
+ import { C as Command } from '../../../../Command-DdJBwDHu.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-Dhx6FAHt.js';
8
8
  import 'ink-spinner';
9
9
  import 'crypto-js';
@@ -5,7 +5,7 @@ import * as fs from 'fs';
5
5
  import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-Dhx6FAHt.js';
6
6
  import { a as getProjectCredentials } from '../../../../index-B4v66AKo.js';
7
7
  import 'react';
8
- import { C as Command } from '../../../../Command-zfJ7qIJI.js';
8
+ import { C as Command } from '../../../../Command-DdJBwDHu.js';
9
9
  import 'ink-spinner';
10
10
  import 'axios';
11
11
  import 'crypto-js';
@@ -5,7 +5,7 @@ import * as fs from 'fs';
5
5
  import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-Dhx6FAHt.js';
6
6
  import { a as getProjectCredentials } from '../../../../index-B4v66AKo.js';
7
7
  import 'react';
8
- import { C as Command } from '../../../../Command-zfJ7qIJI.js';
8
+ import { C as Command } from '../../../../Command-DdJBwDHu.js';
9
9
  import 'ink-spinner';
10
10
  import 'axios';
11
11
  import 'crypto-js';
@@ -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 { C as Command } from '../../../../Command-zfJ7qIJI.js';
5
+ import { C as Command } from '../../../../Command-DdJBwDHu.js';
6
6
  import { b as getShortDate, n as Profile, o as ProfileType, C as CredentialsType, P as Platform, c as BaseGameCommand } from '../../../../index-Dhx6FAHt.js';
7
7
  import Spinner from 'ink-spinner';
8
8
  import 'axios';
@@ -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 { C as Command } from '../../../Command-zfJ7qIJI.js';
5
+ import { C as Command } from '../../../Command-DdJBwDHu.js';
6
6
  import { c as BaseGameCommand, k as getProjectPlatformProgress, P as Platform, b as getShortDate } from '../../../index-Dhx6FAHt.js';
7
7
  import 'ink-spinner';
8
8
  import '@inkjs/ui';
@@ -18,7 +18,7 @@ import 'qrcode';
18
18
  import { S as StatusTable } from '../../../StatusTable-Dm5St4g-.js';
19
19
  import 'string-length';
20
20
  import 'strip-ansi';
21
- import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-DxWVnxa5.js';
21
+ import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-D41xptO8.js';
22
22
  import 'luxon';
23
23
  import 'fast-glob';
24
24
  import 'socket.io-client';
@@ -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-Dhx6FAHt.js';
5
5
  import 'react';
6
- import { g as getJobSummary, C as Command } from '../../../Command-zfJ7qIJI.js';
6
+ import { g as getJobSummary, C as Command } from '../../../Command-DdJBwDHu.js';
7
7
  import 'ink-spinner';
8
8
  import '@inkjs/ui';
9
9
  import 'axios';