eas-cli 16.8.0 → 16.10.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 +105 -80
- package/build/build/android/prepareJob.js +1 -9
- package/build/build/context.d.ts +0 -1
- package/build/build/createContext.d.ts +1 -2
- package/build/build/createContext.js +1 -2
- package/build/build/ios/prepareJob.js +1 -9
- package/build/build/runBuildAndSubmit.d.ts +0 -1
- package/build/build/runBuildAndSubmit.js +3 -3
- package/build/build/types.d.ts +0 -1
- package/build/commandUtils/workflows.d.ts +20 -0
- package/build/commandUtils/workflows.js +21 -0
- package/build/commands/build/dev.js +0 -1
- package/build/commands/build/index.d.ts +0 -1
- package/build/commands/build/index.js +0 -6
- package/build/commands/build/inspect.js +0 -1
- package/build/commands/build/internal.js +0 -1
- package/build/commands/project/onboarding.js +0 -1
- package/build/commands/submit/internal.js +1 -0
- package/build/commands/submit.d.ts +1 -0
- package/build/commands/submit.js +8 -1
- package/build/commands/workflow/cancel.d.ts +13 -0
- package/build/commands/workflow/cancel.js +84 -0
- package/build/commands/workflow/runs.js +2 -17
- package/build/graphql/generated.d.ts +24 -2
- package/build/graphql/generated.js +2 -0
- package/build/graphql/mutations/WorkflowRunMutation.d.ts +3 -0
- package/build/graphql/mutations/WorkflowRunMutation.js +16 -0
- package/build/graphql/queries/AppQuery.js +1 -1
- package/build/graphql/queries/WorkflowRunQuery.js +1 -1
- package/build/submit/context.d.ts +2 -0
- package/build/submit/context.js +12 -1
- package/build/submit/ios/IosSubmitter.js +2 -1
- package/oclif.manifest.json +30 -8
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -140,6 +140,7 @@ eas --help COMMAND
|
|
|
140
140
|
* [`eas whoami`](#eas-whoami)
|
|
141
141
|
* [`eas worker:alias`](#eas-workeralias)
|
|
142
142
|
* [`eas deploy [2m[options][22m`](#eas-deploy-2moptions22m-1)
|
|
143
|
+
* [`eas workflow:cancel`](#eas-workflowcancel)
|
|
143
144
|
* [`eas workflow:create [NAME]`](#eas-workflowcreate-name)
|
|
144
145
|
* [`eas workflow:list`](#eas-workflowlist)
|
|
145
146
|
* [`eas workflow:run [FILE]`](#eas-workflowrun-file)
|
|
@@ -164,7 +165,7 @@ ALIASES
|
|
|
164
165
|
$ eas login
|
|
165
166
|
```
|
|
166
167
|
|
|
167
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
168
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
168
169
|
|
|
169
170
|
## `eas account:logout`
|
|
170
171
|
|
|
@@ -181,7 +182,7 @@ ALIASES
|
|
|
181
182
|
$ eas logout
|
|
182
183
|
```
|
|
183
184
|
|
|
184
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
185
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
185
186
|
|
|
186
187
|
## `eas account:view`
|
|
187
188
|
|
|
@@ -198,7 +199,7 @@ ALIASES
|
|
|
198
199
|
$ eas whoami
|
|
199
200
|
```
|
|
200
201
|
|
|
201
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
202
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
202
203
|
|
|
203
204
|
## `eas analytics [STATUS]`
|
|
204
205
|
|
|
@@ -212,7 +213,7 @@ DESCRIPTION
|
|
|
212
213
|
display or change analytics settings
|
|
213
214
|
```
|
|
214
215
|
|
|
215
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
216
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
216
217
|
|
|
217
218
|
## `eas autocomplete [SHELL]`
|
|
218
219
|
|
|
@@ -264,7 +265,7 @@ DESCRIPTION
|
|
|
264
265
|
create a branch
|
|
265
266
|
```
|
|
266
267
|
|
|
267
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
268
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
268
269
|
|
|
269
270
|
## `eas branch:delete [NAME]`
|
|
270
271
|
|
|
@@ -285,7 +286,7 @@ DESCRIPTION
|
|
|
285
286
|
delete a branch
|
|
286
287
|
```
|
|
287
288
|
|
|
288
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
289
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
289
290
|
|
|
290
291
|
## `eas branch:list`
|
|
291
292
|
|
|
@@ -305,7 +306,7 @@ DESCRIPTION
|
|
|
305
306
|
list all branches
|
|
306
307
|
```
|
|
307
308
|
|
|
308
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
309
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
309
310
|
|
|
310
311
|
## `eas branch:rename`
|
|
311
312
|
|
|
@@ -325,7 +326,7 @@ DESCRIPTION
|
|
|
325
326
|
rename a branch
|
|
326
327
|
```
|
|
327
328
|
|
|
328
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
329
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
329
330
|
|
|
330
331
|
## `eas branch:view [NAME]`
|
|
331
332
|
|
|
@@ -348,7 +349,7 @@ DESCRIPTION
|
|
|
348
349
|
view a branch
|
|
349
350
|
```
|
|
350
351
|
|
|
351
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
352
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
352
353
|
|
|
353
354
|
## `eas build`
|
|
354
355
|
|
|
@@ -386,7 +387,7 @@ DESCRIPTION
|
|
|
386
387
|
start a build
|
|
387
388
|
```
|
|
388
389
|
|
|
389
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
390
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
390
391
|
|
|
391
392
|
## `eas build:cancel [BUILD_ID]`
|
|
392
393
|
|
|
@@ -405,7 +406,7 @@ DESCRIPTION
|
|
|
405
406
|
cancel a build
|
|
406
407
|
```
|
|
407
408
|
|
|
408
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
409
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
409
410
|
|
|
410
411
|
## `eas build:configure`
|
|
411
412
|
|
|
@@ -422,7 +423,7 @@ DESCRIPTION
|
|
|
422
423
|
configure the project to support EAS Build
|
|
423
424
|
```
|
|
424
425
|
|
|
425
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
426
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
426
427
|
|
|
427
428
|
## `eas build:delete [BUILD_ID]`
|
|
428
429
|
|
|
@@ -441,7 +442,7 @@ DESCRIPTION
|
|
|
441
442
|
delete a build
|
|
442
443
|
```
|
|
443
444
|
|
|
444
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
445
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
445
446
|
|
|
446
447
|
## `eas build:dev`
|
|
447
448
|
|
|
@@ -461,7 +462,7 @@ DESCRIPTION
|
|
|
461
462
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
462
463
|
```
|
|
463
464
|
|
|
464
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
465
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
465
466
|
|
|
466
467
|
## `eas build:download`
|
|
467
468
|
|
|
@@ -482,7 +483,7 @@ DESCRIPTION
|
|
|
482
483
|
download simulator/emulator builds for a given fingerprint hash
|
|
483
484
|
```
|
|
484
485
|
|
|
485
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
486
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/build/download.ts)_
|
|
486
487
|
|
|
487
488
|
## `eas build:inspect`
|
|
488
489
|
|
|
@@ -517,7 +518,7 @@ DESCRIPTION
|
|
|
517
518
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
518
519
|
```
|
|
519
520
|
|
|
520
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
521
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
521
522
|
|
|
522
523
|
## `eas build:list`
|
|
523
524
|
|
|
@@ -569,7 +570,7 @@ DESCRIPTION
|
|
|
569
570
|
list all builds for your project
|
|
570
571
|
```
|
|
571
572
|
|
|
572
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
573
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
573
574
|
|
|
574
575
|
## `eas build:resign`
|
|
575
576
|
|
|
@@ -598,7 +599,7 @@ DESCRIPTION
|
|
|
598
599
|
re-sign a build archive
|
|
599
600
|
```
|
|
600
601
|
|
|
601
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
602
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
602
603
|
|
|
603
604
|
## `eas build:run`
|
|
604
605
|
|
|
@@ -624,7 +625,7 @@ DESCRIPTION
|
|
|
624
625
|
run simulator/emulator builds from eas-cli
|
|
625
626
|
```
|
|
626
627
|
|
|
627
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
628
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
628
629
|
|
|
629
630
|
## `eas build:submit`
|
|
630
631
|
|
|
@@ -633,11 +634,14 @@ submit app binary to App Store and/or Play Store
|
|
|
633
634
|
```
|
|
634
635
|
USAGE
|
|
635
636
|
$ eas build:submit [-p android|ios|all] [-e <value>] [--latest | --id <value> | --path <value> | --url <value>]
|
|
636
|
-
[--verbose] [--wait] [--verbose-fastlane] [--non-interactive]
|
|
637
|
+
[--verbose] [--wait] [--verbose-fastlane] [-g <value>] [--non-interactive]
|
|
637
638
|
|
|
638
639
|
FLAGS
|
|
639
640
|
-e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in
|
|
640
641
|
eas.json.
|
|
642
|
+
-g, --groups=<value>... Internal TestFlight testing groups to add the build to (iOS only). Learn more:
|
|
643
|
+
https://developer.apple.com/help/app-store-connect/test-a-beta-version/add-internal-
|
|
644
|
+
testers
|
|
641
645
|
-p, --platform=(android|ios|all)
|
|
642
646
|
--id=<value> ID of the build to submit
|
|
643
647
|
--latest Submit the latest build for specified platform
|
|
@@ -674,7 +678,7 @@ DESCRIPTION
|
|
|
674
678
|
get the latest version from EAS servers
|
|
675
679
|
```
|
|
676
680
|
|
|
677
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
681
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
678
682
|
|
|
679
683
|
## `eas build:version:set`
|
|
680
684
|
|
|
@@ -693,7 +697,7 @@ DESCRIPTION
|
|
|
693
697
|
update version of an app
|
|
694
698
|
```
|
|
695
699
|
|
|
696
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
700
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
697
701
|
|
|
698
702
|
## `eas build:version:sync`
|
|
699
703
|
|
|
@@ -712,7 +716,7 @@ DESCRIPTION
|
|
|
712
716
|
update a version in native code with a value stored on EAS servers
|
|
713
717
|
```
|
|
714
718
|
|
|
715
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
719
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
716
720
|
|
|
717
721
|
## `eas build:view [BUILD_ID]`
|
|
718
722
|
|
|
@@ -729,7 +733,7 @@ DESCRIPTION
|
|
|
729
733
|
view a build for your project
|
|
730
734
|
```
|
|
731
735
|
|
|
732
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
736
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
733
737
|
|
|
734
738
|
## `eas channel:create [NAME]`
|
|
735
739
|
|
|
@@ -750,7 +754,7 @@ DESCRIPTION
|
|
|
750
754
|
create a channel
|
|
751
755
|
```
|
|
752
756
|
|
|
753
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
757
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
754
758
|
|
|
755
759
|
## `eas channel:edit [NAME]`
|
|
756
760
|
|
|
@@ -772,7 +776,7 @@ DESCRIPTION
|
|
|
772
776
|
point a channel at a new branch
|
|
773
777
|
```
|
|
774
778
|
|
|
775
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
779
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
776
780
|
|
|
777
781
|
## `eas channel:list`
|
|
778
782
|
|
|
@@ -792,7 +796,7 @@ DESCRIPTION
|
|
|
792
796
|
list all channels
|
|
793
797
|
```
|
|
794
798
|
|
|
795
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
799
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
796
800
|
|
|
797
801
|
## `eas channel:pause [NAME]`
|
|
798
802
|
|
|
@@ -814,7 +818,7 @@ DESCRIPTION
|
|
|
814
818
|
pause a channel to stop it from sending updates
|
|
815
819
|
```
|
|
816
820
|
|
|
817
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
821
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
818
822
|
|
|
819
823
|
## `eas channel:resume [NAME]`
|
|
820
824
|
|
|
@@ -836,7 +840,7 @@ DESCRIPTION
|
|
|
836
840
|
resume a channel to start sending updates
|
|
837
841
|
```
|
|
838
842
|
|
|
839
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
843
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
840
844
|
|
|
841
845
|
## `eas channel:rollout [CHANNEL]`
|
|
842
846
|
|
|
@@ -869,7 +873,7 @@ DESCRIPTION
|
|
|
869
873
|
Roll a new branch out on a channel incrementally.
|
|
870
874
|
```
|
|
871
875
|
|
|
872
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
876
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
873
877
|
|
|
874
878
|
## `eas channel:view [NAME]`
|
|
875
879
|
|
|
@@ -892,7 +896,7 @@ DESCRIPTION
|
|
|
892
896
|
view a channel
|
|
893
897
|
```
|
|
894
898
|
|
|
895
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
899
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
896
900
|
|
|
897
901
|
## `eas config`
|
|
898
902
|
|
|
@@ -913,7 +917,7 @@ DESCRIPTION
|
|
|
913
917
|
display project configuration (app.json + eas.json)
|
|
914
918
|
```
|
|
915
919
|
|
|
916
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
920
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/config.ts)_
|
|
917
921
|
|
|
918
922
|
## `eas credentials`
|
|
919
923
|
|
|
@@ -930,7 +934,7 @@ DESCRIPTION
|
|
|
930
934
|
manage credentials
|
|
931
935
|
```
|
|
932
936
|
|
|
933
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
937
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
934
938
|
|
|
935
939
|
## `eas credentials:configure-build`
|
|
936
940
|
|
|
@@ -948,7 +952,7 @@ DESCRIPTION
|
|
|
948
952
|
Set up credentials for building your project.
|
|
949
953
|
```
|
|
950
954
|
|
|
951
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
955
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
952
956
|
|
|
953
957
|
## `eas deploy [2m[options][22m`
|
|
954
958
|
|
|
@@ -976,7 +980,7 @@ ALIASES
|
|
|
976
980
|
$ eas worker:deploy
|
|
977
981
|
```
|
|
978
982
|
|
|
979
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
983
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
980
984
|
|
|
981
985
|
## `eas deploy:alias`
|
|
982
986
|
|
|
@@ -1001,7 +1005,7 @@ ALIASES
|
|
|
1001
1005
|
$ eas deploy:promote
|
|
1002
1006
|
```
|
|
1003
1007
|
|
|
1004
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1008
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/deploy/alias.ts)_
|
|
1005
1009
|
|
|
1006
1010
|
## `eas deploy:promote`
|
|
1007
1011
|
|
|
@@ -1038,7 +1042,7 @@ DESCRIPTION
|
|
|
1038
1042
|
register new Apple Devices to use for internal distribution
|
|
1039
1043
|
```
|
|
1040
1044
|
|
|
1041
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1045
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1042
1046
|
|
|
1043
1047
|
## `eas device:delete`
|
|
1044
1048
|
|
|
@@ -1058,7 +1062,7 @@ DESCRIPTION
|
|
|
1058
1062
|
remove a registered device from your account
|
|
1059
1063
|
```
|
|
1060
1064
|
|
|
1061
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1065
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1062
1066
|
|
|
1063
1067
|
## `eas device:list`
|
|
1064
1068
|
|
|
@@ -1079,7 +1083,7 @@ DESCRIPTION
|
|
|
1079
1083
|
list all registered devices for your account
|
|
1080
1084
|
```
|
|
1081
1085
|
|
|
1082
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1086
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1083
1087
|
|
|
1084
1088
|
## `eas device:rename`
|
|
1085
1089
|
|
|
@@ -1100,7 +1104,7 @@ DESCRIPTION
|
|
|
1100
1104
|
rename a registered device
|
|
1101
1105
|
```
|
|
1102
1106
|
|
|
1103
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1107
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1104
1108
|
|
|
1105
1109
|
## `eas device:view [UDID]`
|
|
1106
1110
|
|
|
@@ -1114,7 +1118,7 @@ DESCRIPTION
|
|
|
1114
1118
|
view a device for your project
|
|
1115
1119
|
```
|
|
1116
1120
|
|
|
1117
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1121
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1118
1122
|
|
|
1119
1123
|
## `eas diagnostics`
|
|
1120
1124
|
|
|
@@ -1128,7 +1132,7 @@ DESCRIPTION
|
|
|
1128
1132
|
display environment info
|
|
1129
1133
|
```
|
|
1130
1134
|
|
|
1131
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1135
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1132
1136
|
|
|
1133
1137
|
## `eas env:create [ENVIRONMENT]`
|
|
1134
1138
|
|
|
@@ -1157,7 +1161,7 @@ DESCRIPTION
|
|
|
1157
1161
|
create an environment variable for the current project or account
|
|
1158
1162
|
```
|
|
1159
1163
|
|
|
1160
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1164
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1161
1165
|
|
|
1162
1166
|
## `eas env:delete [ENVIRONMENT]`
|
|
1163
1167
|
|
|
@@ -1181,7 +1185,7 @@ DESCRIPTION
|
|
|
1181
1185
|
delete an environment variable for the current project or account
|
|
1182
1186
|
```
|
|
1183
1187
|
|
|
1184
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1188
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1185
1189
|
|
|
1186
1190
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1187
1191
|
|
|
@@ -1202,7 +1206,7 @@ DESCRIPTION
|
|
|
1202
1206
|
execute a command with environment variables from the selected environment
|
|
1203
1207
|
```
|
|
1204
1208
|
|
|
1205
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1209
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1206
1210
|
|
|
1207
1211
|
## `eas env:get [ENVIRONMENT]`
|
|
1208
1212
|
|
|
@@ -1227,7 +1231,7 @@ DESCRIPTION
|
|
|
1227
1231
|
view an environment variable for the current project or account
|
|
1228
1232
|
```
|
|
1229
1233
|
|
|
1230
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1234
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1231
1235
|
|
|
1232
1236
|
## `eas env:list [ENVIRONMENT]`
|
|
1233
1237
|
|
|
@@ -1252,7 +1256,7 @@ DESCRIPTION
|
|
|
1252
1256
|
list environment variables for the current project or account
|
|
1253
1257
|
```
|
|
1254
1258
|
|
|
1255
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1259
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1256
1260
|
|
|
1257
1261
|
## `eas env:pull [ENVIRONMENT]`
|
|
1258
1262
|
|
|
@@ -1275,7 +1279,7 @@ DESCRIPTION
|
|
|
1275
1279
|
pull environment variables for the selected environment to .env file
|
|
1276
1280
|
```
|
|
1277
1281
|
|
|
1278
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1282
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1279
1283
|
|
|
1280
1284
|
## `eas env:push [ENVIRONMENT]`
|
|
1281
1285
|
|
|
@@ -1296,7 +1300,7 @@ DESCRIPTION
|
|
|
1296
1300
|
push environment variables from .env file to the selected environment
|
|
1297
1301
|
```
|
|
1298
1302
|
|
|
1299
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1303
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1300
1304
|
|
|
1301
1305
|
## `eas env:update [ENVIRONMENT]`
|
|
1302
1306
|
|
|
@@ -1327,7 +1331,7 @@ DESCRIPTION
|
|
|
1327
1331
|
update an environment variable on the current project or account
|
|
1328
1332
|
```
|
|
1329
1333
|
|
|
1330
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1334
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1331
1335
|
|
|
1332
1336
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1333
1337
|
|
|
@@ -1372,7 +1376,7 @@ EXAMPLES
|
|
|
1372
1376
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1373
1377
|
```
|
|
1374
1378
|
|
|
1375
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1379
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1376
1380
|
|
|
1377
1381
|
## `eas fingerprint:generate`
|
|
1378
1382
|
|
|
@@ -1403,7 +1407,7 @@ EXAMPLES
|
|
|
1403
1407
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1404
1408
|
```
|
|
1405
1409
|
|
|
1406
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1410
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1407
1411
|
|
|
1408
1412
|
## `eas help [COMMAND]`
|
|
1409
1413
|
|
|
@@ -1511,7 +1515,7 @@ DESCRIPTION
|
|
|
1511
1515
|
validate the local store configuration
|
|
1512
1516
|
```
|
|
1513
1517
|
|
|
1514
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1518
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1515
1519
|
|
|
1516
1520
|
## `eas metadata:pull`
|
|
1517
1521
|
|
|
@@ -1528,7 +1532,7 @@ DESCRIPTION
|
|
|
1528
1532
|
generate the local store configuration from the app stores
|
|
1529
1533
|
```
|
|
1530
1534
|
|
|
1531
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1535
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1532
1536
|
|
|
1533
1537
|
## `eas metadata:push`
|
|
1534
1538
|
|
|
@@ -1545,7 +1549,7 @@ DESCRIPTION
|
|
|
1545
1549
|
sync the local store configuration to the app stores
|
|
1546
1550
|
```
|
|
1547
1551
|
|
|
1548
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1552
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1549
1553
|
|
|
1550
1554
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1551
1555
|
|
|
@@ -1575,7 +1579,7 @@ DESCRIPTION
|
|
|
1575
1579
|
open the project page in a web browser
|
|
1576
1580
|
```
|
|
1577
1581
|
|
|
1578
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1582
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/open.ts)_
|
|
1579
1583
|
|
|
1580
1584
|
## `eas project:info`
|
|
1581
1585
|
|
|
@@ -1589,7 +1593,7 @@ DESCRIPTION
|
|
|
1589
1593
|
information about the current project
|
|
1590
1594
|
```
|
|
1591
1595
|
|
|
1592
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1596
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1593
1597
|
|
|
1594
1598
|
## `eas project:init`
|
|
1595
1599
|
|
|
@@ -1612,7 +1616,7 @@ ALIASES
|
|
|
1612
1616
|
$ eas init
|
|
1613
1617
|
```
|
|
1614
1618
|
|
|
1615
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1619
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1616
1620
|
|
|
1617
1621
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1618
1622
|
|
|
@@ -1630,7 +1634,7 @@ ALIASES
|
|
|
1630
1634
|
$ eas onboarding
|
|
1631
1635
|
```
|
|
1632
1636
|
|
|
1633
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1637
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1634
1638
|
|
|
1635
1639
|
## `eas submit`
|
|
1636
1640
|
|
|
@@ -1639,11 +1643,14 @@ submit app binary to App Store and/or Play Store
|
|
|
1639
1643
|
```
|
|
1640
1644
|
USAGE
|
|
1641
1645
|
$ eas submit [-p android|ios|all] [-e <value>] [--latest | --id <value> | --path <value> | --url <value>]
|
|
1642
|
-
[--verbose] [--wait] [--verbose-fastlane] [--non-interactive]
|
|
1646
|
+
[--verbose] [--wait] [--verbose-fastlane] [-g <value>] [--non-interactive]
|
|
1643
1647
|
|
|
1644
1648
|
FLAGS
|
|
1645
1649
|
-e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in
|
|
1646
1650
|
eas.json.
|
|
1651
|
+
-g, --groups=<value>... Internal TestFlight testing groups to add the build to (iOS only). Learn more:
|
|
1652
|
+
https://developer.apple.com/help/app-store-connect/test-a-beta-version/add-internal-
|
|
1653
|
+
testers
|
|
1647
1654
|
-p, --platform=(android|ios|all)
|
|
1648
1655
|
--id=<value> ID of the build to submit
|
|
1649
1656
|
--latest Submit the latest build for specified platform
|
|
@@ -1661,7 +1668,7 @@ ALIASES
|
|
|
1661
1668
|
$ eas build:submit
|
|
1662
1669
|
```
|
|
1663
1670
|
|
|
1664
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1671
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1665
1672
|
|
|
1666
1673
|
## `eas update`
|
|
1667
1674
|
|
|
@@ -1703,7 +1710,7 @@ DESCRIPTION
|
|
|
1703
1710
|
publish an update group
|
|
1704
1711
|
```
|
|
1705
1712
|
|
|
1706
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1713
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1707
1714
|
|
|
1708
1715
|
## `eas update:configure`
|
|
1709
1716
|
|
|
@@ -1723,7 +1730,7 @@ DESCRIPTION
|
|
|
1723
1730
|
configure the project to support EAS Update
|
|
1724
1731
|
```
|
|
1725
1732
|
|
|
1726
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1733
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1727
1734
|
|
|
1728
1735
|
## `eas update:delete GROUPID`
|
|
1729
1736
|
|
|
@@ -1744,7 +1751,7 @@ DESCRIPTION
|
|
|
1744
1751
|
delete all the updates in an update group
|
|
1745
1752
|
```
|
|
1746
1753
|
|
|
1747
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1754
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1748
1755
|
|
|
1749
1756
|
## `eas update:edit [GROUPID]`
|
|
1750
1757
|
|
|
@@ -1768,7 +1775,7 @@ DESCRIPTION
|
|
|
1768
1775
|
edit all the updates in an update group
|
|
1769
1776
|
```
|
|
1770
1777
|
|
|
1771
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1778
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1772
1779
|
|
|
1773
1780
|
## `eas update:list`
|
|
1774
1781
|
|
|
@@ -1790,7 +1797,7 @@ DESCRIPTION
|
|
|
1790
1797
|
view the recent updates
|
|
1791
1798
|
```
|
|
1792
1799
|
|
|
1793
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1800
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1794
1801
|
|
|
1795
1802
|
## `eas update:republish`
|
|
1796
1803
|
|
|
@@ -1826,7 +1833,7 @@ DESCRIPTION
|
|
|
1826
1833
|
roll back to an existing update
|
|
1827
1834
|
```
|
|
1828
1835
|
|
|
1829
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1836
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1830
1837
|
|
|
1831
1838
|
## `eas update:roll-back-to-embedded`
|
|
1832
1839
|
|
|
@@ -1854,7 +1861,7 @@ DESCRIPTION
|
|
|
1854
1861
|
roll back to the embedded update
|
|
1855
1862
|
```
|
|
1856
1863
|
|
|
1857
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1864
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1858
1865
|
|
|
1859
1866
|
## `eas update:rollback`
|
|
1860
1867
|
|
|
@@ -1874,7 +1881,7 @@ DESCRIPTION
|
|
|
1874
1881
|
roll back to an embedded update or an existing update
|
|
1875
1882
|
```
|
|
1876
1883
|
|
|
1877
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1884
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1878
1885
|
|
|
1879
1886
|
## `eas update:view GROUPID`
|
|
1880
1887
|
|
|
@@ -1894,7 +1901,7 @@ DESCRIPTION
|
|
|
1894
1901
|
update group details
|
|
1895
1902
|
```
|
|
1896
1903
|
|
|
1897
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1904
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
1898
1905
|
|
|
1899
1906
|
## `eas webhook:create`
|
|
1900
1907
|
|
|
@@ -1915,7 +1922,7 @@ DESCRIPTION
|
|
|
1915
1922
|
create a webhook
|
|
1916
1923
|
```
|
|
1917
1924
|
|
|
1918
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1925
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1919
1926
|
|
|
1920
1927
|
## `eas webhook:delete [ID]`
|
|
1921
1928
|
|
|
@@ -1935,7 +1942,7 @@ DESCRIPTION
|
|
|
1935
1942
|
delete a webhook
|
|
1936
1943
|
```
|
|
1937
1944
|
|
|
1938
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1945
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1939
1946
|
|
|
1940
1947
|
## `eas webhook:list`
|
|
1941
1948
|
|
|
@@ -1953,7 +1960,7 @@ DESCRIPTION
|
|
|
1953
1960
|
list webhooks
|
|
1954
1961
|
```
|
|
1955
1962
|
|
|
1956
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1963
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1957
1964
|
|
|
1958
1965
|
## `eas webhook:update`
|
|
1959
1966
|
|
|
@@ -1975,7 +1982,7 @@ DESCRIPTION
|
|
|
1975
1982
|
update a webhook
|
|
1976
1983
|
```
|
|
1977
1984
|
|
|
1978
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1985
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1979
1986
|
|
|
1980
1987
|
## `eas webhook:view ID`
|
|
1981
1988
|
|
|
@@ -1992,7 +1999,7 @@ DESCRIPTION
|
|
|
1992
1999
|
view a webhook
|
|
1993
2000
|
```
|
|
1994
2001
|
|
|
1995
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2002
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1996
2003
|
|
|
1997
2004
|
## `eas whoami`
|
|
1998
2005
|
|
|
@@ -2058,6 +2065,24 @@ ALIASES
|
|
|
2058
2065
|
$ eas worker:deploy
|
|
2059
2066
|
```
|
|
2060
2067
|
|
|
2068
|
+
## `eas workflow:cancel`
|
|
2069
|
+
|
|
2070
|
+
Cancel one or more workflow runs. If no workflow run IDs are provided, you will be prompted to select IN_PROGRESS runs to cancel.
|
|
2071
|
+
|
|
2072
|
+
```
|
|
2073
|
+
USAGE
|
|
2074
|
+
$ eas workflow:cancel [--non-interactive]
|
|
2075
|
+
|
|
2076
|
+
FLAGS
|
|
2077
|
+
--non-interactive Run the command in non-interactive mode.
|
|
2078
|
+
|
|
2079
|
+
DESCRIPTION
|
|
2080
|
+
Cancel one or more workflow runs. If no workflow run IDs are provided, you will be prompted to select IN_PROGRESS runs
|
|
2081
|
+
to cancel.
|
|
2082
|
+
```
|
|
2083
|
+
|
|
2084
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2085
|
+
|
|
2061
2086
|
## `eas workflow:create [NAME]`
|
|
2062
2087
|
|
|
2063
2088
|
create a new workflow configuration YAML file
|
|
@@ -2076,7 +2101,7 @@ DESCRIPTION
|
|
|
2076
2101
|
create a new workflow configuration YAML file
|
|
2077
2102
|
```
|
|
2078
2103
|
|
|
2079
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2104
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2080
2105
|
|
|
2081
2106
|
## `eas workflow:list`
|
|
2082
2107
|
|
|
@@ -2093,7 +2118,7 @@ DESCRIPTION
|
|
|
2093
2118
|
List workflows for the current project
|
|
2094
2119
|
```
|
|
2095
2120
|
|
|
2096
|
-
_See code: [packages/eas-cli/src/commands/workflow/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2121
|
+
_See code: [packages/eas-cli/src/commands/workflow/list.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/workflow/list.ts)_
|
|
2097
2122
|
|
|
2098
2123
|
## `eas workflow:run [FILE]`
|
|
2099
2124
|
|
|
@@ -2120,7 +2145,7 @@ FLAG DESCRIPTIONS
|
|
|
2120
2145
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2121
2146
|
```
|
|
2122
2147
|
|
|
2123
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2148
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2124
2149
|
|
|
2125
2150
|
## `eas workflow:runs`
|
|
2126
2151
|
|
|
@@ -2145,7 +2170,7 @@ DESCRIPTION
|
|
|
2145
2170
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2146
2171
|
```
|
|
2147
2172
|
|
|
2148
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2173
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2149
2174
|
|
|
2150
2175
|
## `eas workflow:validate PATH`
|
|
2151
2176
|
|
|
@@ -2165,5 +2190,5 @@ DESCRIPTION
|
|
|
2165
2190
|
validate a workflow configuration yaml file
|
|
2166
2191
|
```
|
|
2167
2192
|
|
|
2168
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2193
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.10.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2169
2194
|
<!-- commandsstop -->
|