shipthis 0.1.41 → 0.1.43

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 (93) hide show
  1. package/README.md +9 -7
  2. package/assets/markdown/confirm-change-android-build-method.md.ejs +13 -0
  3. package/dist/{AppleBundleIdDetails-BJC7GCx_.js → AppleBundleIdDetails-bMqPqmP0.js} +9 -7
  4. package/dist/{Command-Cj6F5B5a.js → Command-cqn3WLlP.js} +4 -3
  5. package/dist/{CommandGame-CuvuH-z6.js → CommandGame-DMQT0sL_.js} +2 -2
  6. package/dist/{Create-pfGYcKu4.js → Create-Cs9HG9xO.js} +5 -3
  7. package/dist/{GameStatus-ZSe-qG3y.js → GameStatus-lv2SW-6H.js} +4 -3
  8. package/dist/{Import-D046HBaF.js → Import-DOQrR8wW.js} +6 -4
  9. package/dist/{JobLogTail-Da8GuReK.js → JobLogTail-CWYxQTq4.js} +31 -17
  10. package/dist/JobProgress-B07Y2FLb.js +253 -0
  11. package/dist/{JobStatusTable-DVJjHw97.js → JobStatusTable-B0A1z1zq.js} +3 -4
  12. package/dist/{ProjectCredentialsTable-BJJz7W1P.js → ProjectCredentialsTable-CyJ7o8yD.js} +4 -3
  13. package/dist/{UserCredentialsTable-CSynIVHU.js → UserCredentialsTable-C8_skPFY.js} +4 -3
  14. package/dist/{baseAppleCommand-Aq-Eaw_K.js → baseAppleCommand-Cfoy8Tx_.js} +1 -1
  15. package/dist/{baseCommand-CTn3KGH3.js → baseCommand-B23l0hCp.js} +82 -111
  16. package/dist/{baseGameAndroidCommand-DRzVMKuG.js → baseGameAndroidCommand-Dh4xXVW1.js} +4 -3
  17. package/dist/{baseGameCommand-8VL7xe-O.js → baseGameCommand-P7Vyz2vZ.js} +5 -3
  18. package/dist/commands/apiKey/create.js +6 -6
  19. package/dist/commands/apiKey/list.js +6 -6
  20. package/dist/commands/apiKey/revoke.js +6 -6
  21. package/dist/commands/apple/apiKey/create.js +9 -9
  22. package/dist/commands/apple/apiKey/delete.js +7 -7
  23. package/dist/commands/apple/apiKey/export.js +8 -8
  24. package/dist/commands/apple/apiKey/import.js +8 -8
  25. package/dist/commands/apple/apiKey/status.js +7 -7
  26. package/dist/commands/apple/certificate/create.js +9 -9
  27. package/dist/commands/apple/certificate/delete.js +7 -7
  28. package/dist/commands/apple/certificate/export.js +8 -8
  29. package/dist/commands/apple/certificate/import.js +8 -8
  30. package/dist/commands/apple/certificate/status.js +7 -7
  31. package/dist/commands/apple/login.js +5 -5
  32. package/dist/commands/apple/status.js +6 -6
  33. package/dist/commands/dashboard.js +5 -5
  34. package/dist/commands/game/android/apiKey/connect.js +11 -11
  35. package/dist/commands/game/android/apiKey/create.js +13 -13
  36. package/dist/commands/game/android/apiKey/delete.js +7 -7
  37. package/dist/commands/game/android/apiKey/export.js +9 -9
  38. package/dist/commands/game/android/apiKey/import.js +9 -9
  39. package/dist/commands/game/android/apiKey/invite.js +6 -6
  40. package/dist/commands/game/android/apiKey/policy.js +6 -6
  41. package/dist/commands/game/android/apiKey/status.js +9 -9
  42. package/dist/commands/game/android/keyStore/create.js +10 -10
  43. package/dist/commands/game/android/keyStore/delete.js +7 -7
  44. package/dist/commands/game/android/keyStore/export.js +8 -8
  45. package/dist/commands/game/android/keyStore/import.js +11 -11
  46. package/dist/commands/game/android/keyStore/status.js +8 -8
  47. package/dist/commands/game/android/status.js +5 -5
  48. package/dist/commands/game/build/download.js +6 -6
  49. package/dist/commands/game/build/list.js +7 -7
  50. package/dist/commands/game/create.js +5 -5
  51. package/dist/commands/game/details.js +6 -6
  52. package/dist/commands/game/export.js +5 -5
  53. package/dist/commands/game/ios/app/addTester.js +7 -7
  54. package/dist/commands/game/ios/app/create.js +8 -7
  55. package/dist/commands/game/ios/app/status.js +9 -9
  56. package/dist/commands/game/ios/app/sync.js +7 -7
  57. package/dist/commands/game/ios/profile/create.js +9 -9
  58. package/dist/commands/game/ios/profile/delete.js +7 -7
  59. package/dist/commands/game/ios/profile/export.js +8 -8
  60. package/dist/commands/game/ios/profile/import.js +8 -8
  61. package/dist/commands/game/ios/profile/status.js +9 -9
  62. package/dist/commands/game/ios/status.js +11 -11
  63. package/dist/commands/game/ios/wizard.js +6 -6
  64. package/dist/commands/game/job/list.js +6 -6
  65. package/dist/commands/game/job/status.js +11 -11
  66. package/dist/commands/game/list.js +6 -6
  67. package/dist/commands/game/ship.js +32 -15
  68. package/dist/commands/game/status.js +8 -8
  69. package/dist/commands/game/wizard.js +80 -30
  70. package/dist/commands/internal/fastlane.js +5 -5
  71. package/dist/commands/internal/readme.js +5 -5
  72. package/dist/commands/login.js +5 -5
  73. package/dist/commands/status.js +6 -6
  74. package/dist/commands/util/android-build-method.js +67 -0
  75. package/dist/commands/util/glass.js +4 -4
  76. package/dist/{export-DtATljiz.js → export-BOuZFMT3.js} +1 -1
  77. package/dist/{import-Dk2ywOVU.js → import-P4KcAuAO.js} +1 -1
  78. package/dist/{index-cRnjcGxV.js → index-AUjBYrSG.js} +8 -6
  79. package/dist/{index-CuyVBHWc.js → index-BmRSqi8U.js} +7 -5
  80. package/dist/{index-BW7z-5sB.js → index-DMosmqi2.js} +1 -1
  81. package/dist/{upload-CHaDSvvi.js → upload-BvNeNQXc.js} +1 -1
  82. package/dist/{useAppleApp-CR847GWc.js → useAppleApp-fD92orhh.js} +1 -1
  83. package/dist/{useAppleBundleId-BnwPmVEu.js → useAppleBundleId-oONHtYgg.js} +2 -2
  84. package/dist/{useAppleProfiles-DY-H0420.js → useAppleProfiles-aMy844nZ.js} +3 -2
  85. package/dist/{useGoogleStatus-WqPgHteE.js → useGoogleStatus-rBDZt9tw.js} +2 -2
  86. package/dist/{useProjectCredentials-TvlolkId.js → useProjectCredentials-DLYLMlJh.js} +2 -2
  87. package/dist/{useWebSocket-MXDbQHcu.js → useWebSocket-Bvq2Wf7I.js} +1 -1
  88. package/docs/util/android-build-method.md +26 -0
  89. package/docs/util.md +2 -1
  90. package/npm-shrinkwrap.json +14182 -0
  91. package/oclif.manifest.json +2966 -0
  92. package/package.json +9 -6
  93. package/dist/JobProgress-DltCQpzA.js +0 -127
