eas-cli 16.12.0 → 16.13.0
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 +83 -98
- package/build/build/context.d.ts +1 -0
- package/build/build/createContext.d.ts +2 -1
- package/build/build/createContext.js +2 -1
- package/build/build/runBuildAndSubmit.d.ts +1 -0
- package/build/build/runBuildAndSubmit.js +2 -0
- package/build/build/utils/printBuildInfo.js +2 -2
- package/build/commands/build/index.d.ts +1 -0
- package/build/commands/build/index.js +9 -1
- package/build/commands/workflow/list.d.ts +1 -0
- package/build/commands/workflow/list.js +1 -0
- package/build/commands/workflow/run.js +0 -1
- package/oclif.manifest.json +8 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -142,7 +142,6 @@ eas --help COMMAND
|
|
|
142
142
|
* [`eas deploy [2m[options][22m`](#eas-deploy-2moptions22m-1)
|
|
143
143
|
* [`eas workflow:cancel`](#eas-workflowcancel)
|
|
144
144
|
* [`eas workflow:create [NAME]`](#eas-workflowcreate-name)
|
|
145
|
-
* [`eas workflow:list`](#eas-workflowlist)
|
|
146
145
|
* [`eas workflow:run [FILE]`](#eas-workflowrun-file)
|
|
147
146
|
* [`eas workflow:runs`](#eas-workflowruns)
|
|
148
147
|
* [`eas workflow:validate PATH`](#eas-workflowvalidate-path)
|
|
@@ -165,7 +164,7 @@ ALIASES
|
|
|
165
164
|
$ eas login
|
|
166
165
|
```
|
|
167
166
|
|
|
168
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
167
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
169
168
|
|
|
170
169
|
## `eas account:logout`
|
|
171
170
|
|
|
@@ -182,7 +181,7 @@ ALIASES
|
|
|
182
181
|
$ eas logout
|
|
183
182
|
```
|
|
184
183
|
|
|
185
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
184
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
186
185
|
|
|
187
186
|
## `eas account:view`
|
|
188
187
|
|
|
@@ -199,7 +198,7 @@ ALIASES
|
|
|
199
198
|
$ eas whoami
|
|
200
199
|
```
|
|
201
200
|
|
|
202
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
201
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
203
202
|
|
|
204
203
|
## `eas analytics [STATUS]`
|
|
205
204
|
|
|
@@ -213,7 +212,7 @@ DESCRIPTION
|
|
|
213
212
|
display or change analytics settings
|
|
214
213
|
```
|
|
215
214
|
|
|
216
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
215
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
217
216
|
|
|
218
217
|
## `eas autocomplete [SHELL]`
|
|
219
218
|
|
|
@@ -265,7 +264,7 @@ DESCRIPTION
|
|
|
265
264
|
create a branch
|
|
266
265
|
```
|
|
267
266
|
|
|
268
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
267
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
269
268
|
|
|
270
269
|
## `eas branch:delete [NAME]`
|
|
271
270
|
|
|
@@ -286,7 +285,7 @@ DESCRIPTION
|
|
|
286
285
|
delete a branch
|
|
287
286
|
```
|
|
288
287
|
|
|
289
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
288
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
290
289
|
|
|
291
290
|
## `eas branch:list`
|
|
292
291
|
|
|
@@ -306,7 +305,7 @@ DESCRIPTION
|
|
|
306
305
|
list all branches
|
|
307
306
|
```
|
|
308
307
|
|
|
309
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
308
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
310
309
|
|
|
311
310
|
## `eas branch:rename`
|
|
312
311
|
|
|
@@ -326,7 +325,7 @@ DESCRIPTION
|
|
|
326
325
|
rename a branch
|
|
327
326
|
```
|
|
328
327
|
|
|
329
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
328
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
330
329
|
|
|
331
330
|
## `eas branch:view [NAME]`
|
|
332
331
|
|
|
@@ -349,7 +348,7 @@ DESCRIPTION
|
|
|
349
348
|
view a branch
|
|
350
349
|
```
|
|
351
350
|
|
|
352
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
351
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
353
352
|
|
|
354
353
|
## `eas build`
|
|
355
354
|
|
|
@@ -358,8 +357,8 @@ start a build
|
|
|
358
357
|
```
|
|
359
358
|
USAGE
|
|
360
359
|
$ eas build [-p android|ios|all] [-e <value>] [--local] [--output <value>] [--wait] [--clear-cache] [-s |
|
|
361
|
-
--auto-submit-with-profile <value>] [-m <value>] [--build-logger-level
|
|
362
|
-
[--freeze-credentials] [--verbose-logs] [--json --non-interactive]
|
|
360
|
+
--auto-submit-with-profile <value>] [--what-to-test <value>] [-m <value>] [--build-logger-level
|
|
361
|
+
trace|debug|info|warn|error|fatal] [--freeze-credentials] [--verbose-logs] [--json --non-interactive]
|
|
363
362
|
|
|
364
363
|
FLAGS
|
|
365
364
|
-e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to
|
|
@@ -382,12 +381,15 @@ FLAGS
|
|
|
382
381
|
--output=<value> Output path for local build
|
|
383
382
|
--verbose-logs Use verbose logs for the build process
|
|
384
383
|
--[no-]wait Wait for build(s) to complete
|
|
384
|
+
--what-to-test=<value> Specify the "What to Test" information for the build in
|
|
385
|
+
TestFlight (iOS-only). To be used with the `auto-submit`
|
|
386
|
+
flag
|
|
385
387
|
|
|
386
388
|
DESCRIPTION
|
|
387
389
|
start a build
|
|
388
390
|
```
|
|
389
391
|
|
|
390
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
392
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
391
393
|
|
|
392
394
|
## `eas build:cancel [BUILD_ID]`
|
|
393
395
|
|
|
@@ -406,7 +408,7 @@ DESCRIPTION
|
|
|
406
408
|
cancel a build
|
|
407
409
|
```
|
|
408
410
|
|
|
409
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
411
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
410
412
|
|
|
411
413
|
## `eas build:configure`
|
|
412
414
|
|
|
@@ -423,7 +425,7 @@ DESCRIPTION
|
|
|
423
425
|
configure the project to support EAS Build
|
|
424
426
|
```
|
|
425
427
|
|
|
426
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
428
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
427
429
|
|
|
428
430
|
## `eas build:delete [BUILD_ID]`
|
|
429
431
|
|
|
@@ -442,7 +444,7 @@ DESCRIPTION
|
|
|
442
444
|
delete a build
|
|
443
445
|
```
|
|
444
446
|
|
|
445
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
447
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
446
448
|
|
|
447
449
|
## `eas build:dev`
|
|
448
450
|
|
|
@@ -462,7 +464,7 @@ DESCRIPTION
|
|
|
462
464
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
463
465
|
```
|
|
464
466
|
|
|
465
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
467
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
466
468
|
|
|
467
469
|
## `eas build:download`
|
|
468
470
|
|
|
@@ -483,7 +485,7 @@ DESCRIPTION
|
|
|
483
485
|
download simulator/emulator builds for a given fingerprint hash
|
|
484
486
|
```
|
|
485
487
|
|
|
486
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
488
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/build/download.ts)_
|
|
487
489
|
|
|
488
490
|
## `eas build:inspect`
|
|
489
491
|
|
|
@@ -518,7 +520,7 @@ DESCRIPTION
|
|
|
518
520
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
519
521
|
```
|
|
520
522
|
|
|
521
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
523
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
522
524
|
|
|
523
525
|
## `eas build:list`
|
|
524
526
|
|
|
@@ -570,7 +572,7 @@ DESCRIPTION
|
|
|
570
572
|
list all builds for your project
|
|
571
573
|
```
|
|
572
574
|
|
|
573
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
575
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
574
576
|
|
|
575
577
|
## `eas build:resign`
|
|
576
578
|
|
|
@@ -599,7 +601,7 @@ DESCRIPTION
|
|
|
599
601
|
re-sign a build archive
|
|
600
602
|
```
|
|
601
603
|
|
|
602
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
604
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
603
605
|
|
|
604
606
|
## `eas build:run`
|
|
605
607
|
|
|
@@ -625,7 +627,7 @@ DESCRIPTION
|
|
|
625
627
|
run simulator/emulator builds from eas-cli
|
|
626
628
|
```
|
|
627
629
|
|
|
628
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
630
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
629
631
|
|
|
630
632
|
## `eas build:submit`
|
|
631
633
|
|
|
@@ -679,7 +681,7 @@ DESCRIPTION
|
|
|
679
681
|
get the latest version from EAS servers
|
|
680
682
|
```
|
|
681
683
|
|
|
682
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
684
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
683
685
|
|
|
684
686
|
## `eas build:version:set`
|
|
685
687
|
|
|
@@ -698,7 +700,7 @@ DESCRIPTION
|
|
|
698
700
|
update version of an app
|
|
699
701
|
```
|
|
700
702
|
|
|
701
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
703
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
702
704
|
|
|
703
705
|
## `eas build:version:sync`
|
|
704
706
|
|
|
@@ -717,7 +719,7 @@ DESCRIPTION
|
|
|
717
719
|
update a version in native code with a value stored on EAS servers
|
|
718
720
|
```
|
|
719
721
|
|
|
720
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
722
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
721
723
|
|
|
722
724
|
## `eas build:view [BUILD_ID]`
|
|
723
725
|
|
|
@@ -734,7 +736,7 @@ DESCRIPTION
|
|
|
734
736
|
view a build for your project
|
|
735
737
|
```
|
|
736
738
|
|
|
737
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
739
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
738
740
|
|
|
739
741
|
## `eas channel:create [NAME]`
|
|
740
742
|
|
|
@@ -755,7 +757,7 @@ DESCRIPTION
|
|
|
755
757
|
create a channel
|
|
756
758
|
```
|
|
757
759
|
|
|
758
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
760
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
759
761
|
|
|
760
762
|
## `eas channel:edit [NAME]`
|
|
761
763
|
|
|
@@ -777,7 +779,7 @@ DESCRIPTION
|
|
|
777
779
|
point a channel at a new branch
|
|
778
780
|
```
|
|
779
781
|
|
|
780
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
782
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
781
783
|
|
|
782
784
|
## `eas channel:list`
|
|
783
785
|
|
|
@@ -797,7 +799,7 @@ DESCRIPTION
|
|
|
797
799
|
list all channels
|
|
798
800
|
```
|
|
799
801
|
|
|
800
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
802
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
801
803
|
|
|
802
804
|
## `eas channel:pause [NAME]`
|
|
803
805
|
|
|
@@ -819,7 +821,7 @@ DESCRIPTION
|
|
|
819
821
|
pause a channel to stop it from sending updates
|
|
820
822
|
```
|
|
821
823
|
|
|
822
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
824
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
823
825
|
|
|
824
826
|
## `eas channel:resume [NAME]`
|
|
825
827
|
|
|
@@ -841,7 +843,7 @@ DESCRIPTION
|
|
|
841
843
|
resume a channel to start sending updates
|
|
842
844
|
```
|
|
843
845
|
|
|
844
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
846
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
845
847
|
|
|
846
848
|
## `eas channel:rollout [CHANNEL]`
|
|
847
849
|
|
|
@@ -874,7 +876,7 @@ DESCRIPTION
|
|
|
874
876
|
Roll a new branch out on a channel incrementally.
|
|
875
877
|
```
|
|
876
878
|
|
|
877
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
879
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
878
880
|
|
|
879
881
|
## `eas channel:view [NAME]`
|
|
880
882
|
|
|
@@ -897,7 +899,7 @@ DESCRIPTION
|
|
|
897
899
|
view a channel
|
|
898
900
|
```
|
|
899
901
|
|
|
900
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
902
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
901
903
|
|
|
902
904
|
## `eas config`
|
|
903
905
|
|
|
@@ -918,7 +920,7 @@ DESCRIPTION
|
|
|
918
920
|
display project configuration (app.json + eas.json)
|
|
919
921
|
```
|
|
920
922
|
|
|
921
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
923
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/config.ts)_
|
|
922
924
|
|
|
923
925
|
## `eas credentials`
|
|
924
926
|
|
|
@@ -935,7 +937,7 @@ DESCRIPTION
|
|
|
935
937
|
manage credentials
|
|
936
938
|
```
|
|
937
939
|
|
|
938
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
940
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
939
941
|
|
|
940
942
|
## `eas credentials:configure-build`
|
|
941
943
|
|
|
@@ -953,7 +955,7 @@ DESCRIPTION
|
|
|
953
955
|
Set up credentials for building your project.
|
|
954
956
|
```
|
|
955
957
|
|
|
956
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
958
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
957
959
|
|
|
958
960
|
## `eas deploy [2m[options][22m`
|
|
959
961
|
|
|
@@ -981,7 +983,7 @@ ALIASES
|
|
|
981
983
|
$ eas worker:deploy
|
|
982
984
|
```
|
|
983
985
|
|
|
984
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
986
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
985
987
|
|
|
986
988
|
## `eas deploy:alias`
|
|
987
989
|
|
|
@@ -1006,7 +1008,7 @@ ALIASES
|
|
|
1006
1008
|
$ eas deploy:promote
|
|
1007
1009
|
```
|
|
1008
1010
|
|
|
1009
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1011
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/deploy/alias.ts)_
|
|
1010
1012
|
|
|
1011
1013
|
## `eas deploy:promote`
|
|
1012
1014
|
|
|
@@ -1043,7 +1045,7 @@ DESCRIPTION
|
|
|
1043
1045
|
register new Apple Devices to use for internal distribution
|
|
1044
1046
|
```
|
|
1045
1047
|
|
|
1046
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1048
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1047
1049
|
|
|
1048
1050
|
## `eas device:delete`
|
|
1049
1051
|
|
|
@@ -1063,7 +1065,7 @@ DESCRIPTION
|
|
|
1063
1065
|
remove a registered device from your account
|
|
1064
1066
|
```
|
|
1065
1067
|
|
|
1066
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1068
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1067
1069
|
|
|
1068
1070
|
## `eas device:list`
|
|
1069
1071
|
|
|
@@ -1084,7 +1086,7 @@ DESCRIPTION
|
|
|
1084
1086
|
list all registered devices for your account
|
|
1085
1087
|
```
|
|
1086
1088
|
|
|
1087
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1089
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1088
1090
|
|
|
1089
1091
|
## `eas device:rename`
|
|
1090
1092
|
|
|
@@ -1105,7 +1107,7 @@ DESCRIPTION
|
|
|
1105
1107
|
rename a registered device
|
|
1106
1108
|
```
|
|
1107
1109
|
|
|
1108
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1110
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1109
1111
|
|
|
1110
1112
|
## `eas device:view [UDID]`
|
|
1111
1113
|
|
|
@@ -1119,7 +1121,7 @@ DESCRIPTION
|
|
|
1119
1121
|
view a device for your project
|
|
1120
1122
|
```
|
|
1121
1123
|
|
|
1122
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1124
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1123
1125
|
|
|
1124
1126
|
## `eas diagnostics`
|
|
1125
1127
|
|
|
@@ -1133,7 +1135,7 @@ DESCRIPTION
|
|
|
1133
1135
|
display environment info
|
|
1134
1136
|
```
|
|
1135
1137
|
|
|
1136
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1138
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1137
1139
|
|
|
1138
1140
|
## `eas env:create [ENVIRONMENT]`
|
|
1139
1141
|
|
|
@@ -1162,7 +1164,7 @@ DESCRIPTION
|
|
|
1162
1164
|
create an environment variable for the current project or account
|
|
1163
1165
|
```
|
|
1164
1166
|
|
|
1165
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1167
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1166
1168
|
|
|
1167
1169
|
## `eas env:delete [ENVIRONMENT]`
|
|
1168
1170
|
|
|
@@ -1186,7 +1188,7 @@ DESCRIPTION
|
|
|
1186
1188
|
delete an environment variable for the current project or account
|
|
1187
1189
|
```
|
|
1188
1190
|
|
|
1189
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1191
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1190
1192
|
|
|
1191
1193
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1192
1194
|
|
|
@@ -1207,7 +1209,7 @@ DESCRIPTION
|
|
|
1207
1209
|
execute a command with environment variables from the selected environment
|
|
1208
1210
|
```
|
|
1209
1211
|
|
|
1210
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1212
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1211
1213
|
|
|
1212
1214
|
## `eas env:get [ENVIRONMENT]`
|
|
1213
1215
|
|
|
@@ -1232,7 +1234,7 @@ DESCRIPTION
|
|
|
1232
1234
|
view an environment variable for the current project or account
|
|
1233
1235
|
```
|
|
1234
1236
|
|
|
1235
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1237
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1236
1238
|
|
|
1237
1239
|
## `eas env:list [ENVIRONMENT]`
|
|
1238
1240
|
|
|
@@ -1257,7 +1259,7 @@ DESCRIPTION
|
|
|
1257
1259
|
list environment variables for the current project or account
|
|
1258
1260
|
```
|
|
1259
1261
|
|
|
1260
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1262
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1261
1263
|
|
|
1262
1264
|
## `eas env:pull [ENVIRONMENT]`
|
|
1263
1265
|
|
|
@@ -1280,7 +1282,7 @@ DESCRIPTION
|
|
|
1280
1282
|
pull environment variables for the selected environment to .env file
|
|
1281
1283
|
```
|
|
1282
1284
|
|
|
1283
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1285
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1284
1286
|
|
|
1285
1287
|
## `eas env:push [ENVIRONMENT]`
|
|
1286
1288
|
|
|
@@ -1301,7 +1303,7 @@ DESCRIPTION
|
|
|
1301
1303
|
push environment variables from .env file to the selected environment
|
|
1302
1304
|
```
|
|
1303
1305
|
|
|
1304
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1306
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1305
1307
|
|
|
1306
1308
|
## `eas env:update [ENVIRONMENT]`
|
|
1307
1309
|
|
|
@@ -1332,7 +1334,7 @@ DESCRIPTION
|
|
|
1332
1334
|
update an environment variable on the current project or account
|
|
1333
1335
|
```
|
|
1334
1336
|
|
|
1335
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1337
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1336
1338
|
|
|
1337
1339
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1338
1340
|
|
|
@@ -1377,7 +1379,7 @@ EXAMPLES
|
|
|
1377
1379
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1378
1380
|
```
|
|
1379
1381
|
|
|
1380
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1382
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1381
1383
|
|
|
1382
1384
|
## `eas fingerprint:generate`
|
|
1383
1385
|
|
|
@@ -1408,7 +1410,7 @@ EXAMPLES
|
|
|
1408
1410
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1409
1411
|
```
|
|
1410
1412
|
|
|
1411
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1413
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1412
1414
|
|
|
1413
1415
|
## `eas help [COMMAND]`
|
|
1414
1416
|
|
|
@@ -1516,7 +1518,7 @@ DESCRIPTION
|
|
|
1516
1518
|
validate the local store configuration
|
|
1517
1519
|
```
|
|
1518
1520
|
|
|
1519
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1521
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1520
1522
|
|
|
1521
1523
|
## `eas metadata:pull`
|
|
1522
1524
|
|
|
@@ -1533,7 +1535,7 @@ DESCRIPTION
|
|
|
1533
1535
|
generate the local store configuration from the app stores
|
|
1534
1536
|
```
|
|
1535
1537
|
|
|
1536
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1538
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1537
1539
|
|
|
1538
1540
|
## `eas metadata:push`
|
|
1539
1541
|
|
|
@@ -1550,7 +1552,7 @@ DESCRIPTION
|
|
|
1550
1552
|
sync the local store configuration to the app stores
|
|
1551
1553
|
```
|
|
1552
1554
|
|
|
1553
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1555
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1554
1556
|
|
|
1555
1557
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1556
1558
|
|
|
@@ -1580,7 +1582,7 @@ DESCRIPTION
|
|
|
1580
1582
|
open the project page in a web browser
|
|
1581
1583
|
```
|
|
1582
1584
|
|
|
1583
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1585
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/open.ts)_
|
|
1584
1586
|
|
|
1585
1587
|
## `eas project:info`
|
|
1586
1588
|
|
|
@@ -1594,7 +1596,7 @@ DESCRIPTION
|
|
|
1594
1596
|
information about the current project
|
|
1595
1597
|
```
|
|
1596
1598
|
|
|
1597
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1599
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1598
1600
|
|
|
1599
1601
|
## `eas project:init`
|
|
1600
1602
|
|
|
@@ -1617,7 +1619,7 @@ ALIASES
|
|
|
1617
1619
|
$ eas init
|
|
1618
1620
|
```
|
|
1619
1621
|
|
|
1620
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1622
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1621
1623
|
|
|
1622
1624
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1623
1625
|
|
|
@@ -1635,7 +1637,7 @@ ALIASES
|
|
|
1635
1637
|
$ eas onboarding
|
|
1636
1638
|
```
|
|
1637
1639
|
|
|
1638
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1640
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1639
1641
|
|
|
1640
1642
|
## `eas submit`
|
|
1641
1643
|
|
|
@@ -1670,7 +1672,7 @@ ALIASES
|
|
|
1670
1672
|
$ eas build:submit
|
|
1671
1673
|
```
|
|
1672
1674
|
|
|
1673
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1675
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1674
1676
|
|
|
1675
1677
|
## `eas update`
|
|
1676
1678
|
|
|
@@ -1712,7 +1714,7 @@ DESCRIPTION
|
|
|
1712
1714
|
publish an update group
|
|
1713
1715
|
```
|
|
1714
1716
|
|
|
1715
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1717
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1716
1718
|
|
|
1717
1719
|
## `eas update:configure`
|
|
1718
1720
|
|
|
@@ -1732,7 +1734,7 @@ DESCRIPTION
|
|
|
1732
1734
|
configure the project to support EAS Update
|
|
1733
1735
|
```
|
|
1734
1736
|
|
|
1735
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1737
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1736
1738
|
|
|
1737
1739
|
## `eas update:delete GROUPID`
|
|
1738
1740
|
|
|
@@ -1753,7 +1755,7 @@ DESCRIPTION
|
|
|
1753
1755
|
delete all the updates in an update group
|
|
1754
1756
|
```
|
|
1755
1757
|
|
|
1756
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1758
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1757
1759
|
|
|
1758
1760
|
## `eas update:edit [GROUPID]`
|
|
1759
1761
|
|
|
@@ -1777,7 +1779,7 @@ DESCRIPTION
|
|
|
1777
1779
|
edit all the updates in an update group
|
|
1778
1780
|
```
|
|
1779
1781
|
|
|
1780
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1782
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1781
1783
|
|
|
1782
1784
|
## `eas update:list`
|
|
1783
1785
|
|
|
@@ -1799,7 +1801,7 @@ DESCRIPTION
|
|
|
1799
1801
|
view the recent updates
|
|
1800
1802
|
```
|
|
1801
1803
|
|
|
1802
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1804
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1803
1805
|
|
|
1804
1806
|
## `eas update:republish`
|
|
1805
1807
|
|
|
@@ -1835,7 +1837,7 @@ DESCRIPTION
|
|
|
1835
1837
|
roll back to an existing update
|
|
1836
1838
|
```
|
|
1837
1839
|
|
|
1838
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1840
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1839
1841
|
|
|
1840
1842
|
## `eas update:roll-back-to-embedded`
|
|
1841
1843
|
|
|
@@ -1863,7 +1865,7 @@ DESCRIPTION
|
|
|
1863
1865
|
roll back to the embedded update
|
|
1864
1866
|
```
|
|
1865
1867
|
|
|
1866
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1868
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1867
1869
|
|
|
1868
1870
|
## `eas update:rollback`
|
|
1869
1871
|
|
|
@@ -1883,7 +1885,7 @@ DESCRIPTION
|
|
|
1883
1885
|
roll back to an embedded update or an existing update
|
|
1884
1886
|
```
|
|
1885
1887
|
|
|
1886
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1888
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1887
1889
|
|
|
1888
1890
|
## `eas update:view GROUPID`
|
|
1889
1891
|
|
|
@@ -1903,7 +1905,7 @@ DESCRIPTION
|
|
|
1903
1905
|
update group details
|
|
1904
1906
|
```
|
|
1905
1907
|
|
|
1906
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1908
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
1907
1909
|
|
|
1908
1910
|
## `eas webhook:create`
|
|
1909
1911
|
|
|
@@ -1924,7 +1926,7 @@ DESCRIPTION
|
|
|
1924
1926
|
create a webhook
|
|
1925
1927
|
```
|
|
1926
1928
|
|
|
1927
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1929
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1928
1930
|
|
|
1929
1931
|
## `eas webhook:delete [ID]`
|
|
1930
1932
|
|
|
@@ -1944,7 +1946,7 @@ DESCRIPTION
|
|
|
1944
1946
|
delete a webhook
|
|
1945
1947
|
```
|
|
1946
1948
|
|
|
1947
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1949
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1948
1950
|
|
|
1949
1951
|
## `eas webhook:list`
|
|
1950
1952
|
|
|
@@ -1962,7 +1964,7 @@ DESCRIPTION
|
|
|
1962
1964
|
list webhooks
|
|
1963
1965
|
```
|
|
1964
1966
|
|
|
1965
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1967
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1966
1968
|
|
|
1967
1969
|
## `eas webhook:update`
|
|
1968
1970
|
|
|
@@ -1984,7 +1986,7 @@ DESCRIPTION
|
|
|
1984
1986
|
update a webhook
|
|
1985
1987
|
```
|
|
1986
1988
|
|
|
1987
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1989
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1988
1990
|
|
|
1989
1991
|
## `eas webhook:view ID`
|
|
1990
1992
|
|
|
@@ -2001,7 +2003,7 @@ DESCRIPTION
|
|
|
2001
2003
|
view a webhook
|
|
2002
2004
|
```
|
|
2003
2005
|
|
|
2004
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2006
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2005
2007
|
|
|
2006
2008
|
## `eas whoami`
|
|
2007
2009
|
|
|
@@ -2083,7 +2085,7 @@ DESCRIPTION
|
|
|
2083
2085
|
to cancel.
|
|
2084
2086
|
```
|
|
2085
2087
|
|
|
2086
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2088
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2087
2089
|
|
|
2088
2090
|
## `eas workflow:create [NAME]`
|
|
2089
2091
|
|
|
@@ -2103,24 +2105,7 @@ DESCRIPTION
|
|
|
2103
2105
|
create a new workflow configuration YAML file
|
|
2104
2106
|
```
|
|
2105
2107
|
|
|
2106
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2107
|
-
|
|
2108
|
-
## `eas workflow:list`
|
|
2109
|
-
|
|
2110
|
-
List workflows for the current project
|
|
2111
|
-
|
|
2112
|
-
```
|
|
2113
|
-
USAGE
|
|
2114
|
-
$ eas workflow:list [--json]
|
|
2115
|
-
|
|
2116
|
-
FLAGS
|
|
2117
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
2118
|
-
|
|
2119
|
-
DESCRIPTION
|
|
2120
|
-
List workflows for the current project
|
|
2121
|
-
```
|
|
2122
|
-
|
|
2123
|
-
_See code: [packages/eas-cli/src/commands/workflow/list.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/workflow/list.ts)_
|
|
2108
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2124
2109
|
|
|
2125
2110
|
## `eas workflow:run [FILE]`
|
|
2126
2111
|
|
|
@@ -2147,7 +2132,7 @@ FLAG DESCRIPTIONS
|
|
|
2147
2132
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2148
2133
|
```
|
|
2149
2134
|
|
|
2150
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2135
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2151
2136
|
|
|
2152
2137
|
## `eas workflow:runs`
|
|
2153
2138
|
|
|
@@ -2172,7 +2157,7 @@ DESCRIPTION
|
|
|
2172
2157
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2173
2158
|
```
|
|
2174
2159
|
|
|
2175
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2160
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2176
2161
|
|
|
2177
2162
|
## `eas workflow:validate PATH`
|
|
2178
2163
|
|
|
@@ -2192,5 +2177,5 @@ DESCRIPTION
|
|
|
2192
2177
|
validate a workflow configuration yaml file
|
|
2193
2178
|
```
|
|
2194
2179
|
|
|
2195
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2180
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.13.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2196
2181
|
<!-- commandsstop -->
|
package/build/build/context.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { ExpoGraphqlClient } from '../commandUtils/context/contextUtils/createGr
|
|
|
9
9
|
import { CustomBuildConfigMetadata } from '../project/customBuildConfig';
|
|
10
10
|
import { Actor } from '../user/User';
|
|
11
11
|
import { Client } from '../vcs/vcs';
|
|
12
|
-
export declare function createBuildContextAsync<T extends Platform>({ buildProfileName, buildProfile, easJsonCliConfig, clearCache, localBuildOptions, nonInteractive, noWait, platform, projectDir, resourceClassFlag, message, actor, graphqlClient, analytics, vcsClient, getDynamicPrivateProjectConfigAsync, customBuildConfigMetadata, buildLoggerLevel, freezeCredentials, isVerboseLoggingEnabled, env, }: {
|
|
12
|
+
export declare function createBuildContextAsync<T extends Platform>({ buildProfileName, buildProfile, easJsonCliConfig, clearCache, localBuildOptions, nonInteractive, noWait, platform, projectDir, resourceClassFlag, message, actor, graphqlClient, analytics, vcsClient, getDynamicPrivateProjectConfigAsync, customBuildConfigMetadata, buildLoggerLevel, freezeCredentials, isVerboseLoggingEnabled, whatToTest, env, }: {
|
|
13
13
|
buildProfileName: string;
|
|
14
14
|
buildProfile: BuildProfile<T>;
|
|
15
15
|
easJsonCliConfig: EasJson['cli'];
|
|
@@ -30,5 +30,6 @@ export declare function createBuildContextAsync<T extends Platform>({ buildProfi
|
|
|
30
30
|
buildLoggerLevel?: LoggerLevel;
|
|
31
31
|
freezeCredentials: boolean;
|
|
32
32
|
isVerboseLoggingEnabled: boolean;
|
|
33
|
+
whatToTest?: string;
|
|
33
34
|
env: Record<string, string>;
|
|
34
35
|
}): Promise<BuildContext<T>>;
|
|
@@ -16,7 +16,7 @@ const AnalyticsManager_1 = require("../analytics/AnalyticsManager");
|
|
|
16
16
|
const context_1 = require("../credentials/context");
|
|
17
17
|
const projectUtils_1 = require("../project/projectUtils");
|
|
18
18
|
const workflow_1 = require("../project/workflow");
|
|
19
|
-
async function createBuildContextAsync({ buildProfileName, buildProfile, easJsonCliConfig, clearCache = false, localBuildOptions, nonInteractive, noWait, platform, projectDir, resourceClassFlag, message, actor, graphqlClient, analytics, vcsClient, getDynamicPrivateProjectConfigAsync, customBuildConfigMetadata, buildLoggerLevel, freezeCredentials, isVerboseLoggingEnabled, env, }) {
|
|
19
|
+
async function createBuildContextAsync({ buildProfileName, buildProfile, easJsonCliConfig, clearCache = false, localBuildOptions, nonInteractive, noWait, platform, projectDir, resourceClassFlag, message, actor, graphqlClient, analytics, vcsClient, getDynamicPrivateProjectConfigAsync, customBuildConfigMetadata, buildLoggerLevel, freezeCredentials, isVerboseLoggingEnabled, whatToTest, env, }) {
|
|
20
20
|
const { exp, projectId } = await getDynamicPrivateProjectConfigAsync({
|
|
21
21
|
env,
|
|
22
22
|
});
|
|
@@ -92,6 +92,7 @@ async function createBuildContextAsync({ buildProfileName, buildProfile, easJson
|
|
|
92
92
|
loggerLevel: buildLoggerLevel,
|
|
93
93
|
isVerboseLoggingEnabled,
|
|
94
94
|
env,
|
|
95
|
+
whatToTest,
|
|
95
96
|
};
|
|
96
97
|
if (platform === eas_build_job_1.Platform.ANDROID) {
|
|
97
98
|
const common = commonContext;
|
|
@@ -25,6 +25,7 @@ export interface BuildFlags {
|
|
|
25
25
|
buildLoggerLevel?: LoggerLevel;
|
|
26
26
|
freezeCredentials: boolean;
|
|
27
27
|
isVerboseLoggingEnabled?: boolean;
|
|
28
|
+
whatToTest?: string;
|
|
28
29
|
}
|
|
29
30
|
export declare function runBuildAndSubmitAsync({ graphqlClient, analytics, vcsClient, projectDir, flags, actor, getDynamicPrivateProjectConfigAsync, downloadSimBuildAutoConfirm, envOverride, }: {
|
|
30
31
|
graphqlClient: ExpoGraphqlClient;
|
|
@@ -238,6 +238,7 @@ async function prepareAndStartBuildAsync({ projectDir, flags, moreBuilds, buildP
|
|
|
238
238
|
buildLoggerLevel: flags.buildLoggerLevel ?? (log_1.default.isDebug ? logger_1.LoggerLevel.DEBUG : undefined),
|
|
239
239
|
freezeCredentials: flags.freezeCredentials,
|
|
240
240
|
isVerboseLoggingEnabled: flags.isVerboseLoggingEnabled ?? false,
|
|
241
|
+
whatToTest: flags.whatToTest,
|
|
241
242
|
env,
|
|
242
243
|
});
|
|
243
244
|
if (moreBuilds) {
|
|
@@ -331,6 +332,7 @@ async function prepareAndStartAutoSubmissionAsync({ build, buildCtx, moreBuilds,
|
|
|
331
332
|
isVerboseFastlaneEnabled: false,
|
|
332
333
|
specifiedProfile: selectedSubmitProfileName,
|
|
333
334
|
groups: undefined, // use groups from submit profile
|
|
335
|
+
whatToTest: buildCtx.whatToTest,
|
|
334
336
|
});
|
|
335
337
|
if (moreBuilds) {
|
|
336
338
|
log_1.default.newLine();
|
|
@@ -27,12 +27,12 @@ const errorCodeToErrorMessageOverride = {
|
|
|
27
27
|
};
|
|
28
28
|
function printLogsUrls(builds) {
|
|
29
29
|
if (builds.length === 1) {
|
|
30
|
-
log_1.default.log(`
|
|
30
|
+
log_1.default.log(`See logs: ${(0, log_1.link)((0, url_1.getBuildLogsUrl)(builds[0]))}`);
|
|
31
31
|
}
|
|
32
32
|
else {
|
|
33
33
|
builds.forEach(build => {
|
|
34
34
|
const logsUrl = (0, url_1.getBuildLogsUrl)(build);
|
|
35
|
-
log_1.default.log(
|
|
35
|
+
log_1.default.log(`See ${platform_1.appPlatformEmojis[build.platform]} ${platform_1.appPlatformDisplayNames[build.platform]} logs: ${(0, log_1.link)(logsUrl)}`);
|
|
36
36
|
});
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -16,6 +16,7 @@ export default class Build extends EasCommand {
|
|
|
16
16
|
'clear-cache': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
17
17
|
'auto-submit': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
18
18
|
'auto-submit-with-profile': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
19
|
+
'what-to-test': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
19
20
|
'resource-class': import("@oclif/core/lib/interfaces").OptionFlag<ResourceClass | undefined>;
|
|
20
21
|
message: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
21
22
|
'build-logger-level': import("@oclif/core/lib/interfaces").OptionFlag<LoggerLevel | undefined>;
|
|
@@ -69,6 +69,9 @@ class Build extends EasCommand_1.default {
|
|
|
69
69
|
helpValue: 'PROFILE_NAME',
|
|
70
70
|
exclusive: ['auto-submit'],
|
|
71
71
|
}),
|
|
72
|
+
'what-to-test': core_1.Flags.string({
|
|
73
|
+
description: 'Specify the "What to Test" information for the build in TestFlight (iOS-only). To be used with the `auto-submit` flag',
|
|
74
|
+
}),
|
|
72
75
|
'resource-class': core_1.Flags.enum({
|
|
73
76
|
options: Object.values(eas_json_1.ResourceClass),
|
|
74
77
|
hidden: true,
|
|
@@ -144,6 +147,10 @@ class Build extends EasCommand_1.default {
|
|
|
144
147
|
if (flags.json && !nonInteractive) {
|
|
145
148
|
core_1.Errors.error('--json is allowed only when building in non-interactive mode', { exit: 1 });
|
|
146
149
|
}
|
|
150
|
+
const autoSubmit = flags['auto-submit'] || flags['auto-submit-with-profile'] !== undefined;
|
|
151
|
+
if (flags['what-to-test'] && !autoSubmit) {
|
|
152
|
+
core_1.Errors.error('The --what-to-test flag can only be used with the --auto-submit or --auto-submit-with-profile flag.', { exit: 1 });
|
|
153
|
+
}
|
|
147
154
|
const requestedPlatform = flags.platform &&
|
|
148
155
|
Object.values(platform_1.RequestedPlatform).includes(flags.platform.toLowerCase())
|
|
149
156
|
? flags.platform.toLowerCase()
|
|
@@ -175,13 +182,14 @@ class Build extends EasCommand_1.default {
|
|
|
175
182
|
wait: flags['wait'],
|
|
176
183
|
clearCache: flags['clear-cache'],
|
|
177
184
|
json: flags['json'],
|
|
178
|
-
autoSubmit
|
|
185
|
+
autoSubmit,
|
|
179
186
|
submitProfile: flags['auto-submit-with-profile'] ?? profile,
|
|
180
187
|
resourceClass: flags['resource-class'],
|
|
181
188
|
message,
|
|
182
189
|
buildLoggerLevel: flags['build-logger-level'],
|
|
183
190
|
freezeCredentials: flags['freeze-credentials'],
|
|
184
191
|
isVerboseLoggingEnabled: flags['verbose-logs'],
|
|
192
|
+
whatToTest: flags['what-to-test'],
|
|
185
193
|
};
|
|
186
194
|
}
|
|
187
195
|
async ensurePlatformSelectedAsync(flags) {
|
|
@@ -8,6 +8,7 @@ const log_1 = tslib_1.__importDefault(require("../../log"));
|
|
|
8
8
|
const formatFields_1 = tslib_1.__importDefault(require("../../utils/formatFields"));
|
|
9
9
|
const json_1 = require("../../utils/json");
|
|
10
10
|
class WorkflowList extends EasCommand_1.default {
|
|
11
|
+
static hidden = true;
|
|
11
12
|
static description = 'List workflows for the current project';
|
|
12
13
|
static flags = {
|
|
13
14
|
...flags_1.EasJsonOnlyFlag,
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.
|
|
2
|
+
"version": "16.13.0",
|
|
3
3
|
"commands": {
|
|
4
4
|
"analytics": {
|
|
5
5
|
"id": "analytics",
|
|
@@ -872,6 +872,12 @@
|
|
|
872
872
|
"auto-submit"
|
|
873
873
|
]
|
|
874
874
|
},
|
|
875
|
+
"what-to-test": {
|
|
876
|
+
"name": "what-to-test",
|
|
877
|
+
"type": "option",
|
|
878
|
+
"description": "Specify the \"What to Test\" information for the build in TestFlight (iOS-only). To be used with the `auto-submit` flag",
|
|
879
|
+
"multiple": false
|
|
880
|
+
},
|
|
875
881
|
"resource-class": {
|
|
876
882
|
"name": "resource-class",
|
|
877
883
|
"type": "option",
|
|
@@ -4211,6 +4217,7 @@
|
|
|
4211
4217
|
"pluginName": "eas-cli",
|
|
4212
4218
|
"pluginAlias": "eas-cli",
|
|
4213
4219
|
"pluginType": "core",
|
|
4220
|
+
"hidden": true,
|
|
4214
4221
|
"aliases": [],
|
|
4215
4222
|
"flags": {
|
|
4216
4223
|
"json": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "16.
|
|
4
|
+
"version": "16.13.0",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -240,5 +240,5 @@
|
|
|
240
240
|
"node": "20.11.0",
|
|
241
241
|
"yarn": "1.22.21"
|
|
242
242
|
},
|
|
243
|
-
"gitHead": "
|
|
243
|
+
"gitHead": "94494489dee6d2c43c4aa721dbd498f4769e4445"
|
|
244
244
|
}
|