shipthis 0.1.34 → 0.1.36

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 +223 -80
  2. package/assets/markdown/agreement-update.md.ejs +12 -0
  3. package/assets/markdown/{android-success.md → android-success.md.ejs} +2 -2
  4. package/assets/markdown/{apikey-create.md → apikey-create.md.ejs} +4 -4
  5. package/assets/markdown/{create-google-play-game.md → create-google-play-game.md.ejs} +2 -2
  6. package/assets/markdown/{invite-service-account.md → invite-service-account.md.ejs} +1 -1
  7. package/assets/markdown/{ios-success.md → ios-success.md.ejs} +2 -2
  8. package/assets/markdown/{privacy-notification.md → privacy-notification.md.ejs} +1 -1
  9. package/assets/markdown/service-account-policy-wizard.md.ejs +26 -0
  10. package/assets/markdown/service-account-policy.md.ejs +30 -0
  11. package/assets/markdown/{ship-failure.md → ship-failure.md.ejs} +1 -1
  12. package/assets/markdown/{ship-success.md → ship-success.md.ejs} +2 -2
  13. package/dist/{AppleBundleIdDetails-By-sSGNl.js → AppleBundleIdDetails-pEVOUXTQ.js} +3 -4
  14. package/dist/{Command-VWMnGslo.js → Command-DhAVAdiI.js} +1 -2
  15. package/dist/{CommandGame-BSVPZzNl.js → CommandGame-C-oV-hb4.js} +2 -2
  16. package/dist/{Create-SR1Mq7BY.js → Create-Dg9ZlwEd.js} +1 -3
  17. package/dist/{GameStatus-1ntFyxEx.js → GameStatus-Dm9TqFfW.js} +9 -17
  18. package/dist/{Import-cedOWPDz.js → Import-BFNNkN-I.js} +2 -4
  19. package/dist/{JobLogTail-C_W8UAMg.js → JobLogTail-RTNIiAUk.js} +2 -5
  20. package/dist/{JobProgress-CI385G53.js → JobProgress-dFWcT0CQ.js} +16 -17
  21. package/dist/{JobStatusTable-CdbKtwJE.js → JobStatusTable-BlvMuWF7.js} +2 -4
  22. package/dist/{ProjectCredentialsTable-ZnuIfcDB.js → ProjectCredentialsTable-CMBnYLou.js} +2 -2
  23. package/dist/{UserCredentialsTable-DRkAYgEA.js → UserCredentialsTable-oxE3mDmE.js} +8 -10
  24. package/dist/{baseAppleCommand-CsO-_Yzn.js → baseAppleCommand-cnLvBz95.js} +1 -1
  25. package/dist/{baseGameAndroidCommand-CdjaAbNX.js → baseGameAndroidCommand-DUDYisYm.js} +1 -2
  26. package/dist/commands/apiKey/create.js +15 -16
  27. package/dist/commands/apiKey/list.js +6 -7
  28. package/dist/commands/apiKey/revoke.js +7 -8
  29. package/dist/commands/apple/apiKey/create.js +7 -8
  30. package/dist/commands/apple/apiKey/export.js +6 -7
  31. package/dist/commands/apple/apiKey/import.js +6 -7
  32. package/dist/commands/apple/apiKey/status.js +12 -13
  33. package/dist/commands/apple/certificate/create.js +7 -8
  34. package/dist/commands/apple/certificate/export.js +6 -7
  35. package/dist/commands/apple/certificate/import.js +6 -7
  36. package/dist/commands/apple/certificate/status.js +12 -13
  37. package/dist/commands/apple/login.js +12 -2
  38. package/dist/commands/apple/status.js +4 -5
  39. package/dist/commands/dashboard.js +11 -1
  40. package/dist/commands/game/android/apiKey/connect.js +9 -9
  41. package/dist/commands/game/android/apiKey/create.js +11 -11
  42. package/dist/commands/game/android/apiKey/export.js +7 -8
  43. package/dist/commands/game/android/apiKey/import.js +7 -8
  44. package/dist/commands/game/android/apiKey/invite.js +13 -4
  45. package/dist/commands/game/android/apiKey/policy.js +83 -0
  46. package/dist/commands/game/android/apiKey/status.js +7 -8
  47. package/dist/commands/game/android/keyStore/create.js +8 -9
  48. package/dist/commands/game/android/keyStore/export.js +6 -7
  49. package/dist/commands/game/android/keyStore/import.js +9 -10
  50. package/dist/commands/game/android/keyStore/status.js +6 -7
  51. package/dist/commands/game/android/status.js +12 -1
  52. package/dist/commands/game/build/download.js +4 -5
  53. package/dist/commands/game/build/list.js +5 -6
  54. package/dist/commands/game/create.js +12 -2
  55. package/dist/commands/game/details.js +4 -5
  56. package/dist/commands/game/export.js +12 -1
  57. package/dist/commands/game/ios/app/addTester.js +11 -12
  58. package/dist/commands/game/ios/app/create.js +4 -5
  59. package/dist/commands/game/ios/app/status.js +7 -8
  60. package/dist/commands/game/ios/app/sync.js +5 -6
  61. package/dist/commands/game/ios/profile/create.js +7 -8
  62. package/dist/commands/game/ios/profile/export.js +6 -7
  63. package/dist/commands/game/ios/profile/import.js +6 -7
  64. package/dist/commands/game/ios/profile/status.js +6 -7
  65. package/dist/commands/game/ios/status.js +9 -10
  66. package/dist/commands/game/ios/wizard.js +5 -6
  67. package/dist/commands/game/job/list.js +4 -5
  68. package/dist/commands/game/job/status.js +7 -8
  69. package/dist/commands/game/list.js +11 -10
  70. package/dist/commands/game/ship.js +18 -13
  71. package/dist/commands/game/status.js +6 -7
  72. package/dist/commands/game/wizard.js +19 -19
  73. package/dist/commands/internal/fastlane.js +12 -1
  74. package/dist/commands/internal/readme.js +12 -715
  75. package/dist/commands/login.js +26 -4
  76. package/dist/commands/status.js +12 -14
  77. package/dist/{export-B5Yfd9vw.js → export-Bd552LBe.js} +1 -1
  78. package/dist/{import-A2WcStHl.js → import-D-EL9sQJ.js} +1 -1
  79. package/dist/{index-CgzANgJt.js → index-1H48f5j2.js} +1 -1
  80. package/dist/index-BtPf4vzY.js +1903 -0
  81. package/dist/{index-Bz1qt_8T.js → index-DCN43FhY.js} +5 -11
  82. package/dist/{index-BBLtvl1Y.js → index-DwATmUTQ.js} +57 -16
  83. package/dist/{upload-BIsFZzBO.js → upload-Dm38PqhN.js} +1 -1
  84. package/dist/{useAppleApp-BZR94exU.js → useAppleApp-BKPntZPm.js} +1 -1
  85. package/dist/{useAppleBundleId-Dg5DsItN.js → useAppleBundleId-DvQKEEy4.js} +1 -1
  86. package/dist/useGoogleStatus-D9jjGa--.js +9 -0
  87. package/dist/{useProjectCredentials-jQYGcDhT.js → useProjectCredentials-BjsS28hP.js} +12 -11
  88. package/dist/{useWebSocket-CIxkPaYi.js → useWebSocket-CIeyHqxG.js} +1 -1
  89. package/docs/README.md +3 -2
  90. package/docs/apiKey.md +12 -2
  91. package/docs/assets/st.png +0 -0
  92. package/docs/game/android/apiKey/policy.md +28 -0
  93. package/docs/game/android/keyStore.md +14 -4
  94. package/docs/game/android/status.md +4 -0
  95. package/docs/game/android.md +9 -305
  96. package/docs/game/ship.md +43 -11
  97. package/docs/game.md +7 -1
  98. package/docs/login.md +6 -2
  99. package/docs/status.md +1 -1
  100. package/package.json +10 -2
  101. package/dist/index-CA6-uLMn.js +0 -221
  102. package/dist/index-CO_ssVFA.js +0 -772
  103. package/dist/index-CYjZ26If.js +0 -153
  104. package/dist/useAndroidServiceAccountTestResult-DueKynFy.js +0 -50
  105. /package/assets/markdown/{create-or-import-keystore.md → create-or-import-keystore.md.ejs} +0 -0
