eas-cli 0.44.0 → 0.44.1
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.
- package/README.md +1 -826
- package/build/commands/build/configure.js +10 -2
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -33,114 +33,8 @@ eas --help COMMAND
|
|
|
33
33
|
# Commands
|
|
34
34
|
|
|
35
35
|
<!-- commands -->
|
|
36
|
-
* [`eas account:login`](#eas-accountlogin)
|
|
37
|
-
* [`eas account:logout`](#eas-accountlogout)
|
|
38
|
-
* [`eas account:view`](#eas-accountview)
|
|
39
|
-
* [`eas analytics [STATUS]`](#eas-analytics-status)
|
|
40
36
|
* [`eas autocomplete [SHELL]`](#eas-autocomplete-shell)
|
|
41
|
-
* [`eas branch:create [NAME]`](#eas-branchcreate-name)
|
|
42
|
-
* [`eas branch:delete [NAME]`](#eas-branchdelete-name)
|
|
43
|
-
* [`eas branch:list`](#eas-branchlist)
|
|
44
|
-
* [`eas branch:rename`](#eas-branchrename)
|
|
45
|
-
* [`eas branch:view [NAME]`](#eas-branchview-name)
|
|
46
|
-
* [`eas build`](#eas-build)
|
|
47
|
-
* [`eas build:cancel [BUILD_ID]`](#eas-buildcancel-build_id)
|
|
48
|
-
* [`eas build:configure`](#eas-buildconfigure)
|
|
49
|
-
* [`eas build:inspect`](#eas-buildinspect)
|
|
50
|
-
* [`eas build:list`](#eas-buildlist)
|
|
51
|
-
* [`eas build:view [BUILD_ID]`](#eas-buildview-build_id)
|
|
52
|
-
* [`eas channel:create [NAME]`](#eas-channelcreate-name)
|
|
53
|
-
* [`eas channel:edit [NAME]`](#eas-channeledit-name)
|
|
54
|
-
* [`eas channel:list`](#eas-channellist)
|
|
55
|
-
* [`eas channel:view [NAME]`](#eas-channelview-name)
|
|
56
|
-
* [`eas config`](#eas-config)
|
|
57
|
-
* [`eas credentials`](#eas-credentials)
|
|
58
|
-
* [`eas device:create`](#eas-devicecreate)
|
|
59
|
-
* [`eas device:list`](#eas-devicelist)
|
|
60
|
-
* [`eas device:view [UDID]`](#eas-deviceview-udid)
|
|
61
|
-
* [`eas diagnostics`](#eas-diagnostics)
|
|
62
37
|
* [`eas help [COMMAND]`](#eas-help-command)
|
|
63
|
-
* [`eas project:info`](#eas-projectinfo)
|
|
64
|
-
* [`eas project:init`](#eas-projectinit)
|
|
65
|
-
* [`eas secret:create`](#eas-secretcreate)
|
|
66
|
-
* [`eas secret:delete`](#eas-secretdelete)
|
|
67
|
-
* [`eas secret:list`](#eas-secretlist)
|
|
68
|
-
* [`eas submit`](#eas-submit)
|
|
69
|
-
* [`eas update`](#eas-update)
|
|
70
|
-
* [`eas update:configure`](#eas-updateconfigure)
|
|
71
|
-
* [`eas update:delete GROUPID`](#eas-updatedelete-groupid)
|
|
72
|
-
* [`eas update:list`](#eas-updatelist)
|
|
73
|
-
* [`eas update:view GROUPID`](#eas-updateview-groupid)
|
|
74
|
-
* [`eas webhook:create`](#eas-webhookcreate)
|
|
75
|
-
* [`eas webhook:delete [ID]`](#eas-webhookdelete-id)
|
|
76
|
-
* [`eas webhook:list`](#eas-webhooklist)
|
|
77
|
-
* [`eas webhook:update`](#eas-webhookupdate)
|
|
78
|
-
* [`eas webhook:view ID`](#eas-webhookview-id)
|
|
79
|
-
|
|
80
|
-
## `eas account:login`
|
|
81
|
-
|
|
82
|
-
log in with your Expo account
|
|
83
|
-
|
|
84
|
-
```
|
|
85
|
-
USAGE
|
|
86
|
-
$ eas account:login
|
|
87
|
-
|
|
88
|
-
DESCRIPTION
|
|
89
|
-
log in with your Expo account
|
|
90
|
-
|
|
91
|
-
ALIASES
|
|
92
|
-
$ eas login
|
|
93
|
-
```
|
|
94
|
-
|
|
95
|
-
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
96
|
-
|
|
97
|
-
## `eas account:logout`
|
|
98
|
-
|
|
99
|
-
log out
|
|
100
|
-
|
|
101
|
-
```
|
|
102
|
-
USAGE
|
|
103
|
-
$ eas account:logout
|
|
104
|
-
|
|
105
|
-
DESCRIPTION
|
|
106
|
-
log out
|
|
107
|
-
|
|
108
|
-
ALIASES
|
|
109
|
-
$ eas logout
|
|
110
|
-
```
|
|
111
|
-
|
|
112
|
-
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
113
|
-
|
|
114
|
-
## `eas account:view`
|
|
115
|
-
|
|
116
|
-
show the username you are logged in as
|
|
117
|
-
|
|
118
|
-
```
|
|
119
|
-
USAGE
|
|
120
|
-
$ eas account:view
|
|
121
|
-
|
|
122
|
-
DESCRIPTION
|
|
123
|
-
show the username you are logged in as
|
|
124
|
-
|
|
125
|
-
ALIASES
|
|
126
|
-
$ eas whoami
|
|
127
|
-
```
|
|
128
|
-
|
|
129
|
-
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
130
|
-
|
|
131
|
-
## `eas analytics [STATUS]`
|
|
132
|
-
|
|
133
|
-
view or change analytics settings
|
|
134
|
-
|
|
135
|
-
```
|
|
136
|
-
USAGE
|
|
137
|
-
$ eas analytics [STATUS]
|
|
138
|
-
|
|
139
|
-
DESCRIPTION
|
|
140
|
-
view or change analytics settings
|
|
141
|
-
```
|
|
142
|
-
|
|
143
|
-
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
144
38
|
|
|
145
39
|
## `eas autocomplete [SHELL]`
|
|
146
40
|
|
|
@@ -169,419 +63,7 @@ EXAMPLES
|
|
|
169
63
|
$ eas autocomplete --refresh-cache
|
|
170
64
|
```
|
|
171
65
|
|
|
172
|
-
_See code: [@
|
|
173
|
-
|
|
174
|
-
## `eas branch:create [NAME]`
|
|
175
|
-
|
|
176
|
-
Create a branch on the current project.
|
|
177
|
-
|
|
178
|
-
```
|
|
179
|
-
USAGE
|
|
180
|
-
$ eas branch:create [NAME] [--json]
|
|
181
|
-
|
|
182
|
-
ARGUMENTS
|
|
183
|
-
NAME Name of the branch to create
|
|
184
|
-
|
|
185
|
-
FLAGS
|
|
186
|
-
--json return a json with the new branch ID and name.
|
|
187
|
-
|
|
188
|
-
DESCRIPTION
|
|
189
|
-
Create a branch on the current project.
|
|
190
|
-
```
|
|
191
|
-
|
|
192
|
-
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
193
|
-
|
|
194
|
-
## `eas branch:delete [NAME]`
|
|
195
|
-
|
|
196
|
-
Delete a branch on the current project
|
|
197
|
-
|
|
198
|
-
```
|
|
199
|
-
USAGE
|
|
200
|
-
$ eas branch:delete [NAME] [--json]
|
|
201
|
-
|
|
202
|
-
ARGUMENTS
|
|
203
|
-
NAME Name of the branch to delete
|
|
204
|
-
|
|
205
|
-
FLAGS
|
|
206
|
-
--json return JSON with the edited branch's ID and name.
|
|
207
|
-
|
|
208
|
-
DESCRIPTION
|
|
209
|
-
Delete a branch on the current project
|
|
210
|
-
```
|
|
211
|
-
|
|
212
|
-
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
213
|
-
|
|
214
|
-
## `eas branch:list`
|
|
215
|
-
|
|
216
|
-
List all branches on this project.
|
|
217
|
-
|
|
218
|
-
```
|
|
219
|
-
USAGE
|
|
220
|
-
$ eas branch:list [--json]
|
|
221
|
-
|
|
222
|
-
FLAGS
|
|
223
|
-
--json return output as JSON
|
|
224
|
-
|
|
225
|
-
DESCRIPTION
|
|
226
|
-
List all branches on this project.
|
|
227
|
-
```
|
|
228
|
-
|
|
229
|
-
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
230
|
-
|
|
231
|
-
## `eas branch:rename`
|
|
232
|
-
|
|
233
|
-
Rename a branch.
|
|
234
|
-
|
|
235
|
-
```
|
|
236
|
-
USAGE
|
|
237
|
-
$ eas branch:rename [--from <value>] [--to <value>] [--json]
|
|
238
|
-
|
|
239
|
-
FLAGS
|
|
240
|
-
--from=<value> current name of the branch.
|
|
241
|
-
--json return a json with the edited branch's ID and name.
|
|
242
|
-
--to=<value> new name of the branch.
|
|
243
|
-
|
|
244
|
-
DESCRIPTION
|
|
245
|
-
Rename a branch.
|
|
246
|
-
```
|
|
247
|
-
|
|
248
|
-
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
249
|
-
|
|
250
|
-
## `eas branch:view [NAME]`
|
|
251
|
-
|
|
252
|
-
View a branch.
|
|
253
|
-
|
|
254
|
-
```
|
|
255
|
-
USAGE
|
|
256
|
-
$ eas branch:view [NAME] [--json]
|
|
257
|
-
|
|
258
|
-
ARGUMENTS
|
|
259
|
-
NAME Name of the branch to view
|
|
260
|
-
|
|
261
|
-
FLAGS
|
|
262
|
-
--json return a json with the branch's ID name and recent update groups.
|
|
263
|
-
|
|
264
|
-
DESCRIPTION
|
|
265
|
-
View a branch.
|
|
266
|
-
```
|
|
267
|
-
|
|
268
|
-
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
269
|
-
|
|
270
|
-
## `eas build`
|
|
271
|
-
|
|
272
|
-
Start a build
|
|
273
|
-
|
|
274
|
-
```
|
|
275
|
-
USAGE
|
|
276
|
-
$ eas build [-p android|ios|all] [--json] [--skip-project-configuration] [--profile <value>]
|
|
277
|
-
[--non-interactive] [--local] [--output <value>] [--wait] [--clear-cache] [--auto-submit |
|
|
278
|
-
--auto-submit-with-profile <value>]
|
|
279
|
-
|
|
280
|
-
FLAGS
|
|
281
|
-
-p, --platform=(android|ios|all)
|
|
282
|
-
--auto-submit Submit on build complete using the submit profile with the same name as the
|
|
283
|
-
build profile
|
|
284
|
-
--auto-submit-with-profile=PROFILE_NAME Submit on build complete using the submit profile with provided name
|
|
285
|
-
--clear-cache Clear cache before the build
|
|
286
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr
|
|
287
|
-
--local Run build locally [experimental]
|
|
288
|
-
--non-interactive Run command in non-interactive mode
|
|
289
|
-
--output=<value> Output path for local build
|
|
290
|
-
--profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined
|
|
291
|
-
in eas.json.
|
|
292
|
-
--skip-project-configuration Skip project configuration
|
|
293
|
-
--[no-]wait Wait for build(s) to complete
|
|
294
|
-
|
|
295
|
-
DESCRIPTION
|
|
296
|
-
Start a build
|
|
297
|
-
```
|
|
298
|
-
|
|
299
|
-
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
300
|
-
|
|
301
|
-
## `eas build:cancel [BUILD_ID]`
|
|
302
|
-
|
|
303
|
-
Cancel a build.
|
|
304
|
-
|
|
305
|
-
```
|
|
306
|
-
USAGE
|
|
307
|
-
$ eas build:cancel [BUILD_ID]
|
|
308
|
-
|
|
309
|
-
DESCRIPTION
|
|
310
|
-
Cancel a build.
|
|
311
|
-
```
|
|
312
|
-
|
|
313
|
-
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
314
|
-
|
|
315
|
-
## `eas build:configure`
|
|
316
|
-
|
|
317
|
-
Configure the project to support EAS Build.
|
|
318
|
-
|
|
319
|
-
```
|
|
320
|
-
USAGE
|
|
321
|
-
$ eas build:configure [-p android|ios|all]
|
|
322
|
-
|
|
323
|
-
FLAGS
|
|
324
|
-
-p, --platform=(android|ios|all) Platform to configure
|
|
325
|
-
|
|
326
|
-
DESCRIPTION
|
|
327
|
-
Configure the project to support EAS Build.
|
|
328
|
-
```
|
|
329
|
-
|
|
330
|
-
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
331
|
-
|
|
332
|
-
## `eas build:inspect`
|
|
333
|
-
|
|
334
|
-
Inspect the state of the project at specific build stages. Useful for troubleshooting.
|
|
335
|
-
|
|
336
|
-
```
|
|
337
|
-
USAGE
|
|
338
|
-
$ eas build:inspect -p android|ios -s archive|pre-build|post-build -o <value> [--profile <value>] [--force] [-v]
|
|
339
|
-
|
|
340
|
-
FLAGS
|
|
341
|
-
-o, --output=OUTPUT_DIRECTORY
|
|
342
|
-
(required) Output directory.
|
|
343
|
-
|
|
344
|
-
-p, --platform=(android|ios)
|
|
345
|
-
(required)
|
|
346
|
-
|
|
347
|
-
-s, --stage=(archive|pre-build|post-build)
|
|
348
|
-
(required) Stage of the build you want to inspect.
|
|
349
|
-
archive - builds the project archive that would be uploaded to EAS when building
|
|
350
|
-
pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.
|
|
351
|
-
post-build - builds the native project and leaves the output directory for inspection
|
|
352
|
-
|
|
353
|
-
-v, --verbose
|
|
354
|
-
|
|
355
|
-
--force
|
|
356
|
-
Delete OUTPUT_DIRECTORY if it already exists.
|
|
357
|
-
|
|
358
|
-
--profile=PROFILE_NAME
|
|
359
|
-
Name of the build profile from eas.json. Defaults to "production" if defined in eas.json.
|
|
360
|
-
|
|
361
|
-
DESCRIPTION
|
|
362
|
-
Inspect the state of the project at specific build stages. Useful for troubleshooting.
|
|
363
|
-
```
|
|
364
|
-
|
|
365
|
-
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
366
|
-
|
|
367
|
-
## `eas build:list`
|
|
368
|
-
|
|
369
|
-
list all builds for your project
|
|
370
|
-
|
|
371
|
-
```
|
|
372
|
-
USAGE
|
|
373
|
-
$ eas build:list [--platform all|android|ios] [--json] [--status
|
|
374
|
-
new|in-queue|in-progress|errored|finished|canceled] [--distribution store|internal|simulator] [--channel <value>]
|
|
375
|
-
[--appVersion <value>] [--appBuildVersion <value>] [--sdkVersion <value>] [--runtimeVersion <value>]
|
|
376
|
-
[--appIdentifier <value>] [--buildProfile <value>] [--gitCommitHash <value>] [--limit <value>]
|
|
377
|
-
|
|
378
|
-
FLAGS
|
|
379
|
-
--appBuildVersion=<value>
|
|
380
|
-
--appIdentifier=<value>
|
|
381
|
-
--appVersion=<value>
|
|
382
|
-
--buildProfile=<value>
|
|
383
|
-
--channel=<value>
|
|
384
|
-
--distribution=(store|internal|simulator)
|
|
385
|
-
--gitCommitHash=<value>
|
|
386
|
-
--json Enable JSON output, non-JSON messages will be printed
|
|
387
|
-
to stderr
|
|
388
|
-
--limit=<value>
|
|
389
|
-
--platform=(all|android|ios)
|
|
390
|
-
--runtimeVersion=<value>
|
|
391
|
-
--sdkVersion=<value>
|
|
392
|
-
--status=(new|in-queue|in-progress|errored|finished|canceled)
|
|
393
|
-
|
|
394
|
-
DESCRIPTION
|
|
395
|
-
list all builds for your project
|
|
396
|
-
```
|
|
397
|
-
|
|
398
|
-
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
399
|
-
|
|
400
|
-
## `eas build:view [BUILD_ID]`
|
|
401
|
-
|
|
402
|
-
view a build for your project
|
|
403
|
-
|
|
404
|
-
```
|
|
405
|
-
USAGE
|
|
406
|
-
$ eas build:view [BUILD_ID] [--json]
|
|
407
|
-
|
|
408
|
-
FLAGS
|
|
409
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr
|
|
410
|
-
|
|
411
|
-
DESCRIPTION
|
|
412
|
-
view a build for your project
|
|
413
|
-
```
|
|
414
|
-
|
|
415
|
-
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
416
|
-
|
|
417
|
-
## `eas channel:create [NAME]`
|
|
418
|
-
|
|
419
|
-
Create a channel on the current project.
|
|
420
|
-
|
|
421
|
-
```
|
|
422
|
-
USAGE
|
|
423
|
-
$ eas channel:create [NAME] [--json]
|
|
424
|
-
|
|
425
|
-
ARGUMENTS
|
|
426
|
-
NAME Name of the channel to create
|
|
427
|
-
|
|
428
|
-
FLAGS
|
|
429
|
-
--json print output as a JSON object with the new channel ID, name and branch mapping.
|
|
430
|
-
|
|
431
|
-
DESCRIPTION
|
|
432
|
-
Create a channel on the current project.
|
|
433
|
-
```
|
|
434
|
-
|
|
435
|
-
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
436
|
-
|
|
437
|
-
## `eas channel:edit [NAME]`
|
|
438
|
-
|
|
439
|
-
Point a channel at a new branch.
|
|
440
|
-
|
|
441
|
-
```
|
|
442
|
-
USAGE
|
|
443
|
-
$ eas channel:edit [NAME] [--branch <value>] [--json]
|
|
444
|
-
|
|
445
|
-
ARGUMENTS
|
|
446
|
-
NAME Name of the channel to edit
|
|
447
|
-
|
|
448
|
-
FLAGS
|
|
449
|
-
--branch=<value> Name of the branch to point to
|
|
450
|
-
--json print output as a JSON object with the channel ID, name and branch mapping.
|
|
451
|
-
|
|
452
|
-
DESCRIPTION
|
|
453
|
-
Point a channel at a new branch.
|
|
454
|
-
```
|
|
455
|
-
|
|
456
|
-
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
457
|
-
|
|
458
|
-
## `eas channel:list`
|
|
459
|
-
|
|
460
|
-
List all channels on the current project.
|
|
461
|
-
|
|
462
|
-
```
|
|
463
|
-
USAGE
|
|
464
|
-
$ eas channel:list [--json]
|
|
465
|
-
|
|
466
|
-
FLAGS
|
|
467
|
-
--json print output as a JSON object with the channel ID, name and branch mapping.
|
|
468
|
-
|
|
469
|
-
DESCRIPTION
|
|
470
|
-
List all channels on the current project.
|
|
471
|
-
```
|
|
472
|
-
|
|
473
|
-
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
474
|
-
|
|
475
|
-
## `eas channel:view [NAME]`
|
|
476
|
-
|
|
477
|
-
View a channel on the current project.
|
|
478
|
-
|
|
479
|
-
```
|
|
480
|
-
USAGE
|
|
481
|
-
$ eas channel:view [NAME] [--json]
|
|
482
|
-
|
|
483
|
-
ARGUMENTS
|
|
484
|
-
NAME Name of the channel to view
|
|
485
|
-
|
|
486
|
-
FLAGS
|
|
487
|
-
--json print output as a JSON object with the channel ID, name and branch mapping.
|
|
488
|
-
|
|
489
|
-
DESCRIPTION
|
|
490
|
-
View a channel on the current project.
|
|
491
|
-
```
|
|
492
|
-
|
|
493
|
-
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
494
|
-
|
|
495
|
-
## `eas config`
|
|
496
|
-
|
|
497
|
-
show the eas.json config
|
|
498
|
-
|
|
499
|
-
```
|
|
500
|
-
USAGE
|
|
501
|
-
$ eas config [-p android|ios] [--profile <value>]
|
|
502
|
-
|
|
503
|
-
FLAGS
|
|
504
|
-
-p, --platform=(android|ios)
|
|
505
|
-
--profile=<value>
|
|
506
|
-
|
|
507
|
-
DESCRIPTION
|
|
508
|
-
show the eas.json config
|
|
509
|
-
```
|
|
510
|
-
|
|
511
|
-
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/config.ts)_
|
|
512
|
-
|
|
513
|
-
## `eas credentials`
|
|
514
|
-
|
|
515
|
-
manage your credentials
|
|
516
|
-
|
|
517
|
-
```
|
|
518
|
-
USAGE
|
|
519
|
-
$ eas credentials
|
|
520
|
-
|
|
521
|
-
DESCRIPTION
|
|
522
|
-
manage your credentials
|
|
523
|
-
```
|
|
524
|
-
|
|
525
|
-
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/credentials.ts)_
|
|
526
|
-
|
|
527
|
-
## `eas device:create`
|
|
528
|
-
|
|
529
|
-
register new Apple Devices to use for internal distribution
|
|
530
|
-
|
|
531
|
-
```
|
|
532
|
-
USAGE
|
|
533
|
-
$ eas device:create
|
|
534
|
-
|
|
535
|
-
DESCRIPTION
|
|
536
|
-
register new Apple Devices to use for internal distribution
|
|
537
|
-
```
|
|
538
|
-
|
|
539
|
-
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
540
|
-
|
|
541
|
-
## `eas device:list`
|
|
542
|
-
|
|
543
|
-
list all registered devices for your account
|
|
544
|
-
|
|
545
|
-
```
|
|
546
|
-
USAGE
|
|
547
|
-
$ eas device:list [--apple-team-id <value>]
|
|
548
|
-
|
|
549
|
-
FLAGS
|
|
550
|
-
--apple-team-id=<value>
|
|
551
|
-
|
|
552
|
-
DESCRIPTION
|
|
553
|
-
list all registered devices for your account
|
|
554
|
-
```
|
|
555
|
-
|
|
556
|
-
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
557
|
-
|
|
558
|
-
## `eas device:view [UDID]`
|
|
559
|
-
|
|
560
|
-
view a device for your project
|
|
561
|
-
|
|
562
|
-
```
|
|
563
|
-
USAGE
|
|
564
|
-
$ eas device:view [UDID]
|
|
565
|
-
|
|
566
|
-
DESCRIPTION
|
|
567
|
-
view a device for your project
|
|
568
|
-
```
|
|
569
|
-
|
|
570
|
-
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
571
|
-
|
|
572
|
-
## `eas diagnostics`
|
|
573
|
-
|
|
574
|
-
log environment info to the console
|
|
575
|
-
|
|
576
|
-
```
|
|
577
|
-
USAGE
|
|
578
|
-
$ eas diagnostics
|
|
579
|
-
|
|
580
|
-
DESCRIPTION
|
|
581
|
-
log environment info to the console
|
|
582
|
-
```
|
|
583
|
-
|
|
584
|
-
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
66
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.1.1/src/commands/autocomplete/index.ts)_
|
|
585
67
|
|
|
586
68
|
## `eas help [COMMAND]`
|
|
587
69
|
|
|
@@ -602,311 +84,4 @@ DESCRIPTION
|
|
|
602
84
|
```
|
|
603
85
|
|
|
604
86
|
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.10/src/commands/help.ts)_
|
|
605
|
-
|
|
606
|
-
## `eas project:info`
|
|
607
|
-
|
|
608
|
-
information about the current project
|
|
609
|
-
|
|
610
|
-
```
|
|
611
|
-
USAGE
|
|
612
|
-
$ eas project:info
|
|
613
|
-
|
|
614
|
-
DESCRIPTION
|
|
615
|
-
information about the current project
|
|
616
|
-
```
|
|
617
|
-
|
|
618
|
-
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
619
|
-
|
|
620
|
-
## `eas project:init`
|
|
621
|
-
|
|
622
|
-
create or link an EAS project
|
|
623
|
-
|
|
624
|
-
```
|
|
625
|
-
USAGE
|
|
626
|
-
$ eas project:init
|
|
627
|
-
|
|
628
|
-
DESCRIPTION
|
|
629
|
-
create or link an EAS project
|
|
630
|
-
|
|
631
|
-
ALIASES
|
|
632
|
-
$ eas init
|
|
633
|
-
```
|
|
634
|
-
|
|
635
|
-
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
636
|
-
|
|
637
|
-
## `eas secret:create`
|
|
638
|
-
|
|
639
|
-
Create an environment secret on the current project or owner account.
|
|
640
|
-
|
|
641
|
-
```
|
|
642
|
-
USAGE
|
|
643
|
-
$ eas secret:create [--scope account|project] [--name <value>] [--value <value>] [--force]
|
|
644
|
-
|
|
645
|
-
FLAGS
|
|
646
|
-
--force Delete and recreate existing secrets
|
|
647
|
-
--name=<value> Name of the secret
|
|
648
|
-
--scope=(account|project) [default: project] Scope for the secret
|
|
649
|
-
--value=<value> Value of the secret
|
|
650
|
-
|
|
651
|
-
DESCRIPTION
|
|
652
|
-
Create an environment secret on the current project or owner account.
|
|
653
|
-
```
|
|
654
|
-
|
|
655
|
-
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/secret/create.ts)_
|
|
656
|
-
|
|
657
|
-
## `eas secret:delete`
|
|
658
|
-
|
|
659
|
-
Delete an environment secret by ID.
|
|
660
|
-
|
|
661
|
-
```
|
|
662
|
-
USAGE
|
|
663
|
-
$ eas secret:delete [--id <value>]
|
|
664
|
-
|
|
665
|
-
FLAGS
|
|
666
|
-
--id=<value> ID of the secret to delete
|
|
667
|
-
|
|
668
|
-
DESCRIPTION
|
|
669
|
-
Delete an environment secret by ID.
|
|
670
|
-
|
|
671
|
-
Unsure where to find the secret's ID? Run eas secret:list
|
|
672
|
-
```
|
|
673
|
-
|
|
674
|
-
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/secret/delete.ts)_
|
|
675
|
-
|
|
676
|
-
## `eas secret:list`
|
|
677
|
-
|
|
678
|
-
Lists environment secrets available for your current app
|
|
679
|
-
|
|
680
|
-
```
|
|
681
|
-
USAGE
|
|
682
|
-
$ eas secret:list
|
|
683
|
-
|
|
684
|
-
DESCRIPTION
|
|
685
|
-
Lists environment secrets available for your current app
|
|
686
|
-
```
|
|
687
|
-
|
|
688
|
-
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/secret/list.ts)_
|
|
689
|
-
|
|
690
|
-
## `eas submit`
|
|
691
|
-
|
|
692
|
-
Submit build archive to App Store Connect
|
|
693
|
-
|
|
694
|
-
```
|
|
695
|
-
USAGE
|
|
696
|
-
$ eas submit [-p android|ios|all] [--profile <value>] [--latest | --id <value> | --path <value> | --url
|
|
697
|
-
<value>] [--verbose] [--wait] [--non-interactive]
|
|
698
|
-
|
|
699
|
-
FLAGS
|
|
700
|
-
-p, --platform=(android|ios|all)
|
|
701
|
-
--id=<value> ID of the build to submit
|
|
702
|
-
--latest Submit the latest build for specified platform
|
|
703
|
-
--non-interactive Run command in non-interactive mode
|
|
704
|
-
--path=<value> Path to the .apk/.aab/.ipa file
|
|
705
|
-
--profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in
|
|
706
|
-
eas.json.
|
|
707
|
-
--url=<value> App archive url
|
|
708
|
-
--verbose Always print logs from Submission Service
|
|
709
|
-
--[no-]wait Wait for submission to complete
|
|
710
|
-
|
|
711
|
-
DESCRIPTION
|
|
712
|
-
Submit build archive to App Store Connect
|
|
713
|
-
|
|
714
|
-
See how to configure submits with eas.json: https://docs.expo.dev/submit/eas-json/
|
|
715
|
-
|
|
716
|
-
ALIASES
|
|
717
|
-
$ eas build:submit
|
|
718
|
-
```
|
|
719
|
-
|
|
720
|
-
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/submit.ts)_
|
|
721
|
-
|
|
722
|
-
## `eas update`
|
|
723
|
-
|
|
724
|
-
Publish an update group.
|
|
725
|
-
|
|
726
|
-
```
|
|
727
|
-
USAGE
|
|
728
|
-
$ eas update [--branch <value>] [--message <value>] [--republish | --input-dir <value> | --skip-bundler]
|
|
729
|
-
[--group <value> | | ] [-p android|ios|all] [--json] [--auto]
|
|
730
|
-
|
|
731
|
-
FLAGS
|
|
732
|
-
-p, --platform=(android|ios|all) [default: all]
|
|
733
|
-
--auto Use the current git branch and commit message for the EAS branch and update message
|
|
734
|
-
--branch=<value> Branch to publish the update group on
|
|
735
|
-
--group=<value> Update group to republish
|
|
736
|
-
--input-dir=<value> [default: dist] Location of the bundle
|
|
737
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr
|
|
738
|
-
--message=<value> A short message describing the update
|
|
739
|
-
--republish Republish an update group
|
|
740
|
-
--skip-bundler Skip running Expo CLI to bundle the app before publishing
|
|
741
|
-
|
|
742
|
-
DESCRIPTION
|
|
743
|
-
Publish an update group.
|
|
744
|
-
```
|
|
745
|
-
|
|
746
|
-
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
747
|
-
|
|
748
|
-
## `eas update:configure`
|
|
749
|
-
|
|
750
|
-
Configure the project to support EAS Update.
|
|
751
|
-
|
|
752
|
-
```
|
|
753
|
-
USAGE
|
|
754
|
-
$ eas update:configure
|
|
755
|
-
|
|
756
|
-
DESCRIPTION
|
|
757
|
-
Configure the project to support EAS Update.
|
|
758
|
-
```
|
|
759
|
-
|
|
760
|
-
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
761
|
-
|
|
762
|
-
## `eas update:delete GROUPID`
|
|
763
|
-
|
|
764
|
-
Delete all the updates in an update Group.
|
|
765
|
-
|
|
766
|
-
```
|
|
767
|
-
USAGE
|
|
768
|
-
$ eas update:delete [GROUPID] [--json]
|
|
769
|
-
|
|
770
|
-
ARGUMENTS
|
|
771
|
-
GROUPID The ID of an update group to delete.
|
|
772
|
-
|
|
773
|
-
FLAGS
|
|
774
|
-
--json Return a json with the group ID of the deleted updates.
|
|
775
|
-
|
|
776
|
-
DESCRIPTION
|
|
777
|
-
Delete all the updates in an update Group.
|
|
778
|
-
```
|
|
779
|
-
|
|
780
|
-
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
781
|
-
|
|
782
|
-
## `eas update:list`
|
|
783
|
-
|
|
784
|
-
View the recent updates for a branch
|
|
785
|
-
|
|
786
|
-
```
|
|
787
|
-
USAGE
|
|
788
|
-
$ eas update:list [--branch <value> | --all] [--json]
|
|
789
|
-
|
|
790
|
-
FLAGS
|
|
791
|
-
--all List all updates associated with this project
|
|
792
|
-
--branch=<value> List all updates on this branch
|
|
793
|
-
--json Return a json with all of the recent update groups.
|
|
794
|
-
|
|
795
|
-
DESCRIPTION
|
|
796
|
-
View the recent updates for a branch
|
|
797
|
-
```
|
|
798
|
-
|
|
799
|
-
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
800
|
-
|
|
801
|
-
## `eas update:view GROUPID`
|
|
802
|
-
|
|
803
|
-
Update group details.
|
|
804
|
-
|
|
805
|
-
```
|
|
806
|
-
USAGE
|
|
807
|
-
$ eas update:view [GROUPID] [--json]
|
|
808
|
-
|
|
809
|
-
ARGUMENTS
|
|
810
|
-
GROUPID The ID of an update group.
|
|
811
|
-
|
|
812
|
-
FLAGS
|
|
813
|
-
--json Return a json with the updates belonging to the group.
|
|
814
|
-
|
|
815
|
-
DESCRIPTION
|
|
816
|
-
Update group details.
|
|
817
|
-
```
|
|
818
|
-
|
|
819
|
-
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
820
|
-
|
|
821
|
-
## `eas webhook:create`
|
|
822
|
-
|
|
823
|
-
Create a webhook on the current project.
|
|
824
|
-
|
|
825
|
-
```
|
|
826
|
-
USAGE
|
|
827
|
-
$ eas webhook:create [--event BUILD|SUBMIT] [--url <value>] [--secret <value>]
|
|
828
|
-
|
|
829
|
-
FLAGS
|
|
830
|
-
--event=(BUILD|SUBMIT) Event type that triggers the webhook
|
|
831
|
-
--secret=<value> Secret used to create a hash signature of the request payload, provided in the
|
|
832
|
-
'Expo-Signature' header.
|
|
833
|
-
--url=<value> Webhook URL
|
|
834
|
-
|
|
835
|
-
DESCRIPTION
|
|
836
|
-
Create a webhook on the current project.
|
|
837
|
-
```
|
|
838
|
-
|
|
839
|
-
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
840
|
-
|
|
841
|
-
## `eas webhook:delete [ID]`
|
|
842
|
-
|
|
843
|
-
Delete a webhook on the current project.
|
|
844
|
-
|
|
845
|
-
```
|
|
846
|
-
USAGE
|
|
847
|
-
$ eas webhook:delete [ID]
|
|
848
|
-
|
|
849
|
-
ARGUMENTS
|
|
850
|
-
ID ID of the webhook to delete
|
|
851
|
-
|
|
852
|
-
DESCRIPTION
|
|
853
|
-
Delete a webhook on the current project.
|
|
854
|
-
```
|
|
855
|
-
|
|
856
|
-
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
857
|
-
|
|
858
|
-
## `eas webhook:list`
|
|
859
|
-
|
|
860
|
-
List webhooks on the current project.
|
|
861
|
-
|
|
862
|
-
```
|
|
863
|
-
USAGE
|
|
864
|
-
$ eas webhook:list [--event BUILD|SUBMIT]
|
|
865
|
-
|
|
866
|
-
FLAGS
|
|
867
|
-
--event=(BUILD|SUBMIT) Event type that triggers the webhook
|
|
868
|
-
|
|
869
|
-
DESCRIPTION
|
|
870
|
-
List webhooks on the current project.
|
|
871
|
-
```
|
|
872
|
-
|
|
873
|
-
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
874
|
-
|
|
875
|
-
## `eas webhook:update`
|
|
876
|
-
|
|
877
|
-
Create a webhook on the current project.
|
|
878
|
-
|
|
879
|
-
```
|
|
880
|
-
USAGE
|
|
881
|
-
$ eas webhook:update --id <value> [--event BUILD|SUBMIT] [--url <value>] [--secret <value>]
|
|
882
|
-
|
|
883
|
-
FLAGS
|
|
884
|
-
--event=(BUILD|SUBMIT) Event type that triggers the webhook
|
|
885
|
-
--id=<value> (required) Webhook ID
|
|
886
|
-
--secret=<value> Secret used to create a hash signature of the request payload, provided in the
|
|
887
|
-
'Expo-Signature' header.
|
|
888
|
-
--url=<value> Webhook URL
|
|
889
|
-
|
|
890
|
-
DESCRIPTION
|
|
891
|
-
Create a webhook on the current project.
|
|
892
|
-
```
|
|
893
|
-
|
|
894
|
-
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
895
|
-
|
|
896
|
-
## `eas webhook:view ID`
|
|
897
|
-
|
|
898
|
-
View a webhook on the current project.
|
|
899
|
-
|
|
900
|
-
```
|
|
901
|
-
USAGE
|
|
902
|
-
$ eas webhook:view [ID]
|
|
903
|
-
|
|
904
|
-
ARGUMENTS
|
|
905
|
-
ID ID of the webhook to view
|
|
906
|
-
|
|
907
|
-
DESCRIPTION
|
|
908
|
-
View a webhook on the current project.
|
|
909
|
-
```
|
|
910
|
-
|
|
911
|
-
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
912
87
|
<!-- commandsstop -->
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
const config_1 = require("@expo/config");
|
|
5
|
+
const eas_build_job_1 = require("@expo/eas-build-job");
|
|
5
6
|
const core_1 = require("@oclif/core");
|
|
6
7
|
const chalk_1 = (0, tslib_1.__importDefault)(require("chalk"));
|
|
7
8
|
const UpdatesModule_1 = require("../../build/android/UpdatesModule");
|
|
@@ -13,6 +14,7 @@ const EasCommand_1 = (0, tslib_1.__importDefault)(require("../../commandUtils/Ea
|
|
|
13
14
|
const log_1 = (0, tslib_1.__importStar)(require("../../log"));
|
|
14
15
|
const platform_1 = require("../../platform");
|
|
15
16
|
const projectUtils_1 = require("../../project/projectUtils");
|
|
17
|
+
const workflow_1 = require("../../project/workflow");
|
|
16
18
|
const prompts_1 = require("../../prompts");
|
|
17
19
|
const vcs_1 = require("../../vcs");
|
|
18
20
|
class BuildConfigure extends EasCommand_1.default {
|
|
@@ -38,10 +40,16 @@ class BuildConfigure extends EasCommand_1.default {
|
|
|
38
40
|
if (expoUpdatesIsInstalled) {
|
|
39
41
|
const { exp } = (0, config_1.getConfig)(projectDir, { skipSDKVersionRequirement: true });
|
|
40
42
|
if ([platform_1.RequestedPlatform.Android, platform_1.RequestedPlatform.All].includes(platform)) {
|
|
41
|
-
await (0,
|
|
43
|
+
const workflow = await (0, workflow_1.resolveWorkflowAsync)(projectDir, eas_build_job_1.Platform.ANDROID);
|
|
44
|
+
if (workflow === eas_build_job_1.Workflow.GENERIC) {
|
|
45
|
+
await (0, UpdatesModule_1.syncUpdatesConfigurationAsync)(projectDir, exp);
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
if ([platform_1.RequestedPlatform.Ios, platform_1.RequestedPlatform.All].includes(platform)) {
|
|
44
|
-
await (0,
|
|
49
|
+
const workflow = await (0, workflow_1.resolveWorkflowAsync)(projectDir, eas_build_job_1.Platform.IOS);
|
|
50
|
+
if (workflow === eas_build_job_1.Workflow.GENERIC) {
|
|
51
|
+
await (0, UpdatesModule_2.syncUpdatesConfigurationAsync)(projectDir, exp);
|
|
52
|
+
}
|
|
45
53
|
}
|
|
46
54
|
}
|
|
47
55
|
log_1.default.addNewLineIfNone();
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.44.0","commands":{"analytics":{"id":"analytics","description":"view or change analytics settings","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"STATUS","options":["on","off"]}]},"config":{"id":"config","description":"show the eas.json config","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","multiple":false}},"args":[]},"credentials":{"id":"credentials","description":"manage your credentials","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"diagnostics":{"id":"diagnostics","description":"log environment info to the console","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"submit":{"id":"submit","description":"Submit build archive to App Store Connect\nSee how to configure submits with eas.json: https://docs.expo.dev/submit/eas-json/","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["build:submit"],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"profile":{"name":"profile","type":"option","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false},"latest":{"name":"latest","type":"boolean","description":"Submit the latest build for specified platform","allowNo":false,"exclusive":["id","path","url"]},"id":{"name":"id","type":"option","description":"ID of the build to submit","multiple":false,"exclusive":["latest, path, url"]},"path":{"name":"path","type":"option","description":"Path to the .apk/.aab/.ipa file","multiple":false,"exclusive":["latest","id","url"]},"url":{"name":"url","type":"option","description":"App archive url","multiple":false,"exclusive":["latest","id","path"]},"verbose":{"name":"verbose","type":"boolean","description":"Always print logs from Submission Service","allowNo":false},"wait":{"name":"wait","type":"boolean","description":"Wait for submission to complete","allowNo":true},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false}},"args":[]},"account:login":{"id":"account:login","description":"log in with your Expo account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["login"],"flags":{},"args":[]},"account:logout":{"id":"account:logout","description":"log out","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["logout"],"flags":{},"args":[]},"account:view":{"id":"account:view","description":"show the username you are logged in as","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["whoami"],"flags":{},"args":[]},"branch:create":{"id":"branch:create","description":"Create a branch on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return a json with the new branch ID and name.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to create","required":false}]},"branch:delete":{"id":"branch:delete","description":"Delete a branch on the current project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return JSON with the edited branch's ID and name.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to delete","required":false}]},"branch:list":{"id":"branch:list","description":"List all branches on this project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return output as JSON","allowNo":false}},"args":[]},"branch:publish":{"id":"branch:publish","description":"deprecated, use \"eas update\"","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"branch:rename":{"id":"branch:rename","description":"Rename a branch.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"from":{"name":"from","type":"option","description":"current name of the branch.","required":false,"multiple":false},"to":{"name":"to","type":"option","description":"new name of the branch.","required":false,"multiple":false},"json":{"name":"json","type":"boolean","description":"return a json with the edited branch's ID and name.","allowNo":false}},"args":[]},"branch:view":{"id":"branch:view","description":"View a branch.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return a json with the branch's ID name and recent update groups.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to view","required":false}]},"build:cancel":{"id":"build:cancel","description":"Cancel a build.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"BUILD_ID"}]},"build:configure":{"id":"build:configure","description":"Configure the project to support EAS Build.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","description":"Platform to configure","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]}},"args":[]},"build":{"id":"build","description":"Start a build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"skip-credentials-check":{"name":"skip-credentials-check","type":"boolean","hidden":true,"allowNo":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"skip-project-configuration":{"name":"skip-project-configuration","type":"boolean","description":"Skip project configuration","allowNo":false},"profile":{"name":"profile","type":"option","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false},"local":{"name":"local","type":"boolean","description":"Run build locally [experimental]","allowNo":false},"output":{"name":"output","type":"option","description":"Output path for local build","multiple":false},"wait":{"name":"wait","type":"boolean","description":"Wait for build(s) to complete","allowNo":true},"clear-cache":{"name":"clear-cache","type":"boolean","description":"Clear cache before the build","allowNo":false},"auto-submit":{"name":"auto-submit","type":"boolean","description":"Submit on build complete using the submit profile with the same name as the build profile","allowNo":false,"exclusive":["auto-submit-with-profile"]},"auto-submit-with-profile":{"name":"auto-submit-with-profile","type":"option","description":"Submit on build complete using the submit profile with provided name","helpValue":"PROFILE_NAME","multiple":false,"exclusive":["auto-submit"]}},"args":[]},"build:inspect":{"id":"build:inspect","description":"Inspect the state of the project at specific build stages. Useful for troubleshooting.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","required":true,"helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"stage":{"name":"stage","type":"option","char":"s","description":"Stage of the build you want to inspect.\n archive - builds the project archive that would be uploaded to EAS when building\n pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.\n post-build - builds the native project and leaves the output directory for inspection","required":true,"helpValue":"(archive|pre-build|post-build)","multiple":false,"options":["archive","pre-build","post-build"]},"output":{"name":"output","type":"option","char":"o","description":"Output directory.","required":true,"helpValue":"OUTPUT_DIRECTORY","multiple":false},"force":{"name":"force","type":"boolean","description":"Delete OUTPUT_DIRECTORY if it already exists.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"build:list":{"id":"build:list","description":"list all builds for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","helpValue":"(all|android|ios)","multiple":false,"options":["all","android","ios"]},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"status":{"name":"status","type":"option","helpValue":"(new|in-queue|in-progress|errored|finished|canceled)","multiple":false,"options":["new","in-queue","in-progress","errored","finished","canceled"]},"distribution":{"name":"distribution","type":"option","helpValue":"(store|internal|simulator)","multiple":false,"options":["store","internal","simulator"]},"channel":{"name":"channel","type":"option","multiple":false},"appVersion":{"name":"appVersion","type":"option","multiple":false},"appBuildVersion":{"name":"appBuildVersion","type":"option","multiple":false},"sdkVersion":{"name":"sdkVersion","type":"option","multiple":false},"runtimeVersion":{"name":"runtimeVersion","type":"option","multiple":false},"appIdentifier":{"name":"appIdentifier","type":"option","multiple":false},"buildProfile":{"name":"buildProfile","type":"option","multiple":false},"gitCommitHash":{"name":"gitCommitHash","type":"option","multiple":false},"limit":{"name":"limit","type":"option","multiple":false}},"args":[]},"build:view":{"id":"build:view","description":"view a build for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false}},"args":[{"name":"BUILD_ID"}]},"channel:create":{"id":"channel:create","description":"Create a channel on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the new channel ID, name and branch mapping.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to create","required":false}]},"channel:delete":{"id":"channel:delete","description":"Delete a channel on the current project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Delete a channel on the current project","allowNo":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to delete","required":false}]},"channel:edit":{"id":"channel:edit","description":"Point a channel at a new branch.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Name of the branch to point to","multiple":false},"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the channel ID, name and branch mapping.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to edit","required":false}]},"channel:list":{"id":"channel:list","description":"List all channels on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the channel ID, name and branch mapping.","allowNo":false}},"args":[]},"channel:rollout":{"id":"channel:rollout","description":"Rollout a new branch out to a channel incrementally.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"branch to rollout","required":false,"multiple":false},"percent":{"name":"percent","type":"option","description":"percent of traffic to redirect to the new branch","required":false,"multiple":false},"end":{"name":"end","type":"boolean","description":"end the rollout","allowNo":false},"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the new channel ID, name and branch mapping","allowNo":false}},"args":[{"name":"channel","description":"rollout that the channel is on","required":true}]},"channel:view":{"id":"channel:view","description":"View a channel on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the channel ID, name and branch mapping.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to view","required":false}]},"device:create":{"id":"device:create","description":"register new Apple Devices to use for internal distribution","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"device:list":{"id":"device:list","description":"list all registered devices for your account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"apple-team-id":{"name":"apple-team-id","type":"option","multiple":false}},"args":[]},"device:view":{"id":"device:view","description":"view a device for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"UDID"}]},"project:info":{"id":"project:info","description":"information about the current project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"project:init":{"id":"project:init","description":"create or link an EAS project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["init"],"flags":{},"args":[]},"secret:create":{"id":"secret:create","description":"Create an environment secret on the current project or owner account.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"scope":{"name":"scope","type":"option","description":"Scope for the secret","helpValue":"(account|project)","multiple":false,"options":["account","project"],"default":"project"},"name":{"name":"name","type":"option","description":"Name of the secret","multiple":false},"value":{"name":"value","type":"option","description":"Value of the secret","multiple":false},"force":{"name":"force","type":"boolean","description":"Delete and recreate existing secrets","allowNo":false}},"args":[]},"secret:delete":{"id":"secret:delete","description":"Delete an environment secret by ID.\nUnsure where to find the secret's ID? Run eas secret:list","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"id":{"name":"id","type":"option","description":"ID of the secret to delete","multiple":false}},"args":[]},"secret:list":{"id":"secret:list","description":"Lists environment secrets available for your current app","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"update:configure":{"id":"update:configure","description":"Configure the project to support EAS Update.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"update:delete":{"id":"update:delete","description":"Delete all the updates in an update Group.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Return a json with the group ID of the deleted updates.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group to delete.","required":true}]},"update":{"id":"update","description":"Publish an update group.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Branch to publish the update group on","required":false,"multiple":false},"message":{"name":"message","type":"option","description":"A short message describing the update","required":false,"multiple":false},"republish":{"name":"republish","type":"boolean","description":"Republish an update group","allowNo":false,"exclusive":["input-dir","skip-bundler"]},"group":{"name":"group","type":"option","description":"Update group to republish","multiple":false,"exclusive":["input-dir","skip-bundler"]},"input-dir":{"name":"input-dir","type":"option","description":"Location of the bundle","required":false,"multiple":false,"default":"dist"},"skip-bundler":{"name":"skip-bundler","type":"boolean","description":"Skip running Expo CLI to bundle the app before publishing","allowNo":false},"platform":{"name":"platform","type":"option","char":"p","required":false,"helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"auto":{"name":"auto","type":"boolean","description":"Use the current git branch and commit message for the EAS branch and update message","allowNo":false}},"args":[]},"update:list":{"id":"update:list","description":"View the recent updates for a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"List all updates on this branch","multiple":false,"exclusive":["all"]},"all":{"name":"all","type":"boolean","description":"List all updates associated with this project","allowNo":false,"exclusive":["branch"]},"json":{"name":"json","type":"boolean","description":"Return a json with all of the recent update groups.","allowNo":false}},"args":[]},"update:view":{"id":"update:view","description":"Update group details.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Return a json with the updates belonging to the group.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group.","required":true}]},"webhook:create":{"id":"webhook:create","description":"Create a webhook on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]},"url":{"name":"url","type":"option","description":"Webhook URL","multiple":false},"secret":{"name":"secret","type":"option","description":"Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.","multiple":false}},"args":[]},"webhook:delete":{"id":"webhook:delete","description":"Delete a webhook on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ID","description":"ID of the webhook to delete","required":false}]},"webhook:list":{"id":"webhook:list","description":"List webhooks on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]}},"args":[]},"webhook:update":{"id":"webhook:update","description":"Create a webhook on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"id":{"name":"id","type":"option","description":"Webhook ID","required":true,"multiple":false},"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]},"url":{"name":"url","type":"option","description":"Webhook URL","multiple":false},"secret":{"name":"secret","type":"option","description":"Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.","multiple":false}},"args":[]},"webhook:view":{"id":"webhook:view","description":"View a webhook on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ID","description":"ID of the webhook to view","required":true}]}}}
|
|
1
|
+
{"version":"0.44.1","commands":{"analytics":{"id":"analytics","description":"view or change analytics settings","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"STATUS","options":["on","off"]}]},"config":{"id":"config","description":"show the eas.json config","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","multiple":false}},"args":[]},"credentials":{"id":"credentials","description":"manage your credentials","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"diagnostics":{"id":"diagnostics","description":"log environment info to the console","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"submit":{"id":"submit","description":"Submit build archive to App Store Connect\nSee how to configure submits with eas.json: https://docs.expo.dev/submit/eas-json/","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["build:submit"],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"profile":{"name":"profile","type":"option","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false},"latest":{"name":"latest","type":"boolean","description":"Submit the latest build for specified platform","allowNo":false,"exclusive":["id","path","url"]},"id":{"name":"id","type":"option","description":"ID of the build to submit","multiple":false,"exclusive":["latest, path, url"]},"path":{"name":"path","type":"option","description":"Path to the .apk/.aab/.ipa file","multiple":false,"exclusive":["latest","id","url"]},"url":{"name":"url","type":"option","description":"App archive url","multiple":false,"exclusive":["latest","id","path"]},"verbose":{"name":"verbose","type":"boolean","description":"Always print logs from Submission Service","allowNo":false},"wait":{"name":"wait","type":"boolean","description":"Wait for submission to complete","allowNo":true},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false}},"args":[]},"account:login":{"id":"account:login","description":"log in with your Expo account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["login"],"flags":{},"args":[]},"account:logout":{"id":"account:logout","description":"log out","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["logout"],"flags":{},"args":[]},"account:view":{"id":"account:view","description":"show the username you are logged in as","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["whoami"],"flags":{},"args":[]},"branch:create":{"id":"branch:create","description":"Create a branch on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return a json with the new branch ID and name.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to create","required":false}]},"branch:delete":{"id":"branch:delete","description":"Delete a branch on the current project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return JSON with the edited branch's ID and name.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to delete","required":false}]},"branch:list":{"id":"branch:list","description":"List all branches on this project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return output as JSON","allowNo":false}},"args":[]},"branch:publish":{"id":"branch:publish","description":"deprecated, use \"eas update\"","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"branch:rename":{"id":"branch:rename","description":"Rename a branch.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"from":{"name":"from","type":"option","description":"current name of the branch.","required":false,"multiple":false},"to":{"name":"to","type":"option","description":"new name of the branch.","required":false,"multiple":false},"json":{"name":"json","type":"boolean","description":"return a json with the edited branch's ID and name.","allowNo":false}},"args":[]},"branch:view":{"id":"branch:view","description":"View a branch.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"return a json with the branch's ID name and recent update groups.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to view","required":false}]},"build:cancel":{"id":"build:cancel","description":"Cancel a build.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"BUILD_ID"}]},"build:configure":{"id":"build:configure","description":"Configure the project to support EAS Build.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","description":"Platform to configure","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]}},"args":[]},"build":{"id":"build","description":"Start a build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"skip-credentials-check":{"name":"skip-credentials-check","type":"boolean","hidden":true,"allowNo":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"skip-project-configuration":{"name":"skip-project-configuration","type":"boolean","description":"Skip project configuration","allowNo":false},"profile":{"name":"profile","type":"option","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false},"local":{"name":"local","type":"boolean","description":"Run build locally [experimental]","allowNo":false},"output":{"name":"output","type":"option","description":"Output path for local build","multiple":false},"wait":{"name":"wait","type":"boolean","description":"Wait for build(s) to complete","allowNo":true},"clear-cache":{"name":"clear-cache","type":"boolean","description":"Clear cache before the build","allowNo":false},"auto-submit":{"name":"auto-submit","type":"boolean","description":"Submit on build complete using the submit profile with the same name as the build profile","allowNo":false,"exclusive":["auto-submit-with-profile"]},"auto-submit-with-profile":{"name":"auto-submit-with-profile","type":"option","description":"Submit on build complete using the submit profile with provided name","helpValue":"PROFILE_NAME","multiple":false,"exclusive":["auto-submit"]}},"args":[]},"build:inspect":{"id":"build:inspect","description":"Inspect the state of the project at specific build stages. Useful for troubleshooting.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","required":true,"helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"stage":{"name":"stage","type":"option","char":"s","description":"Stage of the build you want to inspect.\n archive - builds the project archive that would be uploaded to EAS when building\n pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.\n post-build - builds the native project and leaves the output directory for inspection","required":true,"helpValue":"(archive|pre-build|post-build)","multiple":false,"options":["archive","pre-build","post-build"]},"output":{"name":"output","type":"option","char":"o","description":"Output directory.","required":true,"helpValue":"OUTPUT_DIRECTORY","multiple":false},"force":{"name":"force","type":"boolean","description":"Delete OUTPUT_DIRECTORY if it already exists.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"build:list":{"id":"build:list","description":"list all builds for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","helpValue":"(all|android|ios)","multiple":false,"options":["all","android","ios"]},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"status":{"name":"status","type":"option","helpValue":"(new|in-queue|in-progress|errored|finished|canceled)","multiple":false,"options":["new","in-queue","in-progress","errored","finished","canceled"]},"distribution":{"name":"distribution","type":"option","helpValue":"(store|internal|simulator)","multiple":false,"options":["store","internal","simulator"]},"channel":{"name":"channel","type":"option","multiple":false},"appVersion":{"name":"appVersion","type":"option","multiple":false},"appBuildVersion":{"name":"appBuildVersion","type":"option","multiple":false},"sdkVersion":{"name":"sdkVersion","type":"option","multiple":false},"runtimeVersion":{"name":"runtimeVersion","type":"option","multiple":false},"appIdentifier":{"name":"appIdentifier","type":"option","multiple":false},"buildProfile":{"name":"buildProfile","type":"option","multiple":false},"gitCommitHash":{"name":"gitCommitHash","type":"option","multiple":false},"limit":{"name":"limit","type":"option","multiple":false}},"args":[]},"build:view":{"id":"build:view","description":"view a build for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false}},"args":[{"name":"BUILD_ID"}]},"channel:create":{"id":"channel:create","description":"Create a channel on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the new channel ID, name and branch mapping.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to create","required":false}]},"channel:delete":{"id":"channel:delete","description":"Delete a channel on the current project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Delete a channel on the current project","allowNo":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to delete","required":false}]},"channel:edit":{"id":"channel:edit","description":"Point a channel at a new branch.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Name of the branch to point to","multiple":false},"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the channel ID, name and branch mapping.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to edit","required":false}]},"channel:list":{"id":"channel:list","description":"List all channels on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the channel ID, name and branch mapping.","allowNo":false}},"args":[]},"channel:rollout":{"id":"channel:rollout","description":"Rollout a new branch out to a channel incrementally.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"branch to rollout","required":false,"multiple":false},"percent":{"name":"percent","type":"option","description":"percent of traffic to redirect to the new branch","required":false,"multiple":false},"end":{"name":"end","type":"boolean","description":"end the rollout","allowNo":false},"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the new channel ID, name and branch mapping","allowNo":false}},"args":[{"name":"channel","description":"rollout that the channel is on","required":true}]},"channel:view":{"id":"channel:view","description":"View a channel on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"print output as a JSON object with the channel ID, name and branch mapping.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to view","required":false}]},"device:create":{"id":"device:create","description":"register new Apple Devices to use for internal distribution","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"device:list":{"id":"device:list","description":"list all registered devices for your account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"apple-team-id":{"name":"apple-team-id","type":"option","multiple":false}},"args":[]},"device:view":{"id":"device:view","description":"view a device for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"UDID"}]},"project:info":{"id":"project:info","description":"information about the current project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"project:init":{"id":"project:init","description":"create or link an EAS project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["init"],"flags":{},"args":[]},"secret:create":{"id":"secret:create","description":"Create an environment secret on the current project or owner account.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"scope":{"name":"scope","type":"option","description":"Scope for the secret","helpValue":"(account|project)","multiple":false,"options":["account","project"],"default":"project"},"name":{"name":"name","type":"option","description":"Name of the secret","multiple":false},"value":{"name":"value","type":"option","description":"Value of the secret","multiple":false},"force":{"name":"force","type":"boolean","description":"Delete and recreate existing secrets","allowNo":false}},"args":[]},"secret:delete":{"id":"secret:delete","description":"Delete an environment secret by ID.\nUnsure where to find the secret's ID? Run eas secret:list","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"id":{"name":"id","type":"option","description":"ID of the secret to delete","multiple":false}},"args":[]},"secret:list":{"id":"secret:list","description":"Lists environment secrets available for your current app","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"update:configure":{"id":"update:configure","description":"Configure the project to support EAS Update.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"update:delete":{"id":"update:delete","description":"Delete all the updates in an update Group.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Return a json with the group ID of the deleted updates.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group to delete.","required":true}]},"update":{"id":"update","description":"Publish an update group.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Branch to publish the update group on","required":false,"multiple":false},"message":{"name":"message","type":"option","description":"A short message describing the update","required":false,"multiple":false},"republish":{"name":"republish","type":"boolean","description":"Republish an update group","allowNo":false,"exclusive":["input-dir","skip-bundler"]},"group":{"name":"group","type":"option","description":"Update group to republish","multiple":false,"exclusive":["input-dir","skip-bundler"]},"input-dir":{"name":"input-dir","type":"option","description":"Location of the bundle","required":false,"multiple":false,"default":"dist"},"skip-bundler":{"name":"skip-bundler","type":"boolean","description":"Skip running Expo CLI to bundle the app before publishing","allowNo":false},"platform":{"name":"platform","type":"option","char":"p","required":false,"helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"auto":{"name":"auto","type":"boolean","description":"Use the current git branch and commit message for the EAS branch and update message","allowNo":false}},"args":[]},"update:list":{"id":"update:list","description":"View the recent updates for a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"List all updates on this branch","multiple":false,"exclusive":["all"]},"all":{"name":"all","type":"boolean","description":"List all updates associated with this project","allowNo":false,"exclusive":["branch"]},"json":{"name":"json","type":"boolean","description":"Return a json with all of the recent update groups.","allowNo":false}},"args":[]},"update:view":{"id":"update:view","description":"Update group details.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Return a json with the updates belonging to the group.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group.","required":true}]},"webhook:create":{"id":"webhook:create","description":"Create a webhook on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]},"url":{"name":"url","type":"option","description":"Webhook URL","multiple":false},"secret":{"name":"secret","type":"option","description":"Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.","multiple":false}},"args":[]},"webhook:delete":{"id":"webhook:delete","description":"Delete a webhook on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ID","description":"ID of the webhook to delete","required":false}]},"webhook:list":{"id":"webhook:list","description":"List webhooks on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]}},"args":[]},"webhook:update":{"id":"webhook:update","description":"Create a webhook on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"id":{"name":"id","type":"option","description":"Webhook ID","required":true,"multiple":false},"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]},"url":{"name":"url","type":"option","description":"Webhook URL","multiple":false},"secret":{"name":"secret","type":"option","description":"Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.","multiple":false}},"args":[]},"webhook:view":{"id":"webhook:view","description":"View a webhook on the current project.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ID","description":"ID of the webhook to view","required":true}]}}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "0.44.
|
|
4
|
+
"version": "0.44.1",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"@expo/json-file": "8.2.34",
|
|
17
17
|
"@expo/pkcs12": "0.0.6",
|
|
18
18
|
"@expo/plist": "0.0.16",
|
|
19
|
-
"@expo/plugin-
|
|
20
|
-
"@expo/plugin-warn-if-update-available": "2.0.1",
|
|
19
|
+
"@expo/plugin-warn-if-update-available": "2.0.4",
|
|
21
20
|
"@expo/prebuild-config": "3.0.11",
|
|
22
21
|
"@expo/results": "1.0.0",
|
|
23
22
|
"@expo/rudder-sdk-node": "1.1.1",
|
|
24
23
|
"@expo/spawn-async": "1.5.0",
|
|
25
24
|
"@expo/timeago.js": "1.0.0",
|
|
26
|
-
"@oclif/core": "1.
|
|
25
|
+
"@oclif/core": "1.1.2",
|
|
26
|
+
"@oclif/plugin-autocomplete": "1.1.1",
|
|
27
27
|
"@oclif/plugin-help": "5.1.10",
|
|
28
28
|
"@urql/core": "2.3.1",
|
|
29
29
|
"@urql/exchange-retry": "0.3.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"minimatch": "3.0.4",
|
|
52
52
|
"nanoid": "3.1.25",
|
|
53
53
|
"node-fetch": "2.6.1",
|
|
54
|
-
"node-forge": "0.
|
|
54
|
+
"node-forge": "1.0.0",
|
|
55
55
|
"nullthrows": "1.1.1",
|
|
56
56
|
"ora": "5.1.0",
|
|
57
57
|
"pkg-dir": "4.2.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@types/getenv": "^1.0.0",
|
|
82
82
|
"@types/mime": "2.0.3",
|
|
83
83
|
"@types/node-fetch": "^2.5.7",
|
|
84
|
-
"@types/node-forge": "
|
|
84
|
+
"@types/node-forge": "1.0.0",
|
|
85
85
|
"@types/prompts": "^2.0.9",
|
|
86
86
|
"@types/semver": "7.3.8",
|
|
87
87
|
"@types/tar": "4.0.5",
|
|
@@ -116,9 +116,9 @@
|
|
|
116
116
|
"bin": "eas",
|
|
117
117
|
"commands": "./build/commands",
|
|
118
118
|
"plugins": [
|
|
119
|
+
"@oclif/plugin-autocomplete",
|
|
119
120
|
"@oclif/plugin-help",
|
|
120
|
-
"@expo/plugin-warn-if-update-available"
|
|
121
|
-
"@expo/plugin-autocomplete"
|
|
121
|
+
"@expo/plugin-warn-if-update-available"
|
|
122
122
|
],
|
|
123
123
|
"topics": {
|
|
124
124
|
"account": {
|
|
@@ -186,5 +186,5 @@
|
|
|
186
186
|
"generate-graphql-code": "graphql-codegen --config graphql-codegen.yml",
|
|
187
187
|
"clean": "rm -rf dist build tmp node_modules yarn-error.log"
|
|
188
188
|
},
|
|
189
|
-
"gitHead": "
|
|
189
|
+
"gitHead": "91a147b40baa24d621d4c222808f346fa69e82dc"
|
|
190
190
|
}
|