shipthis 0.1.4 → 0.1.6

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 (132) hide show
  1. package/dist/AppleBundleIdDetails-Df30MPFC.js +73 -0
  2. package/dist/Command-DxmQn3XT.js +204 -0
  3. package/dist/CommandGame-DspVLTPZ.js +8 -0
  4. package/dist/CreateKeystore-D8uTRamD.js +56 -0
  5. package/dist/JobProgress-Dk0UoNah.js +108 -0
  6. package/dist/JobStatusTable-q4atKzhu.js +75 -0
  7. package/dist/ProgressSpinner-6pw1T8Iw.js +16 -0
  8. package/dist/ProjectCredentialsTable-BIWBAXCh.js +37 -0
  9. package/dist/UserCredentialsTable-CeJS3_hd.js +82 -0
  10. package/dist/baseAppleCommand-D-G4h8zQ.js +10 -0
  11. package/dist/baseGameAndroidCommand-DD0H8iy-.js +43 -0
  12. package/dist/commands/apple/apiKey/create.js +7 -7
  13. package/dist/commands/apple/apiKey/export.js +6 -6
  14. package/dist/commands/apple/apiKey/import.js +6 -6
  15. package/dist/commands/apple/apiKey/status.js +6 -6
  16. package/dist/commands/apple/certificate/create.js +7 -7
  17. package/dist/commands/apple/certificate/export.js +6 -6
  18. package/dist/commands/apple/certificate/import.js +6 -6
  19. package/dist/commands/apple/certificate/status.js +6 -6
  20. package/dist/commands/apple/login.js +2 -2
  21. package/dist/commands/apple/status.js +4 -4
  22. package/dist/commands/dashboard.js +1 -1
  23. package/dist/commands/game/android/apiKey/connect.js +8 -8
  24. package/dist/commands/game/android/apiKey/create.js +11 -10
  25. package/dist/commands/game/android/apiKey/export.js +7 -7
  26. package/dist/commands/game/android/apiKey/import.js +7 -7
  27. package/dist/commands/game/android/apiKey/invite.js +4 -4
  28. package/dist/commands/game/android/apiKey/status.js +7 -7
  29. package/dist/commands/game/android/keyStore/create.js +8 -8
  30. package/dist/commands/game/android/keyStore/export.js +6 -6
  31. package/dist/commands/game/android/keyStore/import.js +6 -6
  32. package/dist/commands/game/android/keyStore/status.js +6 -6
  33. package/dist/commands/game/android/status.js +4 -4
  34. package/dist/commands/game/android/wizard.js +18 -81
  35. package/dist/commands/game/build/download.js +4 -4
  36. package/dist/commands/game/build/list.js +5 -5
  37. package/dist/commands/game/create.js +2 -2
  38. package/dist/commands/game/details.js +4 -4
  39. package/dist/commands/game/export.js +1 -1
  40. package/dist/commands/game/ios/app/addTester.js +5 -5
  41. package/dist/commands/game/ios/app/create.js +4 -4
  42. package/dist/commands/game/ios/app/status.js +7 -7
  43. package/dist/commands/game/ios/app/sync.js +5 -5
  44. package/dist/commands/game/ios/profile/create.js +7 -7
  45. package/dist/commands/game/ios/profile/export.js +6 -6
  46. package/dist/commands/game/ios/profile/import.js +6 -6
  47. package/dist/commands/game/ios/profile/status.js +7 -7
  48. package/dist/commands/game/ios/status.js +7 -7
  49. package/dist/commands/game/ios/wizard.js +2 -2
  50. package/dist/commands/game/job/list.js +4 -4
  51. package/dist/commands/game/job/status.js +10 -59
  52. package/dist/commands/game/list.js +4 -4
  53. package/dist/commands/game/ship.js +73 -50
  54. package/dist/commands/game/status.js +4 -4
  55. package/dist/commands/game/wizard.js +1 -1
  56. package/dist/commands/internal/fastlane.js +1 -1
  57. package/dist/commands/internal/readme.js +3 -3
  58. package/dist/commands/login.js +2 -2
  59. package/dist/commands/status.js +4 -4
  60. package/dist/export-BDxGDZdh.js +36 -0
  61. package/dist/import-BrlJuE2Z.js +38 -0
  62. package/dist/index-BDFKyTPb.js +24 -0
  63. package/dist/index-BL-1G60K.js +135 -0
  64. package/dist/index-DBrQda8r.js +122 -0
  65. package/dist/index-DdABTtYO.js +693 -0
  66. package/dist/index-wyPoxiTc.js +136 -0
  67. package/dist/upload-LXRr4pMa.js +60 -0
  68. package/dist/useAndroidServiceAccountTestResult-InDf5WSl.js +52 -0
  69. package/dist/useAppleApp-DgE0wEaq.js +32 -0
  70. package/dist/useAppleBundleId-DtLODy3p.js +64 -0
  71. package/dist/useJobWatching-P5oC7mNB.js +45 -0
  72. package/dist/useProjectCredentials-BRffcsO3.js +54 -0
  73. package/dist/useWebSocket-D8PojLtx.js +36 -0
  74. package/docs/apple/apiKey/create.md +1 -1
  75. package/docs/apple/apiKey/export.md +1 -1
  76. package/docs/apple/apiKey/import.md +1 -1
  77. package/docs/apple/apiKey/status.md +1 -1
  78. package/docs/apple/apiKey.md +4 -4
  79. package/docs/apple/certificate/create.md +1 -1
  80. package/docs/apple/certificate/export.md +1 -1
  81. package/docs/apple/certificate/import.md +1 -1
  82. package/docs/apple/certificate/status.md +1 -1
  83. package/docs/apple/certificate.md +4 -4
  84. package/docs/apple/login.md +1 -1
  85. package/docs/apple/status.md +2 -1
  86. package/docs/dashboard.md +1 -1
  87. package/docs/game/android/apiKey/connect.md +1 -1
  88. package/docs/game/android/apiKey/create.md +1 -1
  89. package/docs/game/android/apiKey/export.md +1 -1
  90. package/docs/game/android/apiKey/import.md +1 -1
  91. package/docs/game/android/apiKey/invite.md +1 -1
  92. package/docs/game/android/apiKey/status.md +1 -1
  93. package/docs/game/android/apiKey.md +6 -6
  94. package/docs/game/android/keyStore/create.md +1 -1
  95. package/docs/game/android/keyStore/export.md +1 -1
  96. package/docs/game/android/keyStore/import.md +1 -1
  97. package/docs/game/android/keyStore/status.md +1 -1
  98. package/docs/game/android/keyStore.md +4 -4
  99. package/docs/game/android/status.md +1 -1
  100. package/docs/game/android/wizard.md +1 -1
  101. package/docs/game/android.md +12 -12
  102. package/docs/game/build/download.md +1 -1
  103. package/docs/game/build/list.md +1 -1
  104. package/docs/game/build.md +2 -2
  105. package/docs/game/create.md +1 -1
  106. package/docs/game/details.md +1 -1
  107. package/docs/game/export.md +1 -1
  108. package/docs/game/ios/app/addTester.md +1 -1
  109. package/docs/game/ios/app/create.md +1 -1
  110. package/docs/game/ios/app/status.md +1 -1
  111. package/docs/game/ios/app/sync.md +1 -1
  112. package/docs/game/ios/app.md +3 -3
  113. package/docs/game/ios/profile/create.md +1 -1
  114. package/docs/game/ios/profile/export.md +1 -1
  115. package/docs/game/ios/profile/import.md +1 -1
  116. package/docs/game/ios/profile/status.md +1 -1
  117. package/docs/game/ios/profile.md +4 -4
  118. package/docs/game/ios/status.md +1 -1
  119. package/docs/game/ios/wizard.md +1 -1
  120. package/docs/game/job/list.md +1 -1
  121. package/docs/game/job/status.md +1 -1
  122. package/docs/game/job.md +2 -2
  123. package/docs/game/list.md +1 -1
  124. package/docs/game/ship.md +1 -1
  125. package/docs/game/status.md +1 -1
  126. package/docs/game/wizard.md +1 -1
  127. package/docs/help.md +1 -1
  128. package/docs/login.md +1 -1
  129. package/docs/status.md +1 -1
  130. package/npm-shrinkwrap.json +2 -2
  131. package/oclif.manifest.json +122 -122
  132. package/package.json +1 -1
