shipthis 0.1.35 → 0.1.37

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 (108) hide show
  1. package/README.md +231 -80
  2. package/assets/markdown/agreement-update.md.ejs +12 -0
  3. package/assets/markdown/confirm-delete-android-keystore.md.ejs +22 -0
  4. package/assets/markdown/confirm-delete-android-serviceaccountkey.md.ejs +24 -0
  5. package/assets/markdown/confirm-delete-apple-credential.md.ejs +29 -0
  6. package/dist/{AppleBundleIdDetails-N_j1wv6f.js → AppleBundleIdDetails-KMzyex1H.js} +3 -5
  7. package/dist/{Command-DN1j3tjt.js → Command-CHh8RDXK.js} +1 -2
  8. package/dist/{CommandGame-D2NqytWc.js → CommandGame-Rvmsa7b0.js} +2 -2
  9. package/dist/{Create-BRdv5jXQ.js → Create-DInZ_pw-.js} +1 -4
  10. package/dist/{GameStatus-joyHPy0f.js → GameStatus-D7ID10tS.js} +1 -4
  11. package/dist/{Import-BNMHsJoM.js → Import-BmO8EYKj.js} +2 -5
  12. package/dist/{JobLogTail-D35FO5v-.js → JobLogTail-CYdceTKL.js} +2 -5
  13. package/dist/{JobProgress-D-9KESaA.js → JobProgress-DBCYbWrO.js} +16 -18
  14. package/dist/{JobStatusTable-DIJ_h-gi.js → JobStatusTable-DhnhY1_i.js} +2 -4
  15. package/dist/{ProjectCredentialsTable-BMKgv99h.js → ProjectCredentialsTable-BDYVYqAq.js} +5 -3
  16. package/dist/{UserCredentialsTable-CUrTDzTK.js → UserCredentialsTable-cDPvjF-F.js} +4 -4
  17. package/dist/{baseAppleCommand-Cs9a52e5.js → baseAppleCommand-CQ5dOna7.js} +1 -1
  18. package/dist/{baseGameAndroidCommand-BCB1SMCf.js → baseGameAndroidCommand-D4ryZS6A.js} +1 -2
  19. package/dist/commands/apiKey/create.js +3 -6
  20. package/dist/commands/apiKey/list.js +3 -6
  21. package/dist/commands/apiKey/revoke.js +3 -6
  22. package/dist/commands/apple/apiKey/create.js +7 -10
  23. package/dist/commands/apple/apiKey/delete.js +118 -0
  24. package/dist/commands/apple/apiKey/export.js +6 -9
  25. package/dist/commands/apple/apiKey/import.js +6 -9
  26. package/dist/commands/apple/apiKey/status.js +4 -7
  27. package/dist/commands/apple/certificate/create.js +7 -10
  28. package/dist/commands/apple/certificate/delete.js +127 -0
  29. package/dist/commands/apple/certificate/export.js +6 -9
  30. package/dist/commands/apple/certificate/import.js +6 -9
  31. package/dist/commands/apple/certificate/status.js +4 -7
  32. package/dist/commands/apple/login.js +23 -4
  33. package/dist/commands/apple/status.js +4 -7
  34. package/dist/commands/dashboard.js +12 -1
  35. package/dist/commands/game/android/apiKey/connect.js +8 -11
  36. package/dist/commands/game/android/apiKey/create.js +10 -13
  37. package/dist/commands/game/android/apiKey/delete.js +100 -0
  38. package/dist/commands/game/android/apiKey/export.js +6 -9
  39. package/dist/commands/game/android/apiKey/import.js +6 -9
  40. package/dist/commands/game/android/apiKey/invite.js +14 -4
  41. package/dist/commands/game/android/apiKey/policy.js +3 -6
  42. package/dist/commands/game/android/apiKey/status.js +6 -9
  43. package/dist/commands/game/android/keyStore/create.js +7 -10
  44. package/dist/commands/game/android/keyStore/delete.js +100 -0
  45. package/dist/commands/game/android/keyStore/export.js +5 -8
  46. package/dist/commands/game/android/keyStore/import.js +8 -11
  47. package/dist/commands/game/android/keyStore/status.js +7 -10
  48. package/dist/commands/game/android/status.js +13 -1
  49. package/dist/commands/game/build/download.js +3 -6
  50. package/dist/commands/game/build/list.js +4 -7
  51. package/dist/commands/game/create.js +13 -2
  52. package/dist/commands/game/details.js +4 -7
  53. package/dist/commands/game/export.js +13 -1
  54. package/dist/commands/game/ios/app/addTester.js +4 -7
  55. package/dist/commands/game/ios/app/create.js +3 -6
  56. package/dist/commands/game/ios/app/status.js +6 -9
  57. package/dist/commands/game/ios/app/sync.js +4 -7
  58. package/dist/commands/game/ios/profile/create.js +6 -9
  59. package/dist/commands/game/ios/profile/delete.js +123 -0
  60. package/dist/commands/game/ios/profile/export.js +5 -8
  61. package/dist/commands/game/ios/profile/import.js +5 -8
  62. package/dist/commands/game/ios/profile/status.js +8 -51
  63. package/dist/commands/game/ios/status.js +10 -13
  64. package/dist/commands/game/ios/wizard.js +2 -6
  65. package/dist/commands/game/job/list.js +3 -6
  66. package/dist/commands/game/job/status.js +8 -11
  67. package/dist/commands/game/list.js +3 -6
  68. package/dist/commands/game/ship.js +17 -14
  69. package/dist/commands/game/status.js +7 -10
  70. package/dist/commands/game/wizard.js +14 -17
  71. package/dist/commands/internal/fastlane.js +13 -1
  72. package/dist/commands/internal/readme.js +13 -4
  73. package/dist/commands/login.js +27 -4
  74. package/dist/commands/status.js +6 -8
  75. package/dist/{export-DFCZKNQk.js → export-DujIwhJw.js} +1 -1
  76. package/dist/{import-BpGyif-m.js → import-DGCqCAcC.js} +1 -1
  77. package/dist/{index-DlE_SPt3.js → index-9LxGafAo.js} +3 -5
  78. package/dist/{index-BTXEUd8W.js → index-BPh_qt7t.js} +4 -6
  79. package/dist/index-CNsmEDXi.js +48 -0
  80. package/dist/index-CmuXyPed.js +1905 -0
  81. package/dist/{upload-D19OQsbn.js → upload-D4x4yCia.js} +1 -1
  82. package/dist/{useAppleApp-BZc_cNa-.js → useAppleApp-taaewPSf.js} +1 -1
  83. package/dist/{useAppleBundleId-DvMXAvWD.js → useAppleBundleId-BeGViMe7.js} +1 -1
  84. package/dist/useAppleProfiles-1TtO0aO6.js +63 -0
  85. package/dist/{useGoogleStatus-Cx_QIsXa.js → useGoogleStatus-CSsxEvX7.js} +1 -2
  86. package/dist/{useProjectCredentials-DxdwJCfU.js → useProjectCredentials-Cm50WMZU.js} +1 -3
  87. package/dist/{useWebSocket-cM5yOcDv.js → useWebSocket-BVfn36be.js} +1 -1
  88. package/docs/apple/apiKey/delete.md +25 -0
  89. package/docs/apple/apiKey.md +26 -0
  90. package/docs/apple/certificate/delete.md +25 -0
  91. package/docs/apple/certificate.md +26 -0
  92. package/docs/assets/st.png +0 -0
  93. package/docs/game/android/apiKey/delete.md +25 -0
  94. package/docs/game/android/apiKey.md +26 -0
  95. package/docs/game/android/keyStore/delete.md +25 -0
  96. package/docs/game/android/keyStore.md +26 -0
  97. package/docs/game/ios/profile/delete.md +26 -0
  98. package/docs/game/ios/profile.md +27 -0
  99. package/docs/game/ship.md +4 -4
  100. package/docs/login.md +6 -2
  101. package/docs/status.md +1 -1
  102. package/package.json +13 -2
  103. package/dist/ejs-DirFZbza.js +0 -716
  104. package/dist/index-BwnzoldS.js +0 -784
  105. package/dist/index-CJWMt1s-.js +0 -153
  106. package/dist/index-hoHfGrjg.js +0 -221
  107. package/dist/index-izrACZbC.js +0 -24
  108. package/dist/useAndroidServiceAccountTestResult-CwKeW0ED.js +0 -50
