shipthis 0.1.34 → 0.1.36

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 (105) hide show
  1. package/README.md +223 -80
  2. package/assets/markdown/agreement-update.md.ejs +12 -0
  3. package/assets/markdown/{android-success.md → android-success.md.ejs} +2 -2
  4. package/assets/markdown/{apikey-create.md → apikey-create.md.ejs} +4 -4
  5. package/assets/markdown/{create-google-play-game.md → create-google-play-game.md.ejs} +2 -2
  6. package/assets/markdown/{invite-service-account.md → invite-service-account.md.ejs} +1 -1
  7. package/assets/markdown/{ios-success.md → ios-success.md.ejs} +2 -2
  8. package/assets/markdown/{privacy-notification.md → privacy-notification.md.ejs} +1 -1
  9. package/assets/markdown/service-account-policy-wizard.md.ejs +26 -0
  10. package/assets/markdown/service-account-policy.md.ejs +30 -0
  11. package/assets/markdown/{ship-failure.md → ship-failure.md.ejs} +1 -1
  12. package/assets/markdown/{ship-success.md → ship-success.md.ejs} +2 -2
  13. package/dist/{AppleBundleIdDetails-By-sSGNl.js → AppleBundleIdDetails-pEVOUXTQ.js} +3 -4
  14. package/dist/{Command-VWMnGslo.js → Command-DhAVAdiI.js} +1 -2
  15. package/dist/{CommandGame-BSVPZzNl.js → CommandGame-C-oV-hb4.js} +2 -2
  16. package/dist/{Create-SR1Mq7BY.js → Create-Dg9ZlwEd.js} +1 -3
  17. package/dist/{GameStatus-1ntFyxEx.js → GameStatus-Dm9TqFfW.js} +9 -17
  18. package/dist/{Import-cedOWPDz.js → Import-BFNNkN-I.js} +2 -4
  19. package/dist/{JobLogTail-C_W8UAMg.js → JobLogTail-RTNIiAUk.js} +2 -5
  20. package/dist/{JobProgress-CI385G53.js → JobProgress-dFWcT0CQ.js} +16 -17
  21. package/dist/{JobStatusTable-CdbKtwJE.js → JobStatusTable-BlvMuWF7.js} +2 -4
  22. package/dist/{ProjectCredentialsTable-ZnuIfcDB.js → ProjectCredentialsTable-CMBnYLou.js} +2 -2
  23. package/dist/{UserCredentialsTable-DRkAYgEA.js → UserCredentialsTable-oxE3mDmE.js} +8 -10
  24. package/dist/{baseAppleCommand-CsO-_Yzn.js → baseAppleCommand-cnLvBz95.js} +1 -1
  25. package/dist/{baseGameAndroidCommand-CdjaAbNX.js → baseGameAndroidCommand-DUDYisYm.js} +1 -2
  26. package/dist/commands/apiKey/create.js +15 -16
  27. package/dist/commands/apiKey/list.js +6 -7
  28. package/dist/commands/apiKey/revoke.js +7 -8
  29. package/dist/commands/apple/apiKey/create.js +7 -8
  30. package/dist/commands/apple/apiKey/export.js +6 -7
  31. package/dist/commands/apple/apiKey/import.js +6 -7
  32. package/dist/commands/apple/apiKey/status.js +12 -13
  33. package/dist/commands/apple/certificate/create.js +7 -8
  34. package/dist/commands/apple/certificate/export.js +6 -7
  35. package/dist/commands/apple/certificate/import.js +6 -7
  36. package/dist/commands/apple/certificate/status.js +12 -13
  37. package/dist/commands/apple/login.js +12 -2
  38. package/dist/commands/apple/status.js +4 -5
  39. package/dist/commands/dashboard.js +11 -1
  40. package/dist/commands/game/android/apiKey/connect.js +9 -9
  41. package/dist/commands/game/android/apiKey/create.js +11 -11
  42. package/dist/commands/game/android/apiKey/export.js +7 -8
  43. package/dist/commands/game/android/apiKey/import.js +7 -8
  44. package/dist/commands/game/android/apiKey/invite.js +13 -4
  45. package/dist/commands/game/android/apiKey/policy.js +83 -0
  46. package/dist/commands/game/android/apiKey/status.js +7 -8
  47. package/dist/commands/game/android/keyStore/create.js +8 -9
  48. package/dist/commands/game/android/keyStore/export.js +6 -7
  49. package/dist/commands/game/android/keyStore/import.js +9 -10
  50. package/dist/commands/game/android/keyStore/status.js +6 -7
  51. package/dist/commands/game/android/status.js +12 -1
  52. package/dist/commands/game/build/download.js +4 -5
  53. package/dist/commands/game/build/list.js +5 -6
  54. package/dist/commands/game/create.js +12 -2
  55. package/dist/commands/game/details.js +4 -5
  56. package/dist/commands/game/export.js +12 -1
  57. package/dist/commands/game/ios/app/addTester.js +11 -12
  58. package/dist/commands/game/ios/app/create.js +4 -5
  59. package/dist/commands/game/ios/app/status.js +7 -8
  60. package/dist/commands/game/ios/app/sync.js +5 -6
  61. package/dist/commands/game/ios/profile/create.js +7 -8
  62. package/dist/commands/game/ios/profile/export.js +6 -7
  63. package/dist/commands/game/ios/profile/import.js +6 -7
  64. package/dist/commands/game/ios/profile/status.js +6 -7
  65. package/dist/commands/game/ios/status.js +9 -10
  66. package/dist/commands/game/ios/wizard.js +5 -6
  67. package/dist/commands/game/job/list.js +4 -5
  68. package/dist/commands/game/job/status.js +7 -8
  69. package/dist/commands/game/list.js +11 -10
  70. package/dist/commands/game/ship.js +18 -13
  71. package/dist/commands/game/status.js +6 -7
  72. package/dist/commands/game/wizard.js +19 -19
  73. package/dist/commands/internal/fastlane.js +12 -1
  74. package/dist/commands/internal/readme.js +12 -715
  75. package/dist/commands/login.js +26 -4
  76. package/dist/commands/status.js +12 -14
  77. package/dist/{export-B5Yfd9vw.js → export-Bd552LBe.js} +1 -1
  78. package/dist/{import-A2WcStHl.js → import-D-EL9sQJ.js} +1 -1
  79. package/dist/{index-CgzANgJt.js → index-1H48f5j2.js} +1 -1
  80. package/dist/index-BtPf4vzY.js +1903 -0
  81. package/dist/{index-Bz1qt_8T.js → index-DCN43FhY.js} +5 -11
  82. package/dist/{index-BBLtvl1Y.js → index-DwATmUTQ.js} +57 -16
  83. package/dist/{upload-BIsFZzBO.js → upload-Dm38PqhN.js} +1 -1
  84. package/dist/{useAppleApp-BZR94exU.js → useAppleApp-BKPntZPm.js} +1 -1
  85. package/dist/{useAppleBundleId-Dg5DsItN.js → useAppleBundleId-DvQKEEy4.js} +1 -1
  86. package/dist/useGoogleStatus-D9jjGa--.js +9 -0
  87. package/dist/{useProjectCredentials-jQYGcDhT.js → useProjectCredentials-BjsS28hP.js} +12 -11
  88. package/dist/{useWebSocket-CIxkPaYi.js → useWebSocket-CIeyHqxG.js} +1 -1
  89. package/docs/README.md +3 -2
  90. package/docs/apiKey.md +12 -2
  91. package/docs/assets/st.png +0 -0
  92. package/docs/game/android/apiKey/policy.md +28 -0
  93. package/docs/game/android/keyStore.md +14 -4
  94. package/docs/game/android/status.md +4 -0
  95. package/docs/game/android.md +9 -305
  96. package/docs/game/ship.md +43 -11
  97. package/docs/game.md +7 -1
  98. package/docs/login.md +6 -2
  99. package/docs/status.md +1 -1
  100. package/package.json +10 -2
  101. package/dist/index-CA6-uLMn.js +0 -221
  102. package/dist/index-CO_ssVFA.js +0 -772
  103. package/dist/index-CYjZ26If.js +0 -153
  104. package/dist/useAndroidServiceAccountTestResult-DueKynFy.js +0 -50
  105. /package/assets/markdown/{create-or-import-keystore.md → create-or-import-keystore.md.ejs} +0 -0