@@ -6,7 +6,7 @@ Saves the current Android Service Account API Key to a ZIP file
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game android apiKey export FILE [-g <value>] [-f]
12
12
 
@@ -6,7 +6,7 @@ Imports an Android Service Account API Key to your ShipThis account for the spec
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game android apiKey import FILE [-g <value>] [-f]
12
12
 
@@ -6,7 +6,7 @@ Invites the Service Account to your Google Play Account.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game android apiKey invite [ACCOUNTID] [-g <value>] [-p] [-p] [-w]
12
12
 
@@ -6,7 +6,7 @@ Displays the status of the Android Service Account API Key for a specific game.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game android apiKey status [-g <value>]
12
12
 
@@ -14,7 +14,7 @@ Connects ShipThis with Google for managing Service Account API Keys for an Andro
14
14
 
15
15
  #### Help Output
16
16
 
17
- ```
17
+ ```help
18
18
  USAGE
19
19
  $ shipthis game android apiKey connect [-g <value>] [-f] [-d]
20
20
 
@@ -42,7 +42,7 @@ Creates a new Android Service Account API Key for a game
42
42
 
43
43
  #### Help Output
44
44
 
45
- ```
45
+ ```help
46
46
  USAGE
47
47
  $ shipthis game android apiKey create [-g <value>] [-w] [-f]
