shipthis 0.1.9 → 0.1.11

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 (134) hide show
  1. package/assets/markdown/create-or-import-keystore.md +7 -0
  2. package/dist/AppleBundleIdDetails-CjP5y0cj.js +74 -0
  3. package/dist/AppleBundleIdDetails-CztWY_mT.js +73 -0
  4. package/dist/AppleBundleIdDetails-DKeSAte9.js +73 -0
  5. package/dist/AppleBundleIdDetails-DymjrhOZ.js +73 -0
  6. package/dist/Command-BiB9MqbJ.js +204 -0
  7. package/dist/Command-D6rWEZRM.js +204 -0
  8. package/dist/Command-Dn0P_KOV.js +205 -0
  9. package/dist/Command-YJJp90ru.js +204 -0
  10. package/dist/CommandGame-C1oTlfdb.js +8 -0
  11. package/dist/CommandGame-cPaTk1wh.js +8 -0
  12. package/dist/CommandGame-k04mHiDl.js +8 -0
  13. package/dist/CommandGame-pI9VXKxi.js +8 -0
  14. package/dist/Create-DIaSKUpl.js +56 -0
  15. package/dist/CreateKeystore-BnNdeDUa.js +57 -0
  16. package/dist/CreateKeystore-Cf-nsK_M.js +56 -0
  17. package/dist/CreateKeystore-g1z6DsU5.js +56 -0
  18. package/dist/Import-BIOsf8AA.js +107 -0
  19. package/dist/JobProgress-CPkWVSlH.js +108 -0
  20. package/dist/JobProgress-W0QQR49T.js +108 -0
  21. package/dist/JobProgress-biiLhigg.js +109 -0
  22. package/dist/JobProgress-jmGAzvxS.js +108 -0
  23. package/dist/JobStatusTable-BA_q-kgE.js +75 -0
  24. package/dist/JobStatusTable-ByW0bN6c.js +75 -0
  25. package/dist/JobStatusTable-CgaTS7jS.js +75 -0
  26. package/dist/JobStatusTable-DqoppRro.js +75 -0
  27. package/dist/ProjectCredentialsTable-8kXt7sTS.js +37 -0
  28. package/dist/ProjectCredentialsTable-DRMK_SNw.js +37 -0
  29. package/dist/ProjectCredentialsTable-DfkpvTf8.js +37 -0
  30. package/dist/UserCredentialsTable-DMh8Wpy7.js +82 -0
  31. package/dist/UserCredentialsTable-DgHZJSHG.js +82 -0
  32. package/dist/UserCredentialsTable-TflQvTEP.js +82 -0
  33. package/dist/baseAppleCommand-1isaFxCQ.js +10 -0
  34. package/dist/baseAppleCommand-B9wyIqdL.js +10 -0
  35. package/dist/baseAppleCommand-DpasCbje.js +10 -0
  36. package/dist/baseGameAndroidCommand-6vsMpE7a.js +43 -0
  37. package/dist/baseGameAndroidCommand-B3LRG701.js +43 -0
  38. package/dist/baseGameAndroidCommand-C9BuS2Sr.js +43 -0
  39. package/dist/commands/apple/apiKey/create.js +10 -10
  40. package/dist/commands/apple/apiKey/export.js +8 -8
  41. package/dist/commands/apple/apiKey/import.js +8 -8
  42. package/dist/commands/apple/apiKey/status.js +7 -7
  43. package/dist/commands/apple/certificate/create.js +10 -10
  44. package/dist/commands/apple/certificate/export.js +8 -8
  45. package/dist/commands/apple/certificate/import.js +8 -8
  46. package/dist/commands/apple/certificate/status.js +7 -7
  47. package/dist/commands/apple/login.js +2 -2
  48. package/dist/commands/apple/status.js +6 -6
  49. package/dist/commands/dashboard.js +1 -1
  50. package/dist/commands/game/android/apiKey/connect.js +11 -11
  51. package/dist/commands/game/android/apiKey/create.js +13 -13
  52. package/dist/commands/game/android/apiKey/export.js +9 -9
  53. package/dist/commands/game/android/apiKey/import.js +9 -9
  54. package/dist/commands/game/android/apiKey/invite.js +4 -4
  55. package/dist/commands/game/android/apiKey/status.js +9 -9
  56. package/dist/commands/game/android/keyStore/create.js +12 -12
  57. package/dist/commands/game/android/keyStore/export.js +8 -8
  58. package/dist/commands/game/android/keyStore/import.js +49 -29
  59. package/dist/commands/game/android/keyStore/status.js +8 -8
  60. package/dist/commands/game/android/status.js +7 -7
  61. package/dist/commands/game/build/download.js +7 -7
  62. package/dist/commands/game/build/list.js +7 -7
  63. package/dist/commands/game/create.js +2 -2
  64. package/dist/commands/game/details.js +22 -8
  65. package/dist/commands/game/export.js +1 -1
  66. package/dist/commands/game/ios/app/addTester.js +6 -6
  67. package/dist/commands/game/ios/app/create.js +5 -5
  68. package/dist/commands/game/ios/app/status.js +9 -9
  69. package/dist/commands/game/ios/app/sync.js +7 -7
  70. package/dist/commands/game/ios/profile/create.js +10 -10
  71. package/dist/commands/game/ios/profile/export.js +8 -8
  72. package/dist/commands/game/ios/profile/import.js +8 -8
  73. package/dist/commands/game/ios/profile/status.js +8 -8
  74. package/dist/commands/game/ios/status.js +10 -10
  75. package/dist/commands/game/ios/wizard.js +2 -2
  76. package/dist/commands/game/job/list.js +7 -7
  77. package/dist/commands/game/job/status.js +11 -11
  78. package/dist/commands/game/list.js +7 -7
  79. package/dist/commands/game/ship.js +11 -11
  80. package/dist/commands/game/status.js +7 -7
  81. package/dist/commands/game/wizard.js +590 -35
  82. package/dist/commands/internal/fastlane.js +1 -1
  83. package/dist/commands/internal/readme.js +255 -770
  84. package/dist/commands/login.js +2 -2
  85. package/dist/commands/status.js +6 -6
  86. package/dist/export-B_F6vXIK.js +36 -0
  87. package/dist/export-C_lu1FD9.js +36 -0
  88. package/dist/export-rS9o87LD.js +36 -0
  89. package/dist/import-7T3J63j2.js +38 -0
  90. package/dist/import-Brg3zYmT.js +38 -0
  91. package/dist/import-DPbg8WvS.js +38 -0
  92. package/dist/import-v54PM_Qg.js +47 -0
  93. package/dist/index-BB7X1Pqp.js +695 -0
  94. package/dist/index-BQnkBr1Q.js +136 -0
  95. package/dist/index-BX9h2vPV.js +123 -0
  96. package/dist/index-BjGSEqP5.js +135 -0
  97. package/dist/index-Bv3x8c78.js +693 -0
  98. package/dist/index-ByOvCs4O.js +122 -0
  99. package/dist/index-BzffuqPa.js +24 -0
  100. package/dist/index-C9734Cj2.js +693 -0
  101. package/dist/index-CKYExssR.js +136 -0
  102. package/dist/index-Cz_KLwWf.js +136 -0
  103. package/dist/index-D6BH5UAM.js +135 -0
  104. package/dist/index-DOgF4dFK.js +24 -0
  105. package/dist/index-DgbQBx6x.js +122 -0
  106. package/dist/index-DxHPjZav.js +136 -0
  107. package/dist/index-m4HTrJ5J.js +135 -0
  108. package/dist/index-o9Y-84Rj.js +122 -0
  109. package/dist/upload-2naN75Zu.js +60 -0
  110. package/dist/upload-Cx71802W.js +60 -0
  111. package/dist/upload-DvAE1vDq.js +60 -0
  112. package/dist/useAndroidServiceAccountTestResult-BDc7XpKE.js +52 -0
  113. package/dist/useAndroidServiceAccountTestResult-B_ekRewZ.js +52 -0
  114. package/dist/useAndroidServiceAccountTestResult-Ce1x0Eh8.js +52 -0
  115. package/dist/useAppleApp-BEtLQa7n.js +32 -0
  116. package/dist/useAppleApp-CApC0-4Q.js +32 -0
  117. package/dist/useAppleApp-CETIcsJS.js +32 -0
  118. package/dist/useAppleBundleId-DXbMDRLd.js +64 -0
  119. package/dist/useAppleBundleId-SmzY6rkm.js +64 -0
  120. package/dist/useAppleBundleId-gPBzJwQg.js +64 -0
  121. package/dist/useJobWatching-BIG6fnTN.js +45 -0
  122. package/dist/useJobWatching-Cp-CYd90.js +45 -0
  123. package/dist/useJobWatching-D-YzSlK8.js +45 -0
  124. package/dist/useJobWatching-I_A3b36f.js +45 -0
  125. package/dist/useProjectCredentials-CKngz2rd.js +54 -0
  126. package/dist/useProjectCredentials-EapDge1I.js +54 -0
  127. package/dist/useProjectCredentials-vjedBbKl.js +54 -0
  128. package/dist/useWebSocket-Bep1zAVG.js +36 -0
  129. package/dist/useWebSocket-CBqsjHbt.js +36 -0
  130. package/dist/useWebSocket-rBLiZsKb.js +36 -0
  131. package/dist/wizard-ChPegnMW.js +133 -0
  132. package/npm-shrinkwrap.json +251 -223
  133. package/oclif.manifest.json +282 -223
  134. package/package.json +2 -4
