shipthis 0.1.51 → 0.1.52

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 (102) hide show
  1. package/README.md +1 -1
  2. package/dist/{AppleBundleIdDetails-CYJTV7rc.js → AppleBundleIdDetails-BUJnAu52.js} +4 -4
  3. package/dist/{Command-B1NFHc4L.js → Command-B-MWAVPL.js} +2 -2
  4. package/dist/CommandGame-DPJEVhuw.js +14 -0
  5. package/dist/{Create-DjfczIZY.js → Create-CmEndHAZ.js} +2 -2
  6. package/dist/CredentialDetailsView-B7Y9sj8K.js +131 -0
  7. package/dist/ErrorBox-DS5e6VmF.js +21 -0
  8. package/dist/{GameStatus-CSPAxIN2.js → GameStatus-XFGHRbVP.js} +5 -5
  9. package/dist/{Import-DO1DXHG9.js → Import-ea-wsQt-.js} +3 -3
  10. package/dist/{JobLogTail-BaugM69H.js → JobLogTail-BwFUt8LB.js} +6 -25
  11. package/dist/{JobProgress-CTMiz5ID.js → JobProgress-_cIUK7Ho.js} +6 -6
  12. package/dist/{JobStatusTable-DYnPkAB5.js → JobStatusTable-CyDhk3lr.js} +3 -3
  13. package/dist/{ProjectCredentialsTable-CrOKr18y.js → ProjectCredentialsTable-0DY-GdfY.js} +2 -2
  14. package/dist/TruncatedText-DhEXCrnE.js +25 -0
  15. package/dist/{UserCredentialsTable-dLtPrYxT.js → UserCredentialsTable-CTJMS9Kc.js} +2 -2
  16. package/dist/{baseAppleCommand-Bv0fJvRe.js → baseAppleCommand-9xmssZ7g.js} +1 -1
  17. package/dist/{baseCommand-3KTJp42t.js → baseCommand-CpAJaJoG.js} +289 -228
  18. package/dist/{baseGameAndroidCommand-DhA0oiki.js → baseGameAndroidCommand-HO8as-RL.js} +2 -2
  19. package/dist/{baseGameCommand-Cnpc7kd6.js → baseGameCommand-Cbx4ywHl.js} +32 -17
  20. package/dist/commands/apiKey/create.js +11 -11
  21. package/dist/commands/apiKey/list.js +12 -12
  22. package/dist/commands/apiKey/revoke.js +12 -12
  23. package/dist/commands/apple/apiKey/create.js +7 -7
  24. package/dist/commands/apple/apiKey/delete.js +7 -7
  25. package/dist/commands/apple/apiKey/export.js +5 -5
  26. package/dist/commands/apple/apiKey/import.js +5 -5
  27. package/dist/commands/apple/apiKey/status.js +4 -4
  28. package/dist/commands/apple/certificate/create.js +7 -7
  29. package/dist/commands/apple/certificate/delete.js +7 -7
  30. package/dist/commands/apple/certificate/export.js +5 -5
  31. package/dist/commands/apple/certificate/import.js +5 -5
  32. package/dist/commands/apple/certificate/show.js +78 -0
  33. package/dist/commands/apple/certificate/status.js +4 -4
  34. package/dist/commands/apple/login.js +3 -3
  35. package/dist/commands/apple/status.js +3 -3
  36. package/dist/commands/dashboard.js +3 -3
  37. package/dist/commands/game/android/apiKey/connect.js +9 -8
  38. package/dist/commands/game/android/apiKey/create.js +12 -11
  39. package/dist/commands/game/android/apiKey/delete.js +7 -7
  40. package/dist/commands/game/android/apiKey/export.js +7 -7
  41. package/dist/commands/game/android/apiKey/import.js +7 -7
  42. package/dist/commands/game/android/apiKey/invite.js +7 -7
  43. package/dist/commands/game/android/apiKey/policy.js +3 -3
  44. package/dist/commands/game/android/apiKey/show.js +79 -0
  45. package/dist/commands/game/android/apiKey/status.js +7 -7
  46. package/dist/commands/game/android/keyStore/create.js +9 -8
  47. package/dist/commands/game/android/keyStore/delete.js +7 -7
  48. package/dist/commands/game/android/keyStore/export.js +6 -6
  49. package/dist/commands/game/android/keyStore/import.js +10 -9
  50. package/dist/commands/game/android/keyStore/status.js +6 -6
  51. package/dist/commands/game/android/status.js +5 -5
  52. package/dist/commands/game/build/download.js +3 -3
  53. package/dist/commands/game/build/list.js +6 -5
  54. package/dist/commands/game/create.js +3 -3
  55. package/dist/commands/game/details.js +6 -6
  56. package/dist/commands/game/export.js +3 -3
  57. package/dist/commands/game/ios/app/addTester.js +7 -7
  58. package/dist/commands/game/ios/app/create.js +6 -6
  59. package/dist/commands/game/ios/app/status.js +7 -7
  60. package/dist/commands/game/ios/app/sync.js +5 -5
  61. package/dist/commands/game/ios/profile/create.js +7 -7
  62. package/dist/commands/game/ios/profile/delete.js +7 -7
  63. package/dist/commands/game/ios/profile/export.js +6 -6
  64. package/dist/commands/game/ios/profile/import.js +6 -6
  65. package/dist/commands/game/ios/profile/show.js +78 -0
  66. package/dist/commands/game/ios/profile/status.js +7 -7
  67. package/dist/commands/game/ios/status.js +10 -9
  68. package/dist/commands/game/ios/wizard.js +3 -3
  69. package/dist/commands/game/job/list.js +6 -6
  70. package/dist/commands/game/job/status.js +9 -8
  71. package/dist/commands/game/list.js +12 -12
  72. package/dist/commands/game/ship.js +14 -34
  73. package/dist/commands/game/status.js +6 -5
  74. package/dist/commands/game/wizard.js +26 -18
  75. package/dist/commands/internal/fastlane.js +5 -5
  76. package/dist/commands/internal/readme.js +5 -5
  77. package/dist/commands/login.js +6 -6
  78. package/dist/commands/status.js +5 -5
  79. package/dist/commands/util/android-build-method.js +5 -5
  80. package/dist/commands/util/glass.js +2 -2
  81. package/dist/{export-C2vAQt28.js → export-Blt3BR-u.js} +1 -1
  82. package/dist/{import-CfHiiwmI.js → import-IVcS8WFM.js} +1 -1
  83. package/dist/{index-CiKCvjwK.js → index-B5s20dhm.js} +5 -5
  84. package/dist/{index-BQKXikqh.js → index-By3xdL8c.js} +1 -1
  85. package/dist/{index-BQ7Kd4ZS.js → index-KJtngKaE.js} +4 -4
  86. package/dist/{upload-D3ctOB7X.js → upload-B56rRpZW.js} +1 -1
  87. package/dist/{useAppleApp-BVpVSPu-.js → useAppleApp-BHUjGmw0.js} +1 -1
  88. package/dist/{useAppleBundleId-DmkQ1mJE.js → useAppleBundleId-Cv5maswG.js} +1 -1
  89. package/dist/{useAppleProfiles-B1_ePKyQ.js → useAppleProfiles-kDiUOXiX.js} +1 -1
  90. package/dist/{useGoogleStatus-8VH2hd6q.js → useGoogleStatus-BHd_Wp59.js} +2 -2
  91. package/dist/{useProjectCredentials-C1Cm8a5d.js → useProjectCredentials-ADtDLDmx.js} +19 -2
  92. package/dist/{useWebSocket-C-hXW3J2.js → useWebSocket-DlNe_zDR.js} +1 -1
  93. package/docs/apple/certificate/show.md +23 -0
  94. package/docs/apple/certificate.md +24 -0
  95. package/docs/game/android/apiKey/show.md +26 -0
  96. package/docs/game/android/apiKey.md +27 -0
  97. package/docs/game/ios/profile/show.md +26 -0
  98. package/docs/game/ios/profile.md +27 -0
  99. package/npm-shrinkwrap.json +7 -7
  100. package/oclif.manifest.json +290 -175
  101. package/package.json +5 -2
  102. package/dist/CommandGame-Doh2LsGZ.js +0 -7