48
48
 
@@ -68,7 +68,7 @@ Saves the current Android Service Account API Key to a ZIP file
68
68
 
69
69
  #### Help Output
70
70
 
71
- ```
71
+ ```help
72
72
  USAGE
73
73
  $ shipthis game android apiKey export FILE [-g <value>] [-f]
74
74
 
@@ -94,7 +94,7 @@ Imports an Android Service Account API Key to your ShipThis account for the spec
94
94
 
95
95
  #### Help Output
96
96
 
97
- ```
97
+ ```help
98
98
  USAGE
99
99
  $ shipthis game android apiKey import FILE [-g <value>] [-f]
100
100
 
@@ -120,7 +120,7 @@ Invites the Service Account to your Google Play Account.
120
120
 
121
121
  #### Help Output
122
122
 
123
- ```
123
+ ```help
124
124
  USAGE
125
125
  $ shipthis game android apiKey invite [ACCOUNTID] [-g <value>] [-p] [-p] [-w]
126
126
 
@@ -148,7 +148,7 @@ Displays the status of the Android Service Account API Key for a specific game.
148
148
 
149
149
  #### Help Output
150
150
 
151
- ```
151
+ ```help
152
152
  USAGE
153
153
  $ shipthis game android apiKey status [-g <value>]
154
154
 
@@ -6,7 +6,7 @@ Creates a new Android Keystore for a game
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game android keyStore create [-g <value>] [-f]
12
12
 
@@ -6,7 +6,7 @@ Saves the current Android Keystore to a ZIP file
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game android keyStore export FILE [-g <value>] [-f]
12
12
 
@@ -6,7 +6,7 @@ Imports an Android Keystore to your ShipThis account for the specified game.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game android keyStore import FILE [-g <value>] [-f]
12
12
 
@@ -6,7 +6,7 @@ Displays the status of the Android Keystore for a specific game.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game android keyStore status [-g <value>]
12
12
 
@@ -14,7 +14,7 @@ Creates a new Android Keystore for a game
14
14
 
15
15
  #### Help Output
16
16
 
17
- ```
17
+ ```help
18
18
  USAGE
19
19
  $ shipthis game android keyStore create [-g <value>] [-f]
20
20
 
@@ -39,7 +39,7 @@ Saves the current Android Keystore to a ZIP file
39
39
 
40
40
  #### Help Output
41
41
 
42
- ```
42
+ ```help
43
43
  USAGE
44
44
  $ shipthis game android keyStore export FILE [-g <value>] [-f]
45
45
 
@@ -65,7 +65,7 @@ Imports an Android Keystore to your ShipThis account for the specified game.
65
65
 
66
66
  #### Help Output
67
67
 
68
- ```
68
+ ```help
69
69
  USAGE
70
70
  $ shipthis game android keyStore import FILE [-g <value>] [-f]
71
71
 
@@ -91,7 +91,7 @@ Displays the status of the Android Keystore for a specific game.
91
91
 
92
92
  #### Help Output
93
93
 
94
- ```
94
+ ```help
95
95
  USAGE
96
96
  $ shipthis game android keyStore status [-g <value>]
97
97
 
@@ -6,7 +6,7 @@ Shows the status of the setup for the Android platform for a specific game.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game android status [-g <value>]
12
12
 
@@ -6,7 +6,7 @@ Prototype Android Wizard
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game android wizard [-n <value>] [-b <value>] [-s <value>] [-e <value>] [-v <value>] [-i <value>] [-a
12
12
  <value>]