@@ -1,316 +1,20 @@
1
1
  # Topic: `game android`
2
2
 
3
- Commands related to the Android platform for a specific game
3
+ Commands in the `game android` topic are prefixed `shipthis game android`. They relate to managing the Android platform configuration for a specific game (generally in the current directory).
4
4
 
5
- ## Topics
6
-
7
-
8
- # Topic: `game android apiKey`
9
-
10
- Commands related to they Android Service Account API Key for a specific game
11
-
12
-
13
- ## Commands
14
-
15
-
16
- ### `game android apiKey connect`
17
-
18
- #### Description
19
-
20
- Connects ShipThis with Google for managing Service Account API Keys for an Android game
21
-
22
- #### Help Output
23
-
24
- ```help
25
- USAGE
26
- $ shipthis game android apiKey connect [-g <value>] [-f] [-d]
27
-
28
- FLAGS
29
- -d, --disconnect
30
- -f, --force
31
- -g, --gameId=<value> The ID of the game
32
-
33
- DESCRIPTION
34
- Connects ShipThis with Google for managing Service Account API Keys for an Android game
35
-
36
- EXAMPLES
37
- $ shipthis game android apiKey connect
38
-
39
- $ shipthis game android apiKey connect --force
40
-
41
- $ shipthis game android apiKey connect --disconnect
42
- ```
43
-
44
- ### `game android apiKey create`
45
-
46
- #### Description
47
-
48
- Creates a new Android Service Account API Key for a game
49
-
50
- #### Help Output
51
-
52
- ```help
53
- USAGE
54
- $ shipthis game android apiKey create [-g <value>] [-w] [-f]
55
-
56
- FLAGS
57
- -f, --force
58
- -g, --gameId=<value> The ID of the game
59
- -w, --waitForAuth Wait for Google Authentication (10 mins).
60
-
61
- DESCRIPTION
62
- Creates a new Android Service Account API Key for a game
63
-
64
- EXAMPLES
65
- $ shipthis game android apiKey create
66
-
67
- $ shipthis game android apiKey create --gameId 0c179fc4
68
- ```
69
-
70
- ### `game android apiKey export`
71
-
72
- #### Description
73
-
74
- Saves the current Android Service Account API Key to a ZIP file
75
-
76
- #### Help Output
77
-
78
- ```help
79
- USAGE
80
- $ shipthis game android apiKey export FILE [-g <value>] [-f]
81
-
82
- ARGUMENTS
83
- FILE Name of the ZIP file to create
84
-
85
- FLAGS
86
- -f, --force Overwrite the file if it already exists
87
- -g, --gameId=<value> The ID of the game
88
-
89
- DESCRIPTION
90
- Saves the current Android Service Account API Key to a ZIP file
91
-
92
- EXAMPLES
93
- $ shipthis game android apiKey export keyStore.zip
94
- ```
95
-
96
- ### `game android apiKey import`
97
-
98
- #### Description
99
-
100
- Imports an Android Service Account API Key to your ShipThis account for the specified game.
101
-
102
- #### Help Output
103
-
104
- ```help
105
- USAGE
106
- $ shipthis game android apiKey import FILE [-g <value>] [-f]
107
-
108
- ARGUMENTS
109
- FILE Name of the ZIP file to import (must be in the same format as the export)
110
-
111
- FLAGS
112
- -f, --force
113
- -g, --gameId=<value> The ID of the game
114
-
115
- DESCRIPTION
116
- Imports an Android Service Account API Key to your ShipThis account for the specified game.
117
-
118
- EXAMPLES
119
- $ shipthis game android apiKey import
120
- ```
121
-
122
- ### `game android apiKey invite`
123
-
124
- #### Description
125
-
126
- Invites the Service Account to your Google Play Account.
127
-
128
- #### Help Output
129
-
130
- ```help
131
- USAGE
132
- $ shipthis game android apiKey invite [ACCOUNTID] [-g <value>] [-p] [-p] [-w]
133
-
134
- ARGUMENTS
135
- ACCOUNTID The Google Play Account ID
136
-
137
- FLAGS
138
- -g, --gameId=<value> The ID of the game
139
- -p, --prompt Prompt for the Google Play Account ID
140
- -p, --waitForGoogleApp Waits for the Google Play app to be created (10 mins).
141
- -w, --waitForAuth Wait for Google Authentication (10 mins).
142
-
143
- DESCRIPTION
144
- Invites the Service Account to your Google Play Account.
145
-
146
- EXAMPLES
147
- $ shipthis game android apiKey invite
148
- ```
149
-
150
- ### `game android apiKey status`
151
-
152
- #### Description
153
-
154
- Displays the status of the Android Service Account API Key for a specific game.
5
+ :::tip
6
+ You will need to be authenticated against ShipThis before you can use these commands. To do that please run the following command first:
155
7
 