@@ -8,22 +8,22 @@ import 'node:path';
8
8
  import 'node:readline';
9
9
  import 'node:url';
10
10
  import 'readline-sync';
11
- import { q as getAuthedHeaders, p as API_URL, a3 as castObjectDates, H as queryClient, R as revokePolicy, Q as enforcePolicy, P as Platform, C as CredentialsType, N as getGoogleStatus, c as getShortDate } from './baseCommand-3KTJp42t.js';
11
+ import { r as getAuthedHeaders, q as API_URL, a6 as castObjectDates, F as queryClient, T as revokePolicy, S as enforcePolicy, P as Platform, C as CredentialsType, Q as getGoogleStatus, d as getShortDate } from './baseCommand-CpAJaJoG.js';
12
12
  import axios from 'axios';
13
13
  import 'isomorphic-git';
14
14
  import '@oclif/core';
15
15
  import { useQuery, useMutation, useQueryClient } from '@tanstack/react-query';
16
16
  import 'luxon';
17
- import { i as cacheKeys, j as GameContext, t as useSafeInput, M as Markdown } from './baseGameCommand-Cnpc7kd6.js';
17
+ import { i as cacheKeys, d as GameContext, s as useSafeInput, M as Markdown } from './baseGameCommand-Cbx4ywHl.js';
18
18
  import 'uuid';