@@ -1,5 +1,5 @@
1
1
  import axios from 'axios';
2
- import { o as API_URL, p as getAuthedHeaders, F as castArrayObjectDates } from './baseCommand-CTn3KGH3.js';
2
+ import { p as API_URL, q as getAuthedHeaders, H as castArrayObjectDates } from './baseCommand-B23l0hCp.js';
3
3
  import 'node:fs';
4
4
 
5
5
  async function getUserCredentials(pageSize = 100) {
@@ -1,5 +1,5 @@
1
1
  import axios from 'axios';
2
- import { o as API_URL, p as getAuthedHeaders } from './baseCommand-CTn3KGH3.js';
2
+ import { p as API_URL, q as getAuthedHeaders } from './baseCommand-B23l0hCp.js';
3
3
 
4
4
  async function getNewUploadTicket(projectId = null) {
5
5
  const url = projectId ? `${API_URL}/projects/${projectId}/credentials/url` : `${API_URL}/credentials/url`;
@@ -1,5 +1,5 @@
1
1
  import { useQuery } from '@tanstack/react-query';
2
- import { f as App } from './baseCommand-CTn3KGH3.js';
2
+ import { f as App } from './baseCommand-B23l0hCp.js';
3
3
 
4
4
  const queryAppleApp = async ({ ctx, iosBundleId }) => {
5
5
  if (!iosBundleId) {
@@ -1,5 +1,5 @@
1
1
  import { useQuery } from '@tanstack/react-query';
2
- import { e as BundleId, q as getGodotProjectCapabilities, P as Platform, G as GODOT_CAPABILITIES, r as CapabilityType } from './baseCommand-CTn3KGH3.js';
2
+ import { e as BundleId, r as getGodotProjectCapabilities, P as Platform, G as GODOT_CAPABILITIES, t as CapabilityType } from './baseCommand-B23l0hCp.js';
3
3
 
4
4
  async function getBundleIdCapabilities(bundleId) {
5
5
  const current = await bundleId.getBundleIdCapabilitiesAsync();
@@ -27,7 +27,7 @@ const fetchBundleId = async ({ ctx, iosBundleId }) => {
27
27
  });
28
28
  if (!bundleId) return empty;
29
29
  const bundleIdCapabilities = await getBundleIdCapabilities(bundleId);
30
- const projectCapabilities = getGodotProjectCapabilities(Platform.IOS);
30
+ const projectCapabilities = await getGodotProjectCapabilities(Platform.IOS);
31
31
  const capabilitiesTable = GODOT_CAPABILITIES.map((gc) => {
32
32
  const isEnabledInBundle = bundleIdCapabilities.includes(gc.type);
33
33
  const isEnabledInProject = projectCapabilities.includes(gc.type);
@@ -1,6 +1,6 @@
1
1
  import { useQuery } from '@tanstack/react-query';
2
2
  import { DateTime } from 'luxon';
3
- import { c as getShortDate, m as Profile, n as ProfileType } from './baseCommand-CTn3KGH3.js';
3
+ import { c as getShortDate, n as Profile, o as ProfileType } from './baseCommand-B23l0hCp.js';
4
4
  import 'node:crypto';
5
5
  import 'node:fs';
6
6
  import 'node:path';
@@ -14,10 +14,11 @@ import 'react';
14
14
  import 'crypto-js';
15
15
  import 'uuid';
16
16
  import 'fast-glob';
17
- import 'yazl';
18
17
  import 'socket.io-client';
19
18
  import 'fullscreen-ink';
20
19
  import 'ink';
20
+ import 'stream';
21
+ import 'yazl';
21
22
 
22
23
  async function queryAppleProfiles({ ctx }) {
23
24
  const appleProfiles = await Profile.getAsync(ctx, {
@@ -1,6 +1,6 @@
1
1
  import { useQuery } from '@tanstack/react-query';
2
- import { M as getGoogleStatus } from './baseCommand-CTn3KGH3.js';
3
- import { k as cacheKeys } from './baseGameCommand-8VL7xe-O.js';
2
+ import { O as getGoogleStatus } from './baseCommand-B23l0hCp.js';
3
+ import { k as cacheKeys } from './baseGameCommand-P7Vyz2vZ.js';
4
4
 
5
5
  const useGoogleStatus = () => useQuery({
6
6
  queryFn: getGoogleStatus,
@@ -1,7 +1,7 @@
1
1
  import { useQuery } from '@tanstack/react-query';
2
2
  import axios from 'axios';
3
- import { c as getShortDate, p as getAuthedHeaders, o as API_URL, F as castArrayObjectDates } from './baseCommand-CTn3KGH3.js';
4
- import { k as cacheKeys, g as getShortUUID } from './baseGameCommand-8VL7xe-O.js';
3
+ import { c as getShortDate, q as getAuthedHeaders, p as API_URL, H as castArrayObjectDates } from './baseCommand-B23l0hCp.js';
4
+ import { k as cacheKeys, g as getShortUUID } from './baseGameCommand-P7Vyz2vZ.js';
5
5
 
6
6
  async function queryProjectCredentials({
7
7
  projectId,
@@ -1,6 +1,6 @@
1
1
  import { useEffect } from 'react';
2
2
  import { io } from 'socket.io-client';
3
- import { I as WS_URL, K as getAuthToken } from './baseCommand-CTn3KGH3.js';
3
+ import { K as WS_URL, L as getAuthToken } from './baseCommand-B23l0hCp.js';
4
4
 
5
5
  function useWebSocket(listeners = []) {
6
6
  const log = () => {
@@ -0,0 +1,26 @@
1
+ # Command: `util android-build-method`
2
+
3
+ ## Description
4
+
5
+ Gets and sets the Android build method in export_presets.cfg
6
+
7
+ ## Help Output
8
+
9
+ ```help
10
+ USAGE
11
+ $ shipthis util android-build-method [-l] [-g]
12
+
13
+ FLAGS
14
+ -g, --gradle use gradle build method
15
+ -l, --legacy use legacy build method
16
+
17
+ DESCRIPTION
18
+ Gets and sets the Android build method in export_presets.cfg
19
+
20
+ EXAMPLES
21
+ $ shipthis util android-build-method
22
+
23
+ $ shipthis util android-build-method --legacy
24
+
25
+ $ shipthis util android-build-method --gradle
26
+ ```
package/docs/util.md CHANGED
@@ -8,4 +8,5 @@ These commands do not require authentication.
8
8
 
9
9
  ## Commands
10
10
 
11
- - [util glass](/docs/reference/util/glass.md)
11
+ - [util android-build-method](/docs/reference/util/android-build-method)
12
+ - [util glass](/docs/reference/util/glass)