@@ -21,7 +21,7 @@ Connects ShipThis with Google for managing Service Account API Keys for an Andro
21
21
 
22
22
  #### Help Output
23
23
 
24
- ```
24
+ ```help
25
25
  USAGE
26
26
  $ shipthis game android apiKey connect [-g <value>] [-f] [-d]
27
27
 
@@ -49,7 +49,7 @@ Creates a new Android Service Account API Key for a game
49
49
 
50
50
  #### Help Output
51
51
 
52
- ```
52
+ ```help
53
53
  USAGE
54
54
  $ shipthis game android apiKey create [-g <value>] [-w] [-f]
55
55
 
@@ -75,7 +75,7 @@ Saves the current Android Service Account API Key to a ZIP file
75
75
 
76
76
  #### Help Output
77
77
 
78
- ```
78
+ ```help
79
79
  USAGE
80
80
  $ shipthis game android apiKey export FILE [-g <value>] [-f]
81
81
 
@@ -101,7 +101,7 @@ Imports an Android Service Account API Key to your ShipThis account for the spec
101
101
 
102
102
  #### Help Output
103
103
 
104
- ```
104
+ ```help
105
105
  USAGE
106
106
  $ shipthis game android apiKey import FILE [-g <value>] [-f]
107
107
 
@@ -127,7 +127,7 @@ Invites the Service Account to your Google Play Account.
127
127
 
128
128
  #### Help Output
129
129
 
130
- ```
130
+ ```help
131
131
  USAGE
132
132
  $ shipthis game android apiKey invite [ACCOUNTID] [-g <value>] [-p] [-p] [-w]
133
133
 
@@ -155,7 +155,7 @@ Displays the status of the Android Service Account API Key for a specific game.
155
155
 
156
156
  #### Help Output
157
157
 
158
- ```
158
+ ```help
159
159
  USAGE
160
160
  $ shipthis game android apiKey status [-g <value>]
161
161
 
@@ -188,7 +188,7 @@ Creates a new Android Keystore for a game
188
188
 
189
189
  #### Help Output
190
190
 
191
- ```
191
+ ```help
192
192
  USAGE
193
193
  $ shipthis game android keyStore create [-g <value>] [-f]
194
194
 
@@ -213,7 +213,7 @@ Saves the current Android Keystore to a ZIP file
213
213
 
214
214
  #### Help Output
215
215
 
216
- ```
216
+ ```help
217
217
  USAGE
218
218
  $ shipthis game android keyStore export FILE [-g <value>] [-f]
219
219
 
@@ -239,7 +239,7 @@ Imports an Android Keystore to your ShipThis account for the specified game.
239
239
 
240
240
  #### Help Output
241
241
 
242
- ```
242
+ ```help
243
243
  USAGE
244
244
  $ shipthis game android keyStore import FILE [-g <value>] [-f]
245
245
 
@@ -265,7 +265,7 @@ Displays the status of the Android Keystore for a specific game.
265
265
 
266
266
  #### Help Output
267
267
 
268
- ```
268
+ ```help
269
269
  USAGE
270
270
  $ shipthis game android keyStore status [-g <value>]
271
271
 
@@ -293,7 +293,7 @@ Shows the status of the setup for the Android platform for a specific game.
293
293
 
294
294
  #### Help Output
295
295
 
296
- ```
296
+ ```help
297
297
  USAGE
298
298
  $ shipthis game android status [-g <value>]
299
299
 
@@ -317,7 +317,7 @@ Prototype Android Wizard
317
317
 
318
318
  #### Help Output
319
319
 
320
- ```
320
+ ```help
321
321
  USAGE
322
322
  $ shipthis game android wizard [-n <value>] [-b <value>] [-s <value>] [-e <value>] [-v <value>] [-i <value>] [-a
323
323
  <value>]
@@ -6,7 +6,7 @@ Downloads the given build artifact to the specified file
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game build download BUILD_ID FILE [-g <value>] [-f]
12
12
 
@@ -6,7 +6,7 @@ Lists the builds for successful jobs of a game.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game build list [-g <value>] [-p <value>] [-s <value>] [-o createdAt|updatedAt] [-r asc|desc]
12
12
 
@@ -26,7 +26,7 @@ Downloads the given build artifact to the specified file
26
26
 
27
27
  #### Help Output
28
28
 