19
19
  import 'fast-glob';
20
20
  import 'stream';
21
21
  import 'yazl';
22
22
  import 'socket.io-client';
23
23
  import 'fullscreen-ink';
24
- import { u as useWebSocket } from './useWebSocket-C-hXW3J2.js';
25
- import { u as useProjectCredentials } from './useProjectCredentials-C1Cm8a5d.js';
26
- import { u as useGoogleStatus } from './useGoogleStatus-8VH2hd6q.js';
24
+ import { u as useWebSocket } from './useWebSocket-DlNe_zDR.js';
25
+ import { u as useProjectCredentials } from './useProjectCredentials-ADtDLDmx.js';
26
+ import { u as useGoogleStatus } from './useGoogleStatus-BHd_Wp59.js';
27
27
  import 'string-length';
28
28
  import 'strip-ansi';
29
29
  import 'open';
@@ -1,5 +1,5 @@
1
1
  import axios from 'axios';
2
- import { p as API_URL, F as castArrayObjectDates, q as getAuthedHeaders } from './baseCommand-3KTJp42t.js';
2
+ import { q as API_URL, E as castArrayObjectDates, r as getAuthedHeaders } from './baseCommand-CpAJaJoG.js';
3
3
  import 'node:fs';
4
4
 
5
5
  async function getUserCredentials(pageSize = 100) {
@@ -12,7 +12,7 @@ import 'readline-sync';
12
12
  import 'luxon';
13
13
  import 'axios';
14
14
  import 'isomorphic-git';
15
- import { a2 as getShortAuthRequiredUrl, a4 as getGoogleAuthUrl, W as WEB_URL } from './baseCommand-3KTJp42t.js';
15
+ import { a4 as getShortAuthRequiredUrl, a7 as getGoogleAuthUrl, W as WEB_URL } from './baseCommand-CpAJaJoG.js';
16
16
  import '@oclif/core';
17
17
  import '@tanstack/react-query';
18
18
  import 'uuid';
@@ -20,10 +20,10 @@ import 'fast-glob';
20
20
  import 'stream';
21
21
  import 'yazl';
22
22
  import 'socket.io-client';
23
- import { u as useWebSocket } from './useWebSocket-C-hXW3J2.js';
24
- import { u as useGoogleStatus } from './useGoogleStatus-8VH2hd6q.js';
23
+ import { u as useWebSocket } from './useWebSocket-DlNe_zDR.js';
24
+ import { u as useGoogleStatus } from './useGoogleStatus-BHd_Wp59.js';
25
25
  import 'fullscreen-ink';
26
- import { j as GameContext, t as useSafeInput, M as Markdown } from './baseGameCommand-Cnpc7kd6.js';
26
+ import { d as GameContext, s as useSafeInput, M as Markdown } from './baseGameCommand-Cbx4ywHl.js';
27
27
  import 'string-length';
28
28
  import 'strip-ansi';
29
29
  import '@inkjs/ui';
@@ -1,5 +1,5 @@
1
1
  import axios from 'axios';
2
- import { p as API_URL, q as getAuthedHeaders } from './baseCommand-3KTJp42t.js';
2
+ import { q as API_URL, r as getAuthedHeaders } from './baseCommand-CpAJaJoG.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-3KTJp42t.js';
2
+ import { h as App } from './baseCommand-CpAJaJoG.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, r as getGodotProjectCapabilities, P as Platform, G as GODOT_CAPABILITIES, t as CapabilityType } from './baseCommand-3KTJp42t.js';
2
+ import { f as BundleId, t as getGodotProjectCapabilities, P as Platform, G as GODOT_CAPABILITIES, u as CapabilityType } from './baseCommand-CpAJaJoG.js';
3
3
 
4
4
  async function getBundleIdCapabilities(bundleId) {
5
5
  const current = await bundleId.getBundleIdCapabilitiesAsync();
@@ -1,6 +1,6 @@
1
1
  import { useQuery } from '@tanstack/react-query';
2
2
  import { DateTime } from 'luxon';
3
- import { c as getShortDate, n as Profile, o as ProfileType } from './baseCommand-3KTJp42t.js';
3
+ import { d as getShortDate, o as Profile, p as ProfileType } from './baseCommand-CpAJaJoG.js';
4
4
  import 'node:crypto';
5
5
  import 'node:fs';
6
6
  import 'node:path';
@@ -1,6 +1,6 @@
1
1
  import { useQuery } from '@tanstack/react-query';
2
- import { N as getGoogleStatus } from './baseCommand-3KTJp42t.js';
3
- import { i as cacheKeys } from './baseGameCommand-Cnpc7kd6.js';
2
+ import { Q as getGoogleStatus } from './baseCommand-CpAJaJoG.js';
3
+ import { i as cacheKeys } from './baseGameCommand-Cbx4ywHl.js';
4
4
 
5
5
  const useGoogleStatus = () => useQuery({
6
6
  queryFn: getGoogleStatus,
@@ -1,7 +1,24 @@
1
1
  import { useQuery } from '@tanstack/react-query';
2
2
  import axios from 'axios';
3
- import { q as getAuthedHeaders, p as API_URL, F as castArrayObjectDates, c as getShortDate } from './baseCommand-3KTJp42t.js';
4
- import { i as cacheKeys, g as getShortUUID } from './baseGameCommand-Cnpc7kd6.js';
3
+ import { r as getAuthedHeaders, q as API_URL, E as castArrayObjectDates, g as getShortUUID, d as getShortDate } from './baseCommand-CpAJaJoG.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 'isomorphic-git';
11
+ import '@oclif/core';
12
+ import 'react';
13
+ import 'luxon';
14
+ import { i as cacheKeys } from './baseGameCommand-Cbx4ywHl.js';
15
+ import 'uuid';
16
+ import 'fast-glob';
17
+ import 'stream';
18
+ import 'yazl';
19
+ import 'socket.io-client';
20
+ import 'fullscreen-ink';
21
+ import 'ink';
5
22
 
6
23
  async function queryProjectCredentials({
7
24
  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-3KTJp42t.js';
3
+ import { I as WS_URL, K as getAuthToken } from './baseCommand-CpAJaJoG.js';
4
4
 
5
5
  function useWebSocket(listeners = []) {
6
6
  const log = () => {
@@ -0,0 +1,23 @@
1
+ # Command: `apple certificate show`
2
+
3
+ ## Description
4
+
5
+ Shows expanded details (expiry) for an iOS Distribution Certificate in your ShipThis account.
6
+
7
+ ## Help Output
8
+
9
+ ```help
10
+ USAGE
11
+ $ shipthis apple certificate show [ID]
12
+
13
+ ARGUMENTS
14
+ [ID] Credential ID (full or short prefix). Defaults to the active credential.
15
+
16
+ DESCRIPTION
17
+ Shows expanded details (expiry) for an iOS Distribution Certificate in your ShipThis account.
18
+
19
+ EXAMPLES
20
+ $ shipthis apple certificate show
21
+
22
+ $ shipthis apple certificate show 6ff5a864
23
+ ```
@@ -133,6 +133,30 @@ EXAMPLES
133
133
  $ shipthis apple certificate import userCert.zip
134
134
  ```
135
135
 
136
+ ### `apple certificate show`
137
+
138
+ #### Description
139
+
140
+ Shows expanded details (expiry) for an iOS Distribution Certificate in your ShipThis account.
141
+
142
+ #### Help Output
143
+
144
+ ```help
145
+ USAGE
146
+ $ shipthis apple certificate show [ID]
147
+
148
+ ARGUMENTS
149
+ [ID] Credential ID (full or short prefix). Defaults to the active credential.
150
+
151
+ DESCRIPTION
152
+ Shows expanded details (expiry) for an iOS Distribution Certificate in your ShipThis account.
153
+
154
+ EXAMPLES
155
+ $ shipthis apple certificate show
156
+
157
+ $ shipthis apple certificate show 6ff5a864
158
+ ```
159
+
136
160
  ### `apple certificate status`
137
161
 
138
162
  #### Description
@@ -0,0 +1,26 @@
1
+ # Command: `game android apiKey show`
2
+
3
+ ## Description
4
+
5
+ Shows expanded details (service account email) for the Android Service Account API Key in your ShipThis account.
6
+
7
+ ## Help Output
8
+
9
+ ```help
10
+ USAGE
11
+ $ shipthis game android apiKey show [ID] [-g <value>]
12
+
13
+ ARGUMENTS
14
+ [ID] Credential ID (full or short prefix). Defaults to the active key.
15
+
16
+ FLAGS
17
+ -g, --gameId=<value> The ID of the game
18
+
19
+ DESCRIPTION
20
+ Shows expanded details (service account email) for the Android Service Account API Key in your ShipThis account.
21
+
22
+ EXAMPLES
23
+ $ shipthis game android apiKey show
24
+
25
+ $ shipthis game android apiKey show d69f28c5
26
+ ```
@@ -166,6 +166,33 @@ EXAMPLES
166
166
  $ shipthis game android apiKey invite
167
167
  ```
168
168
 
169
+ ### `game android apiKey show`
170
+
171
+ #### Description
172
+
173
+ Shows expanded details (service account email) for the Android Service Account API Key in your ShipThis account.
174
+
175
+ #### Help Output
176
+
177
+ ```help
178
+ USAGE
179
+ $ shipthis game android apiKey show [ID] [-g <value>]
180
+
181
+ ARGUMENTS
182
+ [ID] Credential ID (full or short prefix). Defaults to the active key.
183
+
184
+ FLAGS
185
+ -g, --gameId=<value> The ID of the game
186
+
187
+ DESCRIPTION
188
+ Shows expanded details (service account email) for the Android Service Account API Key in your ShipThis account.
189
+
190
+ EXAMPLES
191
+ $ shipthis game android apiKey show
192
+
193
+ $ shipthis game android apiKey show d69f28c5
194
+ ```
195
+
169
196
  ### `game android apiKey status`
170
197
 
171
198
  #### Description
@@ -0,0 +1,26 @@
1
+ # Command: `game ios profile show`
2
+
3
+ ## Description
4
+
5
+ Shows expanded details (expiry, entitlements) for the iOS Mobile Provisioning Profile in your ShipThis account.
6
+
7
+ ## Help Output
8
+
9
+ ```help
10
+ USAGE
11
+ $ shipthis game ios profile show [ID] [-g <value>]
12
+
13
+ ARGUMENTS
14
+ [ID] Credential ID (full or short prefix). Defaults to the active profile.
15
+
16
+ FLAGS
17
+ -g, --gameId=<value> The ID of the game
18
+
19
+ DESCRIPTION
20
+ Shows expanded details (expiry, entitlements) for the iOS Mobile Provisioning Profile in your ShipThis account.
21
+
22
+ EXAMPLES
23
+ $ shipthis game ios profile show
24
+
25
+ $ shipthis game ios profile show 6ff5a864
26
+ ```
@@ -135,6 +135,33 @@ EXAMPLES
135
135
  $ shipthis game ios profile import profile.zip
136
136
  ```
137
137
 
138
+ ### `game ios profile show`
139
+
140
+ #### Description
141
+
142
+ Shows expanded details (expiry, entitlements) for the iOS Mobile Provisioning Profile in your ShipThis account.
143
+
144
+ #### Help Output
145
+
146
+ ```help
147
+ USAGE
148
+ $ shipthis game ios profile show [ID] [-g <value>]
149
+
150
+ ARGUMENTS
151
+ [ID] Credential ID (full or short prefix). Defaults to the active profile.
152
+
153
+ FLAGS
154
+ -g, --gameId=<value> The ID of the game
155
+
156
+ DESCRIPTION
157
+ Shows expanded details (expiry, entitlements) for the iOS Mobile Provisioning Profile in your ShipThis account.
158
+
159
+ EXAMPLES
160
+ $ shipthis game ios profile show
161
+
162
+ $ shipthis game ios profile show 6ff5a864
163
+ ```
164
+
138
165
  ### `game ios profile status`
139
166
 
140
167
  #### Description
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "shipthis",
3
- "version": "0.1.51",
3
+ "version": "0.1.52",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "shipthis",
9
- "version": "0.1.51",
9
+ "version": "0.1.52",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@expo/apple-utils": "^2.1.21",
@@ -20,7 +20,7 @@
20
20
  "@tanstack/react-query": "^5.56.2",
21
21
  "@types/marked-terminal": "^6.1.1",
22
22
  "@types/uuid": "^10.0.0",
23
- "axios": "^1.7.7",
23
+ "axios": "^1.16.0",
24
24
  "chalk": "^5.4.1",
25
25
  "fast-glob": "^3.3.2",
26
26
  "fs-extra": "^11.2.0",
@@ -5118,12 +5118,12 @@
5118
5118
  }
5119
5119
  },
5120
5120
  "node_modules/axios": {
5121
- "version": "1.15.0",
5122
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
5123
- "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
5121
+ "version": "1.16.0",
5122
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz",
5123
+ "integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==",
5124
5124
  "license": "MIT",
5125
5125
  "dependencies": {
5126
- "follow-redirects": "^1.15.11",
5126
+ "follow-redirects": "^1.16.0",
5127
5127
  "form-data": "^4.0.5",
5128
5128
  "proxy-from-env": "^2.1.0"
5129
5129
  }