@@ -1,7 +1,7 @@
1
1
  import axios from 'axios';
2
2
  import { Flags } from '@oclif/core';
3
- import { X as WEB_URL, T as BaseCommand, q as API_URL, Y as setAuthToken, Z as acceptTerms } from '../index-DdABTtYO.js';
4
- import { a as getInput } from '../index-wyPoxiTc.js';
3
+ import { X as WEB_URL, T as BaseCommand, q as API_URL, Y as setAuthToken, Z as acceptTerms } from '../index-BB7X1Pqp.js';
4
+ import { a as getInput } from '../index-Cz_KLwWf.js';
5
5
  import 'path';
6
6
  import 'fs';
7
7
  import '@expo/apple-utils/build/index.js';
@@ -1,8 +1,8 @@
1
1
  import { jsxs, jsx } from 'react/jsx-runtime';
2
2
  import { render } from 'ink';
3
- import { T as BaseCommand, j as isCWDGodotGame } from '../index-DdABTtYO.js';
3
+ import { T as BaseCommand, j as isCWDGodotGame } from '../index-BB7X1Pqp.js';
4
4
  import 'react';
5
- import { C as Command } from '../Command-DxmQn3XT.js';
5
+ import { C as Command } from '../Command-BiB9MqbJ.js';
6
6
  import 'ink-spinner';