@@ -1,5 +1,5 @@
1
1
  import axios from 'axios';
2
- import { o as API_URL, p as getAuthedHeaders } from './index-BwnzoldS.js';
2
+ import { s as API_URL, t as getAuthedHeaders } from './index-CmuXyPed.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 './index-BwnzoldS.js';
2
+ import { l as App } from './index-CmuXyPed.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 './index-BwnzoldS.js';
2
+ import { k as BundleId, u as getGodotProjectCapabilities, P as Platform, G as GODOT_CAPABILITIES, v as CapabilityType } from './index-CmuXyPed.js';
3
3
 
4
4
  async function getBundleIdCapabilities(bundleId) {
5
5
  const current = await bundleId.getBundleIdCapabilitiesAsync();
@@ -0,0 +1,63 @@
1
+ import { useQuery } from '@tanstack/react-query';
2
+ import { DateTime } from 'luxon';
3
+ import { f as getShortDate, q as Profile, r as ProfileType } from './index-CmuXyPed.js';
4
+ import 'node:crypto';
5
+ import 'node:fs';
6
+ import 'node:path';
7
+ import 'node:readline';
8
+ import 'node:url';
9
+ import 'readline-sync';
10
+ import 'axios';
11
+ import 'isomorphic-git';
12
+ import '@oclif/core';
13
+ import 'react';
14
+ import 'crypto-js';
15
+ import 'uuid';
16
+ import 'fast-glob';
17
+ import 'yazl';
18
+ import 'socket.io-client';
19
+ import 'fullscreen-ink';
20
+ import 'ink';
21
+
22
+ async function queryAppleProfiles({ ctx }) {
23
+ const appleProfiles = await Profile.getAsync(ctx, {
24
+ query: {
25
+ filter: {
26
+ profileType: [ProfileType.IOS_APP_STORE]
27
+ }
28
+ }
29
+ });
30
+ return appleProfiles;
31
+ }
32
+ const canAppleProfileBeUsed = (appleProfile, project, projectCredentials) => {
33
+ try {
34
+ if (!appleProfile.isValid) return false;
35
+ const profileBundleId = appleProfile.attributes.bundleId?.attributes.identifier;
36
+ const profileCertificateSerialNumber = appleProfile.attributes.certificates?.[0]?.attributes.serialNumber;
37
+ if (profileBundleId !== project.details?.iosBundleId) return false;
38
+ return projectCredentials.some(
39
+ (credential) => credential.isActive && credential.serialNumber === profileCertificateSerialNumber
40
+ );
41
+ } catch (error) {
42
+ console.log(error);
43
+ return false;
44
+ }
45
+ };
46
+ function getAppleProfileSummary(appleProfile, project, projectCredentials) {
47
+ return {
48
+ canBeUsed: canAppleProfileBeUsed(appleProfile, project, projectCredentials),
49
+ expires: getShortDate(DateTime.fromISO(appleProfile.attributes.expirationDate)),
50
+ id: appleProfile.id,
51
+ name: appleProfile.attributes.name,
52
+ platform: appleProfile.attributes.platform
53
+ };
54
+ }
55
+ const useAppleProfiles = (props) => {
56
+ const queryResult = useQuery({
57
+ queryFn: () => queryAppleProfiles(props),
58
+ queryKey: ["appleProfiles"]
59
+ });
60
+ return queryResult;
61
+ };
62
+
63
+ export { canAppleProfileBeUsed as c, getAppleProfileSummary as g, queryAppleProfiles as q, useAppleProfiles as u };
@@ -1,6 +1,5 @@
1
1
  import { useQuery } from '@tanstack/react-query';
2
- import { Q as getGoogleStatus } from './index-BwnzoldS.js';
3
- import { c as cacheKeys } from './useAndroidServiceAccountTestResult-CwKeW0ED.js';
2
+ import { a0 as cacheKeys, a2 as getGoogleStatus } from './index-CmuXyPed.js';
4
3
 
5
4
  const useGoogleStatus = () => useQuery({
6
5
  queryFn: getGoogleStatus,
@@ -1,8 +1,6 @@
1
1
  import { useQuery } from '@tanstack/react-query';
2
2
  import axios from 'axios';
3
- import { b as getShortDate, p as getAuthedHeaders, o as API_URL, I as castArrayObjectDates } from './index-BwnzoldS.js';
4
- import { c as cacheKeys } from './useAndroidServiceAccountTestResult-CwKeW0ED.js';
5
- import { g as getShortUUID } from './index-CJWMt1s-.js';
3
+ import { a0 as cacheKeys, g as getShortUUID, f as getShortDate, t as getAuthedHeaders, s as API_URL, V as castArrayObjectDates } from './index-CmuXyPed.js';
6
4
 
7
5
  async function queryProjectCredentials({
8
6
  projectId,
@@ -1,6 +1,6 @@
1
1
  import { useEffect } from 'react';
2
2
  import { io } from 'socket.io-client';
3
- import { N as WS_URL, O as getAuthToken } from './index-BwnzoldS.js';
3
+ import { _ as WS_URL, $ as getAuthToken } from './index-CmuXyPed.js';
4
4
 
5
5
  function useWebSocket(listeners = []) {
6
6
  const log = () => {
@@ -0,0 +1,25 @@
1
+ # Command: `apple apiKey delete`
2
+
3
+ ## Description
4
+
5
+ Delete an Apple API Key from ShipThis and optionally from Apple
6
+
7
+ ## Help Output
8
+
9
+ ```help
10
+ USAGE
11
+ $ shipthis apple apiKey delete [-i] [-y] [-a]
12
+
13
+ FLAGS
14
+ -a, --revokeInApple Also revoke the API Key in Apple (cannot be undone)
15
+ -i, --immediate Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)
16
+ -y, --iAmSure I am sure I want to do this - do not prompt me
17
+
18
+ DESCRIPTION
19
+ Delete an Apple API Key from ShipThis and optionally from Apple
20
+
21
+ EXAMPLES
22
+ $ shipthis apple apiKey delete
23
+
24
+ $ shipthis apple apiKey delete --immediate --revokeInApple --iAmSure
25
+ ```
@@ -55,6 +55,32 @@ EXAMPLES
55
55
  $ shipthis apple apiKey create --force
56
56
  ```
57
57
 
58
+ ### `apple apiKey delete`
59
+
60
+ #### Description
61
+
62
+ Delete an Apple API Key from ShipThis and optionally from Apple
63
+
64
+ #### Help Output
65
+
66
+ ```help
67
+ USAGE
68
+ $ shipthis apple apiKey delete [-i] [-y] [-a]
69
+
70
+ FLAGS
71
+ -a, --revokeInApple Also revoke the API Key in Apple (cannot be undone)
72
+ -i, --immediate Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)
73
+ -y, --iAmSure I am sure I want to do this - do not prompt me
74
+
75
+ DESCRIPTION
76
+ Delete an Apple API Key from ShipThis and optionally from Apple
77
+
78
+ EXAMPLES
79
+ $ shipthis apple apiKey delete
80
+
81
+ $ shipthis apple apiKey delete --immediate --revokeInApple --iAmSure
82
+ ```
83
+
58
84
  ### `apple apiKey export`
59
85
 
60
86
  #### Description
@@ -0,0 +1,25 @@
1
+ # Command: `apple certificate delete`
2
+
3
+ ## Description
4
+
5
+ Delete an iOS Distribution Certificate from ShipThis and optionally from Apple
6
+
7
+ ## Help Output
8
+
9
+ ```help
10
+ USAGE
11
+ $ shipthis apple certificate delete [-i] [-y] [-a]
12
+
13
+ FLAGS
14
+ -a, --revokeInApple Also revoke the Certificate in Apple (cannot be undone)
15
+ -i, --immediate Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)
16
+ -y, --iAmSure I am sure I want to do this - do not prompt me
17
+
18
+ DESCRIPTION
19
+ Delete an iOS Distribution Certificate from ShipThis and optionally from Apple
20
+
21
+ EXAMPLES
22
+ $ shipthis apple certificate delete
23
+
24
+ $ shipthis apple certificate delete --immediate --revokeInApple --iAmSure
25
+ ```
@@ -57,6 +57,32 @@ EXAMPLES
57
57
  $ shipthis apple certificate create --force
58
58
  ```
59
59
 
60
+ ### `apple certificate delete`
61
+
62
+ #### Description
63
+
64
+ Delete an iOS Distribution Certificate from ShipThis and optionally from Apple
65
+
66
+ #### Help Output
67
+
68
+ ```help
69
+ USAGE
70
+ $ shipthis apple certificate delete [-i] [-y] [-a]
71
+
72
+ FLAGS
73
+ -a, --revokeInApple Also revoke the Certificate in Apple (cannot be undone)
74
+ -i, --immediate Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)
75
+ -y, --iAmSure I am sure I want to do this - do not prompt me
76
+
77
+ DESCRIPTION
78
+ Delete an iOS Distribution Certificate from ShipThis and optionally from Apple
79
+
80
+ EXAMPLES
81
+ $ shipthis apple certificate delete
82
+
83
+ $ shipthis apple certificate delete --immediate --revokeInApple --iAmSure
84
+ ```
85
+
60
86
  ### `apple certificate export`
61
87
 
62
88
  #### Description
Binary file
@@ -0,0 +1,25 @@
1
+ # Command: `game android apiKey delete`
2
+
3
+ ## Description
4
+
5
+ Delete the active Android API Key from ShipThis
6
+
7
+ ## Help Output
8
+
9
+ ```help
10
+ USAGE
11
+ $ shipthis game android apiKey delete [-g <value>] [-i] [-y]
12
+
13
+ FLAGS
14
+ -g, --gameId=<value> The ID of the game
15
+ -i, --immediate Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)
16
+ -y, --iAmSure I am sure I want to do this - do not prompt me
17
+
18
+ DESCRIPTION
19
+ Delete the active Android API Key from ShipThis
20
+
21
+ EXAMPLES
22
+ $ shipthis game android apiKey delete
23
+
24
+ $ shipthis game android apiKey delete --immediate --iAmSure
25
+ ```
@@ -60,6 +60,32 @@ EXAMPLES
60
60
  $ shipthis game android apiKey create --gameId 0c179fc4
61
61
  ```
62
62
 
63
+ ### `game android apiKey delete`
64
+
65
+ #### Description
66
+
67
+ Delete the active Android API Key from ShipThis
68
+
69
+ #### Help Output
70
+
71
+ ```help
72
+ USAGE
73
+ $ shipthis game android apiKey delete [-g <value>] [-i] [-y]
74
+
75
+ FLAGS
76
+ -g, --gameId=<value> The ID of the game
77
+ -i, --immediate Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)
78
+ -y, --iAmSure I am sure I want to do this - do not prompt me
79
+
80
+ DESCRIPTION
81
+ Delete the active Android API Key from ShipThis
82
+
83
+ EXAMPLES
84
+ $ shipthis game android apiKey delete
85
+
86
+ $ shipthis game android apiKey delete --immediate --iAmSure
87
+ ```
88
+
63
89
  ### `game android apiKey export`
64
90
 
65
91
  #### Description
@@ -0,0 +1,25 @@
1
+ # Command: `game android keyStore delete`
2
+
3
+ ## Description
4
+
5
+ Delete the active Android KeyStore from ShipThis
6
+
7
+ ## Help Output
8
+
9
+ ```help
10
+ USAGE
11
+ $ shipthis game android keyStore delete [-g <value>] [-i] [-y]
12
+
13
+ FLAGS
14
+ -g, --gameId=<value> The ID of the game
15
+ -i, --immediate Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)
16
+ -y, --iAmSure I am sure I want to do this - do not prompt me
17
+
18
+ DESCRIPTION
19
+ Delete the active Android KeyStore from ShipThis
20
+
21
+ EXAMPLES
22
+ $ shipthis game android keyStore delete
23
+
24
+ $ shipthis game android keyStore delete --immediate --iAmSure
25
+ ```
@@ -41,6 +41,32 @@ EXAMPLES
41
41
  $ shipthis game android keyStore create --gameId 0c179fc4
42
42
  ```
43
43
 
44
+ ### `game android keyStore delete`
45
+
46
+ #### Description
47
+
48
+ Delete the active Android KeyStore from ShipThis
49
+
50
+ #### Help Output
51
+
52
+ ```help
53
+ USAGE
54
+ $ shipthis game android keyStore delete [-g <value>] [-i] [-y]
55
+
56
+ FLAGS
57
+ -g, --gameId=<value> The ID of the game
58
+ -i, --immediate Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)
59
+ -y, --iAmSure I am sure I want to do this - do not prompt me
60
+
61
+ DESCRIPTION
62
+ Delete the active Android KeyStore from ShipThis
63
+
64
+ EXAMPLES
65
+ $ shipthis game android keyStore delete
66
+
67
+ $ shipthis game android keyStore delete --immediate --iAmSure
68
+ ```
69
+
44
70
  ### `game android keyStore export`
45
71
 
46
72
  #### Description
@@ -0,0 +1,26 @@
1
+ # Command: `game ios profile delete`
2
+
3
+ ## Description
4
+
5
+ Delete an iOS Mobile Provisioning Profile from ShipThis and optionally from Apple
6
+
7
+ ## Help Output
8
+
9
+ ```help
10
+ USAGE
11
+ $ shipthis game ios profile delete [-g <value>] [-i] [-y] [-a]
12
+
13
+ FLAGS
14
+ -a, --revokeInApple Also revoke the Profile in Apple (cannot be undone)
15
+ -g, --gameId=<value> The ID of the game
16
+ -i, --immediate Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)
17
+ -y, --iAmSure I am sure I want to do this - do not prompt me
18
+
19
+ DESCRIPTION
20
+ Delete an iOS Mobile Provisioning Profile from ShipThis and optionally from Apple
21
+
22
+ EXAMPLES
23
+ $ shipthis game ios profile delete
24
+
25
+ $ shipthis game ios profile delete --revokeInApple --immediate --iAmSure
26
+ ```
@@ -56,6 +56,33 @@ EXAMPLES
56
56
  $ shipthis game ios profile create
57
57
  ```
58
58
 
59
+ ### `game ios profile delete`
60
+
61
+ #### Description
62
+
63
+ Delete an iOS Mobile Provisioning Profile from ShipThis and optionally from Apple
64
+
65
+ #### Help Output
66
+
67
+ ```help
68
+ USAGE
69
+ $ shipthis game ios profile delete [-g <value>] [-i] [-y] [-a]
70
+
71
+ FLAGS
72
+ -a, --revokeInApple Also revoke the Profile in Apple (cannot be undone)
73
+ -g, --gameId=<value> The ID of the game
74
+ -i, --immediate Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)
75
+ -y, --iAmSure I am sure I want to do this - do not prompt me
76
+
77
+ DESCRIPTION
78
+ Delete an iOS Mobile Provisioning Profile from ShipThis and optionally from Apple
79
+
80
+ EXAMPLES
81
+ $ shipthis game ios profile delete
82
+
83
+ $ shipthis game ios profile delete --revokeInApple --immediate --iAmSure
84
+ ```
85
+
59
86
  ### `game ios profile export`
60
87
 
61
88
  #### Description
package/docs/game/ship.md CHANGED
@@ -21,26 +21,23 @@ When run like this, pressing **L** will show or hide the last few lines of the l
21
21
 
22
22
  [![asciicast](https://asciinema.org/a/7e1jPMx5i69VyM6TynkeFU0dI.svg)](https://asciinema.org/a/7e1jPMx5i69VyM6TynkeFU0dI#shipthis-col80row24)
23
23
 
24
-
25
24
  ### Follow mode
26
25
 
27
26
  When using ShipThis in a CI environment, it is most useful to use the `--follow` to collect the full output. This flag requires you to specify the `--platform` flag too.
28
27
 
29
28
  [![asciicast](https://asciinema.org/a/gKmZ0E1rJ4oiT9SyuSivXBZfY.svg)](https://asciinema.org/a/gKmZ0E1rJ4oiT9SyuSivXBZfY#shipthis-col80row24)
30
29
 
31
-
32
30
  ### Advanced usage - follow, do not publish, and then download APK
33
31
 
34
32
  [![asciicast](https://asciinema.org/a/GNf0t8niOlrMDsgPKqmBcuqQh.svg)](https://asciinema.org/a/GNf0t8niOlrMDsgPKqmBcuqQh#shipthis-col80row24)
35
33
 
36
-
37
34
  ## Help Output
38
35
 
39
36
  ```help
40
37
  Builds the app (for all platforms with valid credentials) and ships it to the stores.
41
38
 
42
39
  USAGE
43
- $ shipthis game ship [-g <value>] [--download <value> --platform android|ios] [--downloadAPK <value> ] [--follow ] [--skipPublish]
40
+ $ shipthis game ship [-g <value>] [--download <value> --platform android|ios] [--downloadAPK <value> ] [--follow ] [--skipPublish] [--verbose]
44
41
 
45
42
  FLAGS
46
43
  -g, --gameId=<value> The ID of the game
@@ -50,6 +47,7 @@ FLAGS
50
47
  --platform=<option> The platform to ship the game to. This can be "android" or "ios"
51
48
  <options: android|ios>
52
49
  --skipPublish Skip the publish step
50
+ --verbose Enable verbose logging
53
51
 
54
52
  DESCRIPTION
55
53
  Builds the app (for all platforms with valid credentials) and ships it to the stores.
@@ -65,4 +63,6 @@ EXAMPLES
65
63
 
66
64
  $ shipthis game ship --platform android --follow --downloadAPK game.apk
67
65
 
66
+ $ shipthis game ship --platform ios --follow --verbose
67
+
68
68
  ```
package/docs/login.md CHANGED
@@ -18,11 +18,13 @@ you can view details of your games.
18
18
 
19
19
  ```help
20
20
  USAGE
21
- $ shipthis login [-f] [-e <value>]
21
+ $ shipthis login [-e <value>] [-f] [--acceptAgreements]
22
22
 
23
23
  FLAGS
24
- -e, --email=<value> Your email address
24
+ -e, --email=<value> Your email address
25
25
  -f, --force
26
+ --acceptAgreements Accept the current version of the agreements (terms &
27
+ privacy).
26
28
 
27
29
  DESCRIPTION
28
30
  Authenticate - will create a new account if one does not exist.
@@ -31,4 +33,6 @@ EXAMPLES
31
33
  $ shipthis login
32
34
 
33
35
  $ shipthis login --force --email me@email.nowhere
36
+
37
+ $ shipthis login --acceptAgreements
34
38
  ```
package/docs/status.md CHANGED
@@ -17,7 +17,7 @@ Displays the current overall status.
17
17
 
18
18
  ## Example
19
19
 
20
- [![asciicast](https://asciinema.org/a/GsqLxzyvFApORKUDfJl5DsNo7.svg)](https://asciinema.org/a/GsqLxzyvFApORKUDfJl5DsNo7)
20
+ [![asciicast](https://asciinema.org/a/i5chSgJubWSXlAzjYdht98fLj.svg)](https://asciinema.org/a/i5chSgJubWSXlAzjYdht98fLj)
21
21
 
22
22
  ## Help Output
23
23
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shipthis",
3
3
  "description": "ShipThis manages building and uploading your Godot games to the App Store and Google Play.",
4
- "version": "0.1.35",
4
+ "version": "0.1.37",
5
5
  "author": "Hello Invent Ltd",
6
6
  "bin": {
7
7
  "shipthis": "./bin/run.js"
@@ -13,6 +13,7 @@
13
13
  "@inkjs/ui": "^2.0.0",
14
14
  "@oclif/core": "^4",
15
15
  "@oclif/plugin-help": "^6",
16
+ "@oclif/plugin-warn-if-update-available": "^3.1.46",
16
17
  "@tanstack/react-query": "^5.56.2",
17
18
  "@types/marked-terminal": "^6.1.1",
18
19
  "@types/uuid": "^10.0.0",
@@ -108,11 +109,13 @@
108
109
  "./dist/commands/apple/apiKey/export.js",
109
110
  "./dist/commands/apple/apiKey/create.js",
110
111
  "./dist/commands/apple/apiKey/status.js",
112
+ "./dist/commands/apple/apiKey/delete.js",
111
113
  "./dist/commands/apple/apiKey/import.js",
112
114
  "./dist/commands/apple/status.js",
113
115
  "./dist/commands/apple/certificate/export.js",
114
116
  "./dist/commands/apple/certificate/create.js",
115
117
  "./dist/commands/apple/certificate/status.js",
118
+ "./dist/commands/apple/certificate/delete.js",
116
119
  "./dist/commands/apple/certificate/import.js",
117
120
  "./dist/commands/apple/login.js",
118
121
  "./dist/commands/game/list.js",
@@ -126,6 +129,7 @@
126
129
  "./dist/commands/game/ios/profile/export.js",
127
130
  "./dist/commands/game/ios/profile/create.js",
128
131
  "./dist/commands/game/ios/profile/status.js",
132
+ "./dist/commands/game/ios/profile/delete.js",
129
133
  "./dist/commands/game/ios/profile/import.js",
130
134
  "./dist/commands/game/create.js",
131
135
  "./dist/commands/game/job/list.js",
@@ -137,11 +141,13 @@
137
141
  "./dist/commands/game/android/keyStore/export.js",
138
142
  "./dist/commands/game/android/keyStore/create.js",
139
143
  "./dist/commands/game/android/keyStore/status.js",
144
+ "./dist/commands/game/android/keyStore/delete.js",
140
145
  "./dist/commands/game/android/keyStore/import.js",
141
146
  "./dist/commands/game/android/apiKey/export.js",
142
147
  "./dist/commands/game/android/apiKey/create.js",
143
148
  "./dist/commands/game/android/apiKey/policy.js",
144
149
  "./dist/commands/game/android/apiKey/status.js",
150
+ "./dist/commands/game/android/apiKey/delete.js",
145
151
  "./dist/commands/game/android/apiKey/import.js",
146
152
  "./dist/commands/game/android/apiKey/invite.js",
147
153
  "./dist/commands/game/android/apiKey/connect.js",
@@ -163,7 +169,8 @@
163
169
  "commands": "./dist/commands",
164
170
  "helpClass": "./dist/utils/help",
165
171
  "plugins": [
166
- "@oclif/plugin-help"
172
+ "@oclif/plugin-help",
173
+ "@oclif/plugin-warn-if-update-available"
167
174
  ],
168
175
  "topicSeparator": " ",
169
176
  "topics": {
@@ -209,6 +216,10 @@
209
216
  "game:job": {
210
217
  "description": "Commands related to jobs for a specific game"
211
218
  }
219
+ },
220
+ "warn-if-update-available": {
221
+ "frequency": 1,
222
+ "frequencyUnit": "days"
212
223
  }
213
224
  },
214
225
  "repository": "github:shipth-is/cli",