@@ -1,9 +1,8 @@
1
1
  import { jsxs, jsx } from 'react/jsx-runtime';
2
2
  import { Flags } from '@oclif/core';
3
3
  import { render, Box, Text } from 'ink';
4
- import { B as BaseAuthenticatedCommand, g as getProjects, b as getShortDate } from '../../index-CO_ssVFA.js';
4
+ import { B as BaseAuthenticatedCommand, g as getProjects, b as getShortUUID, c as getShortDate } from '../../index-BtPf4vzY.js';
5
5
  import 'ink-spinner';
6
- import { g as getShortUUID } from '../../index-CYjZ26If.js';
7
6
  import { T as Table } from '../../Table-FaNgpyeq.js';
8
7
  import 'react';
9
8
  import '@tanstack/react-query';
@@ -23,8 +22,7 @@ import 'node:path';
23
22
  import 'marked';
24
23
  import 'marked-terminal';
25
24
  import 'qrcode';
26
- import '../../index-CA6-uLMn.js';
27
- import { C as Command } from '../../Command-VWMnGslo.js';
25
+ import { C as Command } from '../../Command-DhAVAdiI.js';
28
26
  import 'crypto-js';
29
27
  import '@expo/apple-utils/build/index.js';
30
28
  import 'node:crypto';