7
7
  import 'axios';
8
8
  import 'crypto-js';
@@ -11,17 +11,17 @@ import 'luxon';
11
11
  import 'fs';
12
12
  import '@inkjs/ui';
13
13
  import '@tanstack/react-query';
14
- import 'open';
14
+ import 'yazl';
15
15
  import 'crypto';
16
16
  import 'readline-sync';
17
17
  import 'node:readline';
18
18
  import 'node:path';
19
19
  import 'node:url';
20
20
  import 'fast-glob';
21
- import 'yazl';
22
21
  import 'socket.io-client';
23
22
  import { i as isCWDGitRepo } from '../git-DREGq-jc.js';
24
23
  import '@oclif/core';
24
+ import 'open';
25
25
  import { N as NextSteps } from '../NextSteps-CK9zHOCt.js';
26
26
  import 'qrcode';
27
27
  import { S as StatusTable } from '../StatusTable-Dm5St4g-.js';
@@ -32,8 +32,8 @@ import '@expo/apple-utils/build/index.js';
32
32
  import 'ini';
33
33
  import 'deepmerge';
34
34
  import 'isomorphic-git';
35
- import '../index-wyPoxiTc.js';
36
- import '../useAndroidServiceAccountTestResult-InDf5WSl.js';
35
+ import '../index-Cz_KLwWf.js';
36
+ import '../useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
37
37
  import 'marked';
38
38
  import 'marked-terminal';
39
39
  import '../Title-BCQtayg6.js';