29
- ```
29
+ ```help
30
30
  USAGE
31
31
  $ shipthis game build download BUILD_ID FILE [-g <value>] [-f]
32
32
 
@@ -55,7 +55,7 @@ Lists the builds for successful jobs of a game.
55
55
 
56
56
  #### Help Output
57
57
 
58
- ```
58
+ ```help
59
59
  USAGE
60
60
  $ shipthis game build list [-g <value>] [-p <value>] [-s <value>] [-o createdAt|updatedAt] [-r asc|desc]
61
61
 
@@ -26,7 +26,7 @@ command.
26
26
 
27
27
  ## Help Output
28
28
 
29
- ```
29
+ ```help
30
30
  USAGE
31
31
  $ shipthis game create [-q] [-f] [-n <value>] [-b <value>] [-s <value>] [-e <value>] [-v <value>] [-i <value>]
32
32
  [-a <value>]
@@ -27,7 +27,7 @@ After changing these values, you will need to trigger a new build of your game w
27
27
 
28
28
  ## Help Output
29
29
 
30
- ```
30
+ ```help
31
31
  USAGE
32
32
  $ shipthis game details [-g <value>] [-f] [-b <value>] [-s <value>] [-e <value>] [-v <value>] [-i <value>] [-a
33
33
  <value>]
@@ -10,7 +10,7 @@ Downloads the shipthis.json file for a given game into the current directory.
10
10
 
11
11
  ## Help Output
12
12
 
13
- ```
13
+ ```help
14
14
  USAGE
15
15
  $ shipthis game export GAME_ID [-f]
16
16
 
@@ -6,7 +6,7 @@ Adds a test user to the game in App Store Connect.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game ios app addTester [-g <value>] [-e <value>] [-f <value>] [-l <value>]
12
12
 
@@ -6,7 +6,7 @@ Creates an App and BundleId in the Apple Developer Portal.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game ios app create [-q] [-g <value>] [-n <value>] [-b <value>] [-f]
12
12
 
@@ -6,7 +6,7 @@ Shows the Game iOS App status.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game ios app status [-g <value>]
12
12
 
@@ -6,7 +6,7 @@ Synchronies the Apple App &#34;BundleId&#34; with the capabilities from the loca
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game ios app sync [-q] [-g <value>] [-f]
12
12
 
@@ -40,7 +40,7 @@ to be unique within the Apple ecosystem. ShipThis will suggest values for these.
40
40
 
41
41
  #### Help Output
42
42
 
43
- ```bash
43
+ ```help
44
44
  USAGE
45
45
  $ shipthis game ios app create [-q] [-g <value>] [-n <value>] [-b <value>] [-f]
46
46
 
@@ -76,7 +76,7 @@ create command or sync command.
76
76
 
77
77
  #### Help Output
78
78
 
79
- ```bash
79
+ ```help
80
80
  USAGE
81
81
  $ shipthis game ios app status [-g <value>]
82
82
 
@@ -121,7 +121,7 @@ ShipThis will use default values for this file if it does not exist.
121
121
 
122
122
  #### Help Output
123
123
 
124
- ```bash
124
+ ```help
125
125
  USAGE
126
126
  $ shipthis game ios app sync [-q] [-g <value>] [-f]
127
127
 
@@ -6,7 +6,7 @@ Creates a Mobile Provisioning Profile in the Apple Developer Portal.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game ios profile create [-q] [-g <value>] [-f]
12
12
 
@@ -6,7 +6,7 @@ Saves the current Mobile Provisioning Profile to a ZIP file
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game ios profile export FILE [-g <value>] [-f]
12
12
 
@@ -6,7 +6,7 @@ Imports an Mobile Provisioning Profile to your ShipThis account
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game ios profile import FILE [-g <value>] [-f]
12
12
 
@@ -6,7 +6,7 @@ Shows the Game iOS Mobile Provisioning Profile Status.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game ios profile status [-g <value>] [-f]
12
12
 
@@ -40,7 +40,7 @@ Provisioning profile. To do that please run:
40
40
 
41
41
  #### Help Output
42
42
 
43
- ```
43
+ ```help
44
44
  USAGE
45
45
  $ shipthis game ios profile create [-q] [-g <value>] [-f]
46
46
 
@@ -64,7 +64,7 @@ Saves the current Mobile Provisioning Profile to a ZIP file
64
64
 
65
65
  #### Help Output
66
66
 
67
- ```
67
+ ```help
68
68
  USAGE