@@ -34,7 +32,8 @@ import 'readline-sync';
34
32
  import 'isomorphic-git';
35
33
  import 'deepmerge';
36
34
  import 'ini';
37
- import '../../useAndroidServiceAccountTestResult-DueKynFy.js';
35
+ import 'fs';
36
+ import 'path';
38
37
 
39
38
  class GameList extends BaseAuthenticatedCommand {
40
39
  static args = {};
@@ -60,11 +59,13 @@ class GameList extends BaseAuthenticatedCommand {
60
59
  const { flags } = this;
61
60
  const params = flags;
62
61
  const gameListResponse = await getProjects(params);
63
- const data = gameListResponse.data.map((game) => ({
64
- createdAt: getShortDate(game.createdAt),
65
- id: getShortUUID(game.id),
66
- name: game.name
67
- }));
62
+ const data = gameListResponse.data.map((game) => {
63
+ const item = {};
64
+ item.id = getShortUUID(game.id);
65
+ item.name = game.name;
66
+ item.createdAt = getShortDate(game.createdAt);
67
+ return item;
68
+ });
68
69
  render(
69
70
  /* @__PURE__ */ jsxs(Command, { command: this, children: [
70
71
  data.length === 0 && params.pageNumber === 0 && /* @__PURE__ */ jsxs(Box, { flexDirection: "column", children: [
@@ -1,7 +1,7 @@
1
1
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
2
2
  import { Flags } from '@oclif/core';
3
3
  import { Box, Text, render } from 'ink';
4
- import { M as LogLevel, W as WEB_URL, a5 as getShortAuthRequiredUrl, c as BaseGameCommand, z as getJob, H as downloadBuildById } from '../../index-CO_ssVFA.js';
4
+ import { as as LogLevel, S as CommandContext, R as GameContext, at as useSafeInput, au as Markdown, W as WEB_URL, b as getShortUUID, av as getShortAuthRequiredUrl, d as BaseGameCommand, K as getJob, V as downloadBuildById } from '../../index-BtPf4vzY.js';
5
5
  import 'ink-spinner';
6
6
  import 'node:crypto';
7
7
  import 'node:fs';
@@ -22,27 +22,26 @@ import 'fullscreen-ink';
22
22
  import 'string-length';
23
23
  import 'strip-ansi';
24
24
  import open from 'open';
25
- import { g as getShortUUID } from '../../index-CYjZ26If.js';
26
25
  import 'crypto-js';
27
- import { u as useJobWatching, J as JobLogTail } from '../../JobLogTail-C_W8UAMg.js';
28
- import { J as JobStatusTable } from '../../JobStatusTable-CdbKtwJE.js';
26
+ import { u as useJobWatching, J as JobLogTail } from '../../JobLogTail-RTNIiAUk.js';
27
+ import { J as JobStatusTable } from '../../JobStatusTable-BlvMuWF7.js';
29
28
  import '@inkjs/ui';
30
- import { u as useShip, J as JobProgress } from '../../JobProgress-CI385G53.js';
31
- import { C as CommandContext, G as GameContext, e as useSafeInput, M as Markdown } from '../../index-CA6-uLMn.js';
29
+ import { u as useShip, J as JobProgress } from '../../JobProgress-dFWcT0CQ.js';
32
30
  import 'qrcode';
33
31
  import 'marked';
34
32
  import 'marked-terminal';
35
- import { C as CommandGame } from '../../CommandGame-BSVPZzNl.js';
33
+ import { C as CommandGame } from '../../CommandGame-C-oV-hb4.js';
36
34
  import '@expo/apple-utils/build/index.js';
37
35
  import 'deepmerge';
38
36
  import 'ini';
39
- import '../../useAndroidServiceAccountTestResult-DueKynFy.js';
40
- import '../../useWebSocket-CIxkPaYi.js';
37
+ import 'fs';
38
+ import 'path';
39
+ import '../../useWebSocket-CIeyHqxG.js';
41
40
  import '../../Title-BCQtayg6.js';
42
41
  import '../../StatusTable-DzRWcMr4.js';
43
42
  import '../../git-BpsfNFZ_.js';
44
43
  import '../../ProgressSpinner-Um6ARKlk.js';
45
- import '../../Command-VWMnGslo.js';
44
+ import '../../Command-DhAVAdiI.js';
46
45
 
47
46
  function isNetworkError(exception) {
48
47
  if (!axios.isAxiosError(exception)) return false;
@@ -158,7 +157,7 @@ const Ship = ({ onComplete, onError }) => {
158
157
  failedJobs.length === 0 && /* @__PURE__ */ jsx(
159
158
  Markdown,
160
159
  {
161
- filename: "ship-success.md",
160
+ filename: "ship-success.md.ejs",
162
161
  templateVars: {
163
162
  gameBuildsUrl: `${WEB_URL}games/${getShortUUID(gameId)}/builds`,
164
163
  wasPublished: !flags?.skipPublish
@@ -169,7 +168,7 @@ const Ship = ({ onComplete, onError }) => {
169
168
  /* @__PURE__ */ jsx(
170
169
  Markdown,
171
170
  {
172
- filename: "ship-failure.md",
171
+ filename: "ship-failure.md.ejs",
173
172
  templateVars: {
174
173
  jobDashboardUrl: `${WEB_URL}games/${getShortUUID(gameId)}/job/${getShortUUID(failedJobs[0].id)}`
175
174
  }
@@ -189,7 +188,8 @@ class GameShip extends BaseGameCommand {
189
188
  "<%= config.bin %> <%= command.id %> --platform ios",
190
189
  "<%= config.bin %> <%= command.id %> --platform android --skipPublish",
191
190
  "<%= config.bin %> <%= command.id %> --platform android --download game.aab",
192
- "<%= config.bin %> <%= command.id %> --platform android --follow --downloadAPK game.apk"
191
+ "<%= config.bin %> <%= command.id %> --platform android --follow --downloadAPK game.apk",
192
+ "<%= config.bin %> <%= command.id %> --platform ios --follow --verbose"
193
193
  ];
194
194
  static flags = {
195
195
  ...BaseGameCommand.flags,
@@ -217,6 +217,11 @@ class GameShip extends BaseGameCommand {
217
217
  default: false,
218
218
  description: "Skip the publish step",
219
219
  required: false
220
+ }),
221
+ verbose: Flags.boolean({
222
+ default: false,
223
+ description: "Enable verbose logging",
224
+ required: false
220
225
  })
221
226
  };
222
227
  async run() {
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { Flags } from '@oclif/core';
3
3
  import { render } from 'ink';
4
- import { B as BaseAuthenticatedCommand } from '../../index-CO_ssVFA.js';
4
+ import { B as BaseAuthenticatedCommand } from '../../index-BtPf4vzY.js';
5
5
  import 'ink-spinner';
6
6
  import 'node:crypto';
7
7
  import 'node:fs';
@@ -20,7 +20,7 @@ import 'fast-glob';
20
20
  import 'yazl';
21
21
  import 'socket.io-client';
22
22
  import 'fullscreen-ink';
23
- import { a as GameStatus$1 } from '../../GameStatus-1ntFyxEx.js';
23
+ import { a as GameStatus$1 } from '../../GameStatus-Dm9TqFfW.js';
24
24
  import 'string-length';
25
25
  import 'strip-ansi';
26
26
  import 'open';
@@ -28,17 +28,16 @@ import '@inkjs/ui';
28
28
  import 'marked';
29
29
  import 'marked-terminal';
30
30
  import 'qrcode';
31
- import '../../index-CA6-uLMn.js';
32
- import { C as CommandGame } from '../../CommandGame-BSVPZzNl.js';
31
+ import { C as CommandGame } from '../../CommandGame-C-oV-hb4.js';
33
32
  import '@expo/apple-utils/build/index.js';
34
33
  import 'deepmerge';
35
34
  import 'ini';
36
- import '../../index-CYjZ26If.js';
35
+ import 'fs';
36
+ import 'path';
37
37
  import '../../StatusTable-DzRWcMr4.js';
38
38
  import '../../Title-BCQtayg6.js';
39
39
  import '../../NextSteps-DbJHmscQ.js';
40
- import '../../useAndroidServiceAccountTestResult-DueKynFy.js';
41
- import '../../Command-VWMnGslo.js';
40
+ import '../../Command-DhAVAdiI.js';
42
41
 
43
42
  class GameStatus extends BaseAuthenticatedCommand {
44
43
  static args = {};
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
2
2
  import { Args } from '@oclif/core';
3
3
  import { useScreenSize, withFullScreen } from 'fullscreen-ink';
4
- import { K as queryClient, p as getAuthedHeaders, o as API_URL, I as castArrayObjectDates, ac as updateProject, t as getGodotVersion, s as GameEngine, u as createProject, v as DEFAULT_SHIPPED_FILES_GLOBS, w as DEFAULT_IGNORED_FILES_GLOBS, P as Platform, J as JobStatus, W as WEB_URL, E as getProject, C as CredentialsType, Q as getGoogleStatus, B as BaseAuthenticatedCommand, j as isCWDGodotGame } from '../../index-CO_ssVFA.js';
4
+ import { Y as queryClient, a1 as cacheKeys, t as getAuthedHeaders, s as API_URL, X as castArrayObjectDates, S as CommandContext, R as GameContext, aC as updateProject, x as getGodotVersion, w as GameEngine, y as createProject, z as DEFAULT_SHIPPED_FILES_GLOBS, E as DEFAULT_IGNORED_FILES_GLOBS, am as useBuilds, P as Platform, L as JobStatus, au as Markdown, W as WEB_URL, b as getShortUUID, at as useSafeInput, O as getProject, C as CredentialsType, a2 as getGoogleStatus, aD as queryBuilds, a6 as fetchKeyTestResult, a8 as KeyTestStatus, a9 as KeyTestError, _ as GameProvider, aE as CreateGooglePlayGame, B as BaseAuthenticatedCommand, m as isCWDGodotGame } from '../../index-BtPf4vzY.js';
5
5
  import { Box, Text } from 'ink';
6
6
  import Spinner from 'ink-spinner';
7
7
  import 'node:crypto';
@@ -23,31 +23,31 @@ import 'socket.io-client';
23
23
  import 'string-length';
24
24
  import 'strip-ansi';
25
25
  import 'open';
26
- import { C as ConnectGoogle } from '../../index-Bz1qt_8T.js';
27
- import { C as CommandContext, G as GameContext, u as useBuilds, M as Markdown, e as useSafeInput, q as queryBuilds, c as GameProvider, h as CreateGooglePlayGame } from '../../index-CA6-uLMn.js';
26
+ import { C as ConnectGoogle } from '../../index-DCN43FhY.js';
28
27
  import { TextInput, Alert } from '@inkjs/ui';
29
28
  import 'marked';
30
29
  import 'marked-terminal';
31
30
  import 'qrcode';
32
- import { g as getShortUUID } from '../../index-CYjZ26If.js';
33
- import { J as JobLogTail } from '../../JobLogTail-C_W8UAMg.js';
34
- import { c as cacheKeys, f as fetchKeyTestResult, K as KeyTestStatus, a as KeyTestError } from '../../useAndroidServiceAccountTestResult-DueKynFy.js';
35
- import { u as useShip, J as JobProgress } from '../../JobProgress-CI385G53.js';
36
- import { C as CreateServiceAccountKey } from '../../index-BBLtvl1Y.js';
37
- import { C as CreateKeystore } from '../../Create-SR1Mq7BY.js';
38
- import { I as ImportKeystore } from '../../Import-cedOWPDz.js';
39
- import { a as getProjectCredentials } from '../../index-CgzANgJt.js';
31
+ import { J as JobLogTail } from '../../JobLogTail-RTNIiAUk.js';
32
+ import { u as useShip, J as JobProgress } from '../../JobProgress-dFWcT0CQ.js';
33
+ import { C as CreateServiceAccountKey } from '../../index-DwATmUTQ.js';
34
+ import { C as CreateKeystore } from '../../Create-Dg9ZlwEd.js';
35
+ import { I as ImportKeystore } from '../../Import-BFNNkN-I.js';
36
+ import { a as getProjectCredentials } from '../../index-1H48f5j2.js';
40
37
  import { T as Title } from '../../Title-BCQtayg6.js';
41
- import { C as Command } from '../../Command-VWMnGslo.js';
38
+ import { C as Command } from '../../Command-DhAVAdiI.js';
42
39
  import '@expo/apple-utils/build/index.js';
43
40
  import 'deepmerge';
44
41
  import 'ini';
45
- import '../../useWebSocket-CIxkPaYi.js';
42
+ import 'fs';
43
+ import 'path';
44
+ import '../../useGoogleStatus-D9jjGa--.js';
45
+ import '../../useWebSocket-CIeyHqxG.js';
46
46
  import '../../git-BpsfNFZ_.js';
47
47
  import '../../ProgressSpinner-Um6ARKlk.js';
48
- import '../../useProjectCredentials-jQYGcDhT.js';
48
+ import '../../useProjectCredentials-BjsS28hP.js';
49
49
  import '../../RunWithSpinner-DucRnFp6.js';
50
- import '../../import-A2WcStHl.js';
50
+ import '../../import-D-EL9sQJ.js';
51
51
 
52
52
  const useInviteServiceAccount = () => useMutation({
53
53
  async mutationFn({ developerId, projectId }) {
@@ -301,7 +301,7 @@ const CreateForGame = ({ gameId, onComplete, onError, ...boxProps }) => {
301
301
  /* @__PURE__ */ jsx(
302
302
  Markdown,
303
303
  {
304
- filename: "ship-failure.md",
304
+ filename: "ship-failure.md.ejs",
305
305
  templateVars: {
306
306
  jobDashboardUrl: `${WEB_URL}games/${getShortUUID(gameId)}/job/${getShortUUID(failedJob.id)}`
307
307
  }
@@ -356,7 +356,7 @@ const InviteServiceAccount = ({ onComplete, onError, ...boxProps }) => {
356
356
  guideURL: new URL("/docs/guides/google-play-account-id", WEB_URL).toString()
357
357
  };
358
358
  return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsxs(Box, { flexDirection: "column", gap: 1, ...boxProps, children: [
359
- /* @__PURE__ */ jsx(Markdown, { filename: "invite-service-account.md", templateVars }),
359
+ /* @__PURE__ */ jsx(Markdown, { filename: "invite-service-account.md.ejs", templateVars }),
360
360
  /* @__PURE__ */ jsxs(Box, { children: [
361
361
  inviteMutation.isPending && /* @__PURE__ */ jsx(Spinner, { type: "dots" }),
362
362
  !inviteMutation.isPending && /* @__PURE__ */ jsx(InviteForm, { onSubmit: handleSubmit })
@@ -460,7 +460,7 @@ const CreateOrImport = ({ onComplete, onError, ...boxProps }) => {
460
460
  }
461
461
  };
462
462
  return /* @__PURE__ */ jsxs(Box, { flexDirection: "column", gap: 1, ...boxProps, children: [
463
- /* @__PURE__ */ jsx(Markdown, { filename: "create-or-import-keystore.md", templateVars: {} }),
463
+ /* @__PURE__ */ jsx(Markdown, { filename: "create-or-import-keystore.md.ejs", templateVars: {} }),
464
464
  renderStage()
465
465
  ] });
466
466
  };
@@ -636,7 +636,7 @@ const AndroidWizard = (props) => {
636
636
  padding: isTall && isWide ? 1 : 0
637
637
  }
638
638
  ),
639
- showSuccess && /* @__PURE__ */ jsx(Box, { marginTop: 1, children: /* @__PURE__ */ jsx(Markdown, { filename: "android-success.md", templateVars }) })
639
+ showSuccess && /* @__PURE__ */ jsx(Box, { marginTop: 1, children: /* @__PURE__ */ jsx(Markdown, { filename: "android-success.md.ejs", templateVars }) })
640
640
  ] });
641
641
  };
642
642
 
@@ -1,7 +1,7 @@
1
1
  import fs__default, { promises } from 'node:fs';
2
2
  import path from 'node:path';
3
3
  import { Args, Flags } from '@oclif/core';
4
- import { V as BaseCommand } from '../../index-CO_ssVFA.js';
4
+ import { ac as BaseCommand } from '../../index-BtPf4vzY.js';
5
5
  import 'axios';
6
6
  import 'crypto-js';
7
7
  import 'uuid';
@@ -21,6 +21,17 @@ import 'yazl';
21
21
  import 'socket.io-client';
22
22
  import 'fullscreen-ink';
23
23
  import 'ink';
24
+ import 'react/jsx-runtime';
25
+ import 'ink-spinner';
26
+ import 'string-length';
27
+ import 'strip-ansi';
28
+ import 'open';
29
+ import '@inkjs/ui';
30
+ import 'fs';
31
+ import 'path';
32
+ import 'marked';
33
+ import 'marked-terminal';
34
+ import 'qrcode';
24
35
 
25
36
  function generateFastlaneSession(cookieData) {
26
37
  return cookieData.cookies.map((cookie) => `- !ruby/object:HTTP::Cookie