@@ -0,0 +1,36 @@
1
+ import axios from 'axios';
2
+ import * as fs from 'fs';
3
+ import { o as getAuthedHeaders, p as API_URL } from './index-C9734Cj2.js';
4
+
5
+ async function exportCredential({ zipPath, credentialId, projectId }) {
6
+ const headers = getAuthedHeaders();
7
+ const url = projectId ? `${API_URL}/projects/${projectId}/credentials/${credentialId}/export` : `${API_URL}/credentials/${credentialId}/export`;
8
+ const { data } = await axios.post(
9
+ url,
10
+ {},
11
+ // no-body
12
+ { headers }
13
+ );
14
+ const downloadUrl = data.url;
15
+ return await downloadFile(downloadUrl, zipPath);
16
+ }
17
+ async function downloadFile(url, destination) {
18
+ const response = await axios({
19
+ url,
20
+ method: "GET",
21
+ responseType: "stream"
22
+ });
23
+ return new Promise((resolve, reject) => {
24
+ const file = fs.createWriteStream(destination);
25
+ response.data.pipe(file);
26
+ file.on("finish", () => {
27
+ file.close();
28
+ resolve();
29
+ });
30
+ file.on("error", (err) => {
31
+ fs.unlink(destination, () => reject(err));
32
+ });
33
+ });
34
+ }
35
+
36
+ export { exportCredential as e };
@@ -0,0 +1,36 @@
1
+ import axios from 'axios';
2
+ import * as fs from 'fs';
3
+ import { p as getAuthedHeaders, q as API_URL } from './index-Bv3x8c78.js';
4
+
5
+ async function exportCredential({ zipPath, credentialId, projectId }) {
6
+ const headers = getAuthedHeaders();
7
+ const url = projectId ? `${API_URL}/projects/${projectId}/credentials/${credentialId}/export` : `${API_URL}/credentials/${credentialId}/export`;
8
+ const { data } = await axios.post(
9
+ url,
10
+ {},
11
+ // no-body
12
+ { headers }
13
+ );
14
+ const downloadUrl = data.url;
15
+ return await downloadFile(downloadUrl, zipPath);
16
+ }
17
+ async function downloadFile(url, destination) {
18
+ const response = await axios({
19
+ url,
20
+ method: "GET",
21
+ responseType: "stream"
22
+ });
23
+ return new Promise((resolve, reject) => {
24
+ const file = fs.createWriteStream(destination);
25
+ response.data.pipe(file);
26
+ file.on("finish", () => {
27
+ file.close();
28
+ resolve();
29
+ });
30
+ file.on("error", (err) => {
31
+ fs.unlink(destination, () => reject(err));
32
+ });
33
+ });
34
+ }
35
+
36
+ export { exportCredential as e };
@@ -0,0 +1,36 @@
1
+ import axios from 'axios';
2
+ import * as fs from 'fs';
3
+ import { p as getAuthedHeaders, q as API_URL } from './index-BB7X1Pqp.js';
4
+
5
+ async function exportCredential({ zipPath, credentialId, projectId }) {
6
+ const headers = getAuthedHeaders();
7
+ const url = projectId ? `${API_URL}/projects/${projectId}/credentials/${credentialId}/export` : `${API_URL}/credentials/${credentialId}/export`;
8
+ const { data } = await axios.post(
9
+ url,
10
+ {},
11
+ // no-body
12
+ { headers }
13
+ );
14
+ const downloadUrl = data.url;
15
+ return await downloadFile(downloadUrl, zipPath);
16
+ }
17
+ async function downloadFile(url, destination) {
18
+ const response = await axios({
19
+ url,
20
+ method: "GET",
21
+ responseType: "stream"
22
+ });
23
+ return new Promise((resolve, reject) => {
24
+ const file = fs.createWriteStream(destination);
25
+ response.data.pipe(file);
26
+ file.on("finish", () => {
27
+ file.close();
28
+ resolve();
29
+ });
30
+ file.on("error", (err) => {
31
+ fs.unlink(destination, () => reject(err));
32
+ });
33
+ });
34
+ }
35
+
36
+ export { exportCredential as e };
@@ -0,0 +1,38 @@
1
+ import axios from 'axios';
2
+ import { promises } from 'fs';
3
+ import { p as getAuthedHeaders, q as API_URL } from './index-BB7X1Pqp.js';
4
+
5
+ async function getNewImportTicket(projectId) {
6
+ const url = projectId ? `${API_URL}/projects/${projectId}/credentials/import/url` : `${API_URL}/credentials/import/url`;
7
+ const headers = getAuthedHeaders();
8
+ const { data: importInfo } = await axios({
9
+ method: "post",
10
+ url,
11
+ headers
12
+ });
13
+ return importInfo;
14
+ }
15
+ async function importCredential({ projectId, zipPath, type, platform }) {
16
+ const importTicket = await getNewImportTicket(projectId);
17
+ const zipBuffer = await promises.readFile(zipPath);
18
+ await axios.put(importTicket.url, zipBuffer, {
19
+ headers: {
20
+ "Content-length": zipBuffer.length,
21
+ "Content-Type": "application/zip"
22
+ }
23
+ });
24
+ const headers = getAuthedHeaders();
25
+ const url = projectId ? `${API_URL}/projects/${projectId}/credentials/import` : `${API_URL}/credentials/import`;
26
+ return await axios({
27
+ method: "post",
28
+ url,
29
+ headers,
30
+ data: {
31
+ uuid: importTicket.uuid,
32
+ type,
33
+ platform
34
+ }
35
+ });
36
+ }
37
+
38
+ export { importCredential as i };
@@ -0,0 +1,38 @@
1
+ import axios from 'axios';
2
+ import { promises } from 'fs';
3
+ import { o as getAuthedHeaders, p as API_URL } from './index-C9734Cj2.js';
4
+
5
+ async function getNewImportTicket(projectId) {
6
+ const url = projectId ? `${API_URL}/projects/${projectId}/credentials/import/url` : `${API_URL}/credentials/import/url`;
7
+ const headers = getAuthedHeaders();
8
+ const { data: importInfo } = await axios({
9
+ method: "post",
10
+ url,
11
+ headers
12
+ });
13
+ return importInfo;
14
+ }
15
+ async function importCredential({ projectId, zipPath, type, platform }) {
16
+ const importTicket = await getNewImportTicket(projectId);
17
+ const zipBuffer = await promises.readFile(zipPath);
18
+ await axios.put(importTicket.url, zipBuffer, {
19
+ headers: {
20
+ "Content-length": zipBuffer.length,
21
+ "Content-Type": "application/zip"
22
+ }
23
+ });
24
+ const headers = getAuthedHeaders();
25
+ const url = projectId ? `${API_URL}/projects/${projectId}/credentials/import` : `${API_URL}/credentials/import`;
26
+ return await axios({
27
+ method: "post",
28
+ url,
29
+ headers,
30
+ data: {
31
+ uuid: importTicket.uuid,
32
+ type,
33
+ platform
34
+ }
35
+ });
36
+ }
37
+
38
+ export { importCredential as i };
@@ -0,0 +1,38 @@
1
+ import axios from 'axios';
2
+ import { promises } from 'fs';
3
+ import { p as getAuthedHeaders, q as API_URL } from './index-Bv3x8c78.js';
4
+
5
+ async function getNewImportTicket(projectId) {
6
+ const url = projectId ? `${API_URL}/projects/${projectId}/credentials/import/url` : `${API_URL}/credentials/import/url`;
7
+ const headers = getAuthedHeaders();
8
+ const { data: importInfo } = await axios({
9
+ method: "post",
10
+ url,
11
+ headers
12
+ });
13
+ return importInfo;
14
+ }
15
+ async function importCredential({ projectId, zipPath, type, platform }) {
16
+ const importTicket = await getNewImportTicket(projectId);
17
+ const zipBuffer = await promises.readFile(zipPath);
18
+ await axios.put(importTicket.url, zipBuffer, {
19
+ headers: {
20
+ "Content-length": zipBuffer.length,
21
+ "Content-Type": "application/zip"
22
+ }
23
+ });
24
+ const headers = getAuthedHeaders();
25
+ const url = projectId ? `${API_URL}/projects/${projectId}/credentials/import` : `${API_URL}/credentials/import`;
26
+ return await axios({
27
+ method: "post",
28
+ url,
29
+ headers,
30
+ data: {
31
+ uuid: importTicket.uuid,
32
+ type,
33
+ platform
34
+ }
35
+ });
36
+ }
37
+
38
+ export { importCredential as i };
@@ -0,0 +1,47 @@
1
+ import axios from 'axios';
2
+ import { promises } from 'fs';
3
+ import { p as getAuthedHeaders, q as API_URL } from './index-BB7X1Pqp.js';
4
+
5
+ async function getNewImportTicket(projectId) {
6
+ const url = projectId ? `${API_URL}/projects/${projectId}/credentials/import/url` : `${API_URL}/credentials/import/url`;
7
+ const headers = getAuthedHeaders();
8
+ const { data: importInfo } = await axios({
9
+ method: "post",
10
+ url,
11
+ headers
12
+ });
13
+ return importInfo;
14
+ }
15
+ async function importCredential({
16
+ projectId,
17
+ zipPath,
18
+ type,
19
+ platform
20
+ }) {
21
+ const importTicket = await getNewImportTicket(projectId);
22
+ const zipBuffer = await promises.readFile(zipPath);
23
+ await axios.put(importTicket.url, zipBuffer, {
24
+ headers: {
25
+ "Content-length": zipBuffer.length,
26
+ "Content-Type": "application/zip"
27
+ }
28
+ });
29
+ const headers = getAuthedHeaders();
30
+ const url = projectId ? `${API_URL}/projects/${projectId}/credentials/import` : `${API_URL}/credentials/import`;
31
+ const { data: publicCredential } = await axios({
32
+ method: "post",
33
+ url,
34
+ headers,
35
+ data: {
36
+ uuid: importTicket.uuid,
37
+ type,
38
+ platform
39
+ }
40
+ });
41
+ if (projectId) {
42
+ return publicCredential;
43
+ }
44
+ return publicCredential;
45
+ }
46
+
47
+ export { importCredential as i };