shipthis 0.1.51 → 0.1.53

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 +1 -1
  2. package/dist/{AppleBundleIdDetails-CYJTV7rc.js → AppleBundleIdDetails-CJuXU0MW.js} +4 -4
  3. package/dist/{Command-B1NFHc4L.js → Command-U8TqM6Zs.js} +2 -2
  4. package/dist/CommandGame-hqY43vRo.js +14 -0
  5. package/dist/{Create-DjfczIZY.js → Create-C--pV63B.js} +2 -2
  6. package/dist/CredentialDetailsView-DUpRMBiJ.js +131 -0
  7. package/dist/ErrorBox-DLRncz8K.js +21 -0
  8. package/dist/{GameStatus-CSPAxIN2.js → GameStatus-DRheSF2O.js} +5 -5
  9. package/dist/{Import-DO1DXHG9.js → Import-CTgEEj_f.js} +3 -3
  10. package/dist/{JobLogTail-BaugM69H.js → JobLogTail-7oEEQxIO.js} +6 -25
  11. package/dist/{JobProgress-CTMiz5ID.js → JobProgress-DwvTh5rS.js} +6 -6
  12. package/dist/{JobStatusTable-DYnPkAB5.js → JobStatusTable-DBM_PBPQ.js} +3 -3
  13. package/dist/{ProjectCredentialsTable-CrOKr18y.js → ProjectCredentialsTable-BamSpb5B.js} +2 -2
  14. package/dist/TruncatedText-DhEXCrnE.js +25 -0
  15. package/dist/{UserCredentialsTable-dLtPrYxT.js → UserCredentialsTable-N_fIOf8N.js} +2 -2
  16. package/dist/{baseAppleCommand-Bv0fJvRe.js → baseAppleCommand-oekzwny6.js} +1 -1
  17. package/dist/{baseCommand-3KTJp42t.js → baseCommand-ByzFMr-B.js} +299 -228
  18. package/dist/{baseGameAndroidCommand-DhA0oiki.js → baseGameAndroidCommand-GvH1QAja.js} +2 -2
  19. package/dist/{baseGameCommand-Cnpc7kd6.js → baseGameCommand-D8Z3SaiJ.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/logs.js +82 -0
  71. package/dist/commands/game/job/status.js +9 -8
  72. package/dist/commands/game/list.js +12 -12
  73. package/dist/commands/game/ship.js +14 -34
  74. package/dist/commands/game/status.js +6 -5
  75. package/dist/commands/game/wizard.js +42 -31
  76. package/dist/commands/internal/fastlane.js +5 -5
  77. package/dist/commands/internal/readme.js +5 -5
  78. package/dist/commands/login.js +6 -6
  79. package/dist/commands/status.js +5 -5
  80. package/dist/commands/util/android-build-method.js +5 -5
  81. package/dist/commands/util/glass.js +2 -2
  82. package/dist/{export-C2vAQt28.js → export-DQ2Qh09K.js} +1 -1
  83. package/dist/{import-CfHiiwmI.js → import-sVng7ksa.js} +1 -1
  84. package/dist/{index-BQ7Kd4ZS.js → index-DwEIHNF1.js} +4 -4
  85. package/dist/{index-CiKCvjwK.js → index-Dz17cbww.js} +5 -5
  86. package/dist/{index-BQKXikqh.js → index-N3S598Wc.js} +1 -1
  87. package/dist/{upload-D3ctOB7X.js → upload-DoiCgi3a.js} +1 -1
  88. package/dist/{useAppleApp-BVpVSPu-.js → useAppleApp-J4dx2Wyz.js} +1 -1
  89. package/dist/{useAppleBundleId-DmkQ1mJE.js → useAppleBundleId-DUdnv1T0.js} +1 -1
  90. package/dist/{useAppleProfiles-B1_ePKyQ.js → useAppleProfiles-DDdAtArV.js} +1 -1
  91. package/dist/{useGoogleStatus-8VH2hd6q.js → useGoogleStatus-DciPkOMu.js} +2 -2
  92. package/dist/{useProjectCredentials-C1Cm8a5d.js → useProjectCredentials-B4cjpmpB.js} +19 -2
  93. package/dist/{useWebSocket-C-hXW3J2.js → useWebSocket-B1hQm8Ak.js} +1 -1
  94. package/docs/apple/certificate/show.md +23 -0
  95. package/docs/apple/certificate.md +24 -0
  96. package/docs/game/android/apiKey/show.md +26 -0
  97. package/docs/game/android/apiKey.md +27 -0
  98. package/docs/game/ios/profile/show.md +26 -0
  99. package/docs/game/ios/profile.md +27 -0
  100. package/docs/game/job/logs.md +30 -0
  101. package/docs/game/job.md +31 -0
  102. package/npm-shrinkwrap.json +68 -51
  103. package/oclif.manifest.json +159 -1
  104. package/package.json +6 -2
  105. package/dist/CommandGame-Doh2LsGZ.js +0 -7
@@ -3,9 +3,8 @@ import chalk from 'chalk';
3
3
  import { render } from 'ink';
4
4
  import 'node:fs';
5
5
  import 'axios';
6
- import { B as BaseCommand, k as isCWDGodotGame } from '../baseCommand-3KTJp42t.js';
6
+ import { B as BaseCommand, l as isCWDGodotGame } from '../baseCommand-ByzFMr-B.js';
7
7
  import 'luxon';
8
- import 'ink-spinner';
9
8
  import 'node:crypto';
10
9
  import 'node:path';
11
10
  import 'node:readline';
@@ -21,20 +20,21 @@ import 'stream';
21
20
  import 'yazl';
22
21
  import 'socket.io-client';
23
22
  import 'fullscreen-ink';
23
+ import 'ink-spinner';
24
24
  import 'string-length';
25
25
  import 'strip-ansi';
26
26
  import { S as StatusTable } from '../StatusTable-DzRWcMr4.js';
27
27
  import 'open';
28
28
  import '@inkjs/ui';
29
- import '../baseGameCommand-Cnpc7kd6.js';
29
+ import '../baseGameCommand-D8Z3SaiJ.js';
30
30
  import 'marked';
31
31
  import 'marked-terminal';
32
32
  import { N as NextSteps } from '../NextSteps-DbJHmscQ.js';
33
33
  import 'qrcode';
34
34
  import 'godot-export-presets';
35
- import { C as Command } from '../Command-B1NFHc4L.js';
36
- import '@expo/apple-utils/build/index.js';
35
+ import { C as Command } from '../Command-U8TqM6Zs.js';
37
36
  import 'isomorphic-git';
37
+ import '@expo/apple-utils/build/index.js';
38
38
  import '../Title-BCQtayg6.js';
39
39
  import 'fs';
40
40
  import 'path';
@@ -1,11 +1,8 @@
1
1
  import { Flags } from '@oclif/core';
2
2
  import 'node:fs';
3
3
  import 'axios';
4
- import { B as BaseCommand, i as isGradleBuildEnabled, s as setGradleBuildEnabled } from '../../baseCommand-3KTJp42t.js';
4
+ import { B as BaseCommand, i as isGradleBuildEnabled, s as setGradleBuildEnabled } from '../../baseCommand-ByzFMr-B.js';
5
5
  import 'luxon';
6
- import 'react/jsx-runtime';
7
- import 'ink';
8
- import 'ink-spinner';
9
6
  import 'node:crypto';
10
7
  import 'node:path';
11
8
  import 'node:readline';
@@ -20,11 +17,14 @@ import 'stream';
20
17
  import 'yazl';
21
18
  import 'socket.io-client';
22
19
  import 'fullscreen-ink';
20
+ import 'ink';
21
+ import 'react/jsx-runtime';
22
+ import 'ink-spinner';
23
23
  import 'string-length';
24
24
  import 'strip-ansi';
25
25
  import 'open';
26
26
  import '@inkjs/ui';
27
- import '../../baseGameCommand-Cnpc7kd6.js';
27
+ import '../../baseGameCommand-D8Z3SaiJ.js';
28
28
  import 'marked';
29
29
  import 'marked-terminal';
30
30
  import 'qrcode';
@@ -2,17 +2,17 @@ import * as fs from 'node:fs';
2
2
  import * as path from 'node:path';
3
3
  import { Flags, Args } from '@oclif/core';
4
4
  import xcode from 'xcode';
5
- import { B as BaseCommand } from '../../baseCommand-3KTJp42t.js';
5
+ import { B as BaseCommand } from '../../baseCommand-ByzFMr-B.js';
6
6
  import 'chalk';
7
7
  import 'axios';
8
8
  import 'luxon';
9
- import '@expo/apple-utils/build/index.js';
10
9
  import 'node:crypto';
11
10
  import 'node:readline';
12
11
  import 'node:url';
13
12
  import 'readline-sync';
14
13
  import 'isomorphic-git';
15
14
  import 'godot-export-presets';
15
+ import '@expo/apple-utils/build/index.js';
16
16
  import '@tanstack/react-query';
17
17
  import 'react';
18
18
  import 'uuid';
@@ -1,6 +1,6 @@
1
1
  import * as fs from 'node:fs';
2
2
  import axios from 'axios';
3
- import { p as API_URL, q as getAuthedHeaders } from './baseCommand-3KTJp42t.js';
3
+ import { q as API_URL, r as getAuthedHeaders } from './baseCommand-ByzFMr-B.js';
4
4
 
5
5
  async function exportCredential({ credentialId, projectId, zipPath }) {
6
6
  const headers = getAuthedHeaders();
@@ -1,6 +1,6 @@
1
1
  import { promises } from 'node:fs';
2
2
  import axios from 'axios';
3
- import { p as API_URL, q as getAuthedHeaders } from './baseCommand-3KTJp42t.js';
3
+ import { q as API_URL, r as getAuthedHeaders } from './baseCommand-ByzFMr-B.js';
4
4
 
5
5
  async function getNewImportTicket(projectId) {
6
6
  const url = projectId ? `${API_URL}/projects/${projectId}/credentials/import/url` : `${API_URL}/credentials/import/url`;
@@ -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 { a5 as getShortAuthRequiredUrl, a8 as getGoogleAuthUrl, W as WEB_URL } from './baseCommand-ByzFMr-B.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-B1hQm8Ak.js';
24
+ import { u as useGoogleStatus } from './useGoogleStatus-DciPkOMu.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-D8Z3SaiJ.js';
27
27
  import 'string-length';
28
28
  import 'strip-ansi';
29
29
  import '@inkjs/ui';
@@ -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, a7 as castObjectDates, F as queryClient, V as revokePolicy, T as enforcePolicy, P as Platform, C as CredentialsType, R as getGoogleStatus, d as getShortDate } from './baseCommand-ByzFMr-B.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-D8Z3SaiJ.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-B1hQm8Ak.js';
25
+ import { u as useProjectCredentials } from './useProjectCredentials-B4cjpmpB.js';
26
+ import { u as useGoogleStatus } from './useGoogleStatus-DciPkOMu.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-ByzFMr-B.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 { p as API_URL, q as getAuthedHeaders } from './baseCommand-3KTJp42t.js';
2
+ import { q as API_URL, r as getAuthedHeaders } from './baseCommand-ByzFMr-B.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-ByzFMr-B.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-ByzFMr-B.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-ByzFMr-B.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 { R as getGoogleStatus } from './baseCommand-ByzFMr-B.js';
3
+ import { i as cacheKeys } from './baseGameCommand-D8Z3SaiJ.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-ByzFMr-B.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-D8Z3SaiJ.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-ByzFMr-B.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
@@ -0,0 +1,30 @@
1
+ # Command: `game job logs`
2
+
3
+ ## Description
4
+
5
+ Downloads the full plain-text logs for a job and writes them to stdout.
6
+
7
+ ## Help Output
8
+
9
+ ```help
10
+ USAGE
11
+ $ shipthis game job logs JOB_ID [-g <value>]
12
+
13
+ ARGUMENTS
14
+ JOB_ID The id of the job to get the logs for
15
+
16
+ FLAGS
17
+ -g, --gameId=<value> The ID of the game
18
+
19
+ DESCRIPTION
20
+ Downloads the full plain-text logs for a job and writes them to stdout.
21
+
22
+ EXAMPLES
23
+ $ shipthis game job logs 4d32239e
24
+
25
+ $ shipthis game job logs 4d32239e > job.log
26
+
27
+ $ shipthis game job logs 4d32239e | grep -i error
28
+
29
+ $ shipthis game job logs --gameId 0c179fc4 4d32239e | less
30
+ ```
package/docs/game/job.md CHANGED
@@ -48,6 +48,37 @@ EXAMPLES
48
48
  $ shipthis game job list --gameId 0c179fc4
49
49
  ```
50
50
 
51
+ ### `game job logs`
52
+
53
+ #### Description
54
+
55
+ Downloads the full plain-text logs for a job and writes them to stdout.
56
+
57
+ #### Help Output
58
+
59
+ ```help
60
+ USAGE
61
+ $ shipthis game job logs JOB_ID [-g <value>]
62
+
63
+ ARGUMENTS
64
+ JOB_ID The id of the job to get the logs for
65
+
66
+ FLAGS
67
+ -g, --gameId=<value> The ID of the game
68
+
69
+ DESCRIPTION
70
+ Downloads the full plain-text logs for a job and writes them to stdout.
71
+
72
+ EXAMPLES
73
+ $ shipthis game job logs 4d32239e
74
+
75
+ $ shipthis game job logs 4d32239e > job.log
76
+
77
+ $ shipthis game job logs 4d32239e | grep -i error
78
+
79
+ $ shipthis game job logs --gameId 0c179fc4 4d32239e | less
80
+ ```
81
+
51
82
  ### `game job status`
52
83
 
53
84
  #### Description