156
- #### Help Output
8
+ - [`shipthis login`](/docs/reference/login)
157
9
 
158
- ```help
159
- USAGE
160
- $ shipthis game android apiKey status [-g <value>]
10
+ :::
161
11
 
162
- FLAGS
163
- -g, --gameId=<value> The ID of the game
164
12
 
165
- DESCRIPTION
166
- Displays the status of the Android Service Account API Key for a specific game.
167
-
168
- EXAMPLES
169
- $ shipthis game android apiKey status
170
-
171
- $ shipthis game android apiKey status --gameId 0c179fc4
172
- ```
173
-
174
-
175
- # Topic: `game android keyStore`
176
-
177
- Commands related to the Android KeyStore for a specific game
178
-
179
-
180
- ## Commands
181
-
182
-
183
- ### `game android keyStore create`
184
-
185
- #### Description
186
-
187
- Creates a new Android Keystore for a game
188
-
189
- #### Help Output
190
-
191
- ```help
192
- USAGE
193
- $ shipthis game android keyStore create [-g <value>] [-f]
194
-
195
- FLAGS
196
- -f, --force
197
- -g, --gameId=<value> The ID of the game
198
-
199
- DESCRIPTION
200
- Creates a new Android Keystore for a game
201
-
202
- EXAMPLES
203
- $ shipthis game android keyStore create
204
-
205
- $ shipthis game android keyStore create --gameId 0c179fc4
206
- ```
207
-
208
- ### `game android keyStore export`
209
-
210
- #### Description
211
-
212
- Saves the current Android Keystore to a ZIP file
213
-
214
- #### Help Output
215
-
216
- ```help
217
- USAGE
218
- $ shipthis game android keyStore export FILE [-g <value>] [-f]
219
-
220
- ARGUMENTS
221
- FILE Name of the ZIP file to create
222
-
223
- FLAGS
224
- -f, --force Overwrite the file if it already exists
225
- -g, --gameId=<value> The ID of the game
226
-
227
- DESCRIPTION
228
- Saves the current Android Keystore to a ZIP file
229
-
230
- EXAMPLES
231
- $ shipthis game android keyStore export keyStore.zip
232
- ```
233
-
234
- ### `game android keyStore import`
235
-
236
- #### Description
237
-
238
- Imports an Android Keystore to your ShipThis account for the specified game.
239
-
240
- #### Help Output
241
-
242
- ```help
243
- USAGE
244
- $ shipthis game android keyStore import [FILE] [-g <value>] [--jksFile <value>] [--keystorePassword <value>] [--keyPassword
245
- <value>] [-f]
246
-
247
- ARGUMENTS
248
- FILE Path to the ZIP file to import (must be in the same format as the export)
249
-
250
- FLAGS
251
- -f, --force Overwrite any existing keystore without confirmation
252
- -g, --gameId=<value> The ID of the game
253
- --jksFile=<value> Path to the JKS file to import (requires passwords)
254
- --keyPassword=<value> Key alias password (required when using --jksFile)
255
- --keystorePassword=<value> Keystore password (required when using --jksFile)
256
-
257
- DESCRIPTION
258
- Imports an Android Keystore to your ShipThis account for the specified game.
259
-
260
- EXAMPLES
261
- $ shipthis game android keyStore import path/to/import.zip -g abfd5b00
262
-
263
- $ shipthis game android keyStore import --jksFile path/to/file.jks --keystorePassword yourpass --keyPassword yourkeypass
264
- ```
265
-
266
- ### `game android keyStore status`
267
-
268
- #### Description
269
-
270
- Displays the status of the Android Keystore for a specific game.
271
-
272
- #### Help Output
273
-
274
- ```help
275
- USAGE
276
- $ shipthis game android keyStore status [-g <value>]
277
-
278
- FLAGS
279
- -g, --gameId=<value> The ID of the game
280
-
281
- DESCRIPTION
282
- Displays the status of the Android Keystore for a specific game.
283
-
284
- EXAMPLES
285
- $ shipthis game android keyStore status
286
-
287
- $ shipthis game android keyStore status --gameId 0c179fc4
288
- ```
13
+ ## Topics
289
14
 