69
69
  $ shipthis game ios profile export FILE [-g <value>] [-f]
70
70
 
@@ -90,7 +90,7 @@ Imports an Mobile Provisioning Profile to your ShipThis account
90
90
 
91
91
  #### Help Output
92
92
 
93
- ```
93
+ ```help
94
94
  USAGE
95
95
  $ shipthis game ios profile import FILE [-g <value>] [-f]
96
96
 
@@ -116,7 +116,7 @@ Shows the Game iOS Mobile Provisioning Profile Status.
116
116
 
117
117
  #### Help Output
118
118
 
119
- ```
119
+ ```help
120
120
  USAGE
121
121
  $ shipthis game ios profile status [-g <value>] [-f]
122
122
 
@@ -11,7 +11,7 @@ includes the [App & BundleId](/docs/reference/game/ios/app) and the [Provisionin
11
11
 
12
12
  ## Help Output
13
13
 
14
- ```bash
14
+ ```help
15
15
  USAGE
16
16
  $ shipthis game ios status [-g <value>]
17
17
 
@@ -6,7 +6,7 @@ Runs all the steps for iOS
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game ios wizard [-f <value>]
12
12
 
@@ -6,7 +6,7 @@ Lists the jobs for a game.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game job list [-g <value>] [-p <value>] [-s <value>] [-o createdAt|updatedAt] [-r asc|desc]
12
12
 
@@ -6,7 +6,7 @@ Shows the real-time status of a job.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game job status JOB_ID [-g <value>] [-n <value>] [-f]
12
12
 
package/docs/game/job.md CHANGED
@@ -26,7 +26,7 @@ Lists the jobs for a game.
26
26
 
27
27
  #### Help Output
28
28
 
29
- ```
29
+ ```help
30
30
  USAGE
31
31
  $ shipthis game job list [-g <value>] [-p <value>] [-s <value>] [-o createdAt|updatedAt] [-r asc|desc]
32
32
 
@@ -56,7 +56,7 @@ Shows the real-time status of a job.
56
56
 
57
57
  #### Help Output
58
58
 
59
- ```
59
+ ```help
60
60
  USAGE
61
61
  $ shipthis game job status JOB_ID [-g <value>] [-n <value>] [-f]
62
62
 
package/docs/game/list.md CHANGED
@@ -10,7 +10,7 @@ Shows a list of all your games.
10
10
 
11
11
  ## Help Output
12
12
 
13
- ```
13
+ ```help
14
14
  USAGE
15
15
  $ shipthis game list [-p <value>] [-s <value>] [-o createdAt|updatedAt|name] [-r asc|desc]
16
16
 
package/docs/game/ship.md CHANGED
@@ -21,7 +21,7 @@ To control which files are uploaded, in the **shipthis.json** file there are two
21
21
 
22
22
  ## Help Output
23
23
 
24
- ```
24
+ ```help
25
25
  USAGE
26
26
  $ shipthis game ship [-g <value>]
27
27
 
@@ -10,7 +10,7 @@ Shows the status of a specific game (generally in the currently directory).
10
10
 
11
11
  ## Help Output
12
12
 
13
- ```
13
+ ```help
14
14
  USAGE
15
15
  $ shipthis game status [-g <value>]
16
16
 
@@ -21,7 +21,7 @@ To do that please run the following command first:
21
21
 
22
22
  ## Help Output
23
23
 
24
- ```
24
+ ```help
25
25
  USAGE
26
26
  $ shipthis game wizard PLATFORM [-f <value>]
27
27
 
package/docs/help.md CHANGED
@@ -6,7 +6,7 @@ Display help for shipthis.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis help [COMMAND...] [-n]
12
12
 
package/docs/login.md CHANGED
@@ -16,7 +16,7 @@ you can view details of your games.
16
16
 
17
17
  ## Help Output
18
18
 
19
- ```bash
19
+ ```help
20
20
  USAGE
21
21
  $ shipthis login [-f] [-e <value>]
22
22
 
package/docs/status.md CHANGED
@@ -21,7 +21,7 @@ Displays the current overall status.
21
21
 
22
22
  ## Help Output
23
23
 
24
- ```
24
+ ```help
25
25
  USAGE
26
26
  $ shipthis status
27
27
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "shipthis",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "shipthis",
9
- "version": "0.1.4",
9
+ "version": "0.1.6",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@expo/apple-utils": "2.0.3",