15
+ - [game android apiKey](/docs/reference/game/android/apiKey)
16
+ - [game android keyStore](/docs/reference/game/android/keyStore)
290
17
 
291
18
  ## Commands
292
19
 
293
-
294
- ### `game android status`
295
-
296
- #### Description
297
-
298
- Shows the status of the setup for the Android platform for a specific game.
299
-
300
- #### Help Output
301
-
302
- ```help
303
- USAGE
304
- $ shipthis game android status [-g <value>]
305
-
306
- FLAGS
307
- -g, --gameId=<value> The ID of the game
308
-
309
- DESCRIPTION
310
- Shows the status of the setup for the Android platform for a specific game.
311
-
312
- EXAMPLES
313
- $ shipthis game android status
314
-
315
- $ shipthis game android status --gameId 0c179fc4
316
- ```
20
+ - [game android status](/docs/reference/game/android/status)
package/docs/game/ship.md CHANGED
@@ -2,35 +2,67 @@
2
2
 
3
3
  ## Description
4
4
 
5
- Builds the app (for all platforms with valid credentials) and ships it to the stores.
6
-
7
- After uploading the files to the ShipThis backend. it will run the [`shipthis game job status`](/docs/reference/game/job#game-job-status) command with the `--follow` flag so that you can watch the job output in **real-time**.
5
+ The `shipthis game ship` command starts the process of building and publishing your game.
8
6
 
9
7
  :::info
10
- This command creates a new job. A **job** is a set of work done to create a new
11
- build of your game.
8
+ This command creates one or more "jobs". A **job** is a set of work done to create a new build of your game on one platform.
12
9
 
13
- To do this, it uploads the code in the current directory to the ShipThis backend.
10
+ When this command is run, ShipThis uploads the code in the current directory to the ShipThis backend.
14
11
  To control which files are uploaded, in the **shipthis.json** file there are two [glob](https://en.wikipedia.org/wiki/Glob_(programming)) arrays **shippedFilesGlobs** and **ignoredFilesGlobs**.
15
12
  :::
16
13
 
14
+ ## Examples
15
+
16
+ ### Standard use
17
+
18
+ When run without any flags, the command will try to run the full build and publish pipelines for each of the platforms that you have configured.
19
+
20
+ When run like this, pressing **L** will show or hide the last few lines of the logs, pressing **B** will open the job log in your browser.
21
+
22
+ [![asciicast](https://asciinema.org/a/7e1jPMx5i69VyM6TynkeFU0dI.svg)](https://asciinema.org/a/7e1jPMx5i69VyM6TynkeFU0dI#shipthis-col80row24)
23
+
24
+ ### Follow mode
25
+
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.
27
+
28
+ [![asciicast](https://asciinema.org/a/gKmZ0E1rJ4oiT9SyuSivXBZfY.svg)](https://asciinema.org/a/gKmZ0E1rJ4oiT9SyuSivXBZfY#shipthis-col80row24)
17
29
 
18
- ## Example
30
+ ### Advanced usage - follow, do not publish, and then download APK
19
31
 
20
- [![asciicast](https://asciinema.org/a/97iHQ7Vv1qcz0I3jntMmECqLJ.svg)](https://asciinema.org/a/97iHQ7Vv1qcz0I3jntMmECqLJ#shipthis-col160row32)
32
+ [![asciicast](https://asciinema.org/a/GNf0t8niOlrMDsgPKqmBcuqQh.svg)](https://asciinema.org/a/GNf0t8niOlrMDsgPKqmBcuqQh#shipthis-col80row24)
21
33
 
22
34
  ## Help Output
23
35
 
24
36
  ```help
37
+ Builds the app (for all platforms with valid credentials) and ships it to the stores.
38
+
25
39
  USAGE
26
- $ shipthis game ship [-g <value>]
40
+ $ shipthis game ship [-g <value>] [--download <value> --platform android|ios] [--downloadAPK <value> ] [--follow ] [--skipPublish] [--verbose]
27
41
 
28
42
  FLAGS
29
- -g, --gameId=<value> The ID of the game
43
+ -g, --gameId=<value> The ID of the game
44
+ --download=<value> Download the build artifact to the specified file
45
+ --downloadAPK=<value> Download the APK artifact (if available) to the specified file
46
+ --follow Follow the job logs in real-time. Requires --platform to be specified.
47
+ --platform=<option> The platform to ship the game to. This can be "android" or "ios"
48
+ <options: android|ios>
49
+ --skipPublish Skip the publish step
50
+ --verbose Enable verbose logging
30
51
 
31
52
  DESCRIPTION
32
53
  Builds the app (for all platforms with valid credentials) and ships it to the stores.
33
54
 
34
55
  EXAMPLES
35
56
  $ shipthis game ship
36
- ```
57
+
58
+ $ shipthis game ship --platform ios
59
+
60
+ $ shipthis game ship --platform android --skipPublish
61
+
62
+ $ shipthis game ship --platform android --download game.aab
63
+
64
+ $ shipthis game ship --platform android --follow --downloadAPK game.apk
65
+
66
+ $ shipthis game ship --platform ios --follow --verbose
67
+
68
+ ```
package/docs/game.md CHANGED
@@ -3,7 +3,13 @@
3
3
  Commands in the game topic are prefixed `shipthis game`. They relate to configuring
4
4
  the specific game in the current working directory.
5
5
 
6
- You will need to be authenticated against ShipThis (by running [`shipthis login`](login)) before running the Game commands.
6
+ :::tip
7
+ You will need to be authenticated against ShipThis before you can use these commands. To do that please run the following command first:
8
+
9
+ - [`shipthis login`](/docs/reference/login)
10
+
11
+ :::
12
+
7
13
 
8
14
  ## Topics
9
15
 
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.34",
4
+ "version": "0.1.36",
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",
@@ -140,6 +141,7 @@
140
141
  "./dist/commands/game/android/keyStore/import.js",
141
142
  "./dist/commands/game/android/apiKey/export.js",
142
143
  "./dist/commands/game/android/apiKey/create.js",
144
+ "./dist/commands/game/android/apiKey/policy.js",
143
145
  "./dist/commands/game/android/apiKey/status.js",
144
146
  "./dist/commands/game/android/apiKey/import.js",
145
147
  "./dist/commands/game/android/apiKey/invite.js",
@@ -162,7 +164,8 @@
162
164
  "commands": "./dist/commands",
163
165
  "helpClass": "./dist/utils/help",
164
166
  "plugins": [
165
- "@oclif/plugin-help"
167
+ "@oclif/plugin-help",
168
+ "@oclif/plugin-warn-if-update-available"
166
169
  ],
167
170
  "topicSeparator": " ",
168
171
  "topics": {
@@ -208,6 +211,10 @@
208
211
  "game:job": {
209
212
  "description": "Commands related to jobs for a specific game"
210
213
  }
214
+ },
215
+ "warn-if-update-available": {
216
+ "frequency": 1,
217
+ "frequencyUnit": "days"
211
218
  }
212
219
  },
213
220
  "repository": "github:shipth-is/cli",
@@ -216,6 +223,7 @@
216
223
  "build-tsc-alias": "shx rm -rf dist && npx tsc --build && npx tsc-alias -p tsconfig.json",
217
224
  "build": "pkgroll --clean-dist",
218
225
  "lint": "eslint . --ext .ts,.tsx",
226
+ "lint-fix": "eslint . --ext .ts,.tsx --fix",
219
227
  "posttest": "npm run lint",
220
228
  "prepack": "cp package-lock.json package-lock.dev.json || true && npm run readme && oclif manifest && npm shrinkwrap",
221
229
  "postpack": "mv package-lock.dev.json package-lock.json || true && shx rm -f oclif.manifest.json && shx rm -f npm-shrinkwrap.json",