eas-cli 16.11.0 → 16.12.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 +79 -79
- package/build/commands/workflow/run.js +3 -0
- package/build/graphql/generated.d.ts +2 -0
- package/build/graphql/generated.js +1 -0
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -165,7 +165,7 @@ ALIASES
|
|
|
165
165
|
$ eas login
|
|
166
166
|
```
|
|
167
167
|
|
|
168
|
-
_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.12.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
169
169
|
|
|
170
170
|
## `eas account:logout`
|
|
171
171
|
|
|
@@ -182,7 +182,7 @@ ALIASES
|
|
|
182
182
|
$ eas logout
|
|
183
183
|
```
|
|
184
184
|
|
|
185
|
-
_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.12.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
186
186
|
|
|
187
187
|
## `eas account:view`
|
|
188
188
|
|
|
@@ -199,7 +199,7 @@ ALIASES
|
|
|
199
199
|
$ eas whoami
|
|
200
200
|
```
|
|
201
201
|
|
|
202
|
-
_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.12.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
203
203
|
|
|
204
204
|
## `eas analytics [STATUS]`
|
|
205
205
|
|
|
@@ -213,7 +213,7 @@ DESCRIPTION
|
|
|
213
213
|
display or change analytics settings
|
|
214
214
|
```
|
|
215
215
|
|
|
216
|
-
_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.12.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
217
217
|
|
|
218
218
|
## `eas autocomplete [SHELL]`
|
|
219
219
|
|
|
@@ -265,7 +265,7 @@ DESCRIPTION
|
|
|
265
265
|
create a branch
|
|
266
266
|
```
|
|
267
267
|
|
|
268
|
-
_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.12.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
269
269
|
|
|
270
270
|
## `eas branch:delete [NAME]`
|
|
271
271
|
|
|
@@ -286,7 +286,7 @@ DESCRIPTION
|
|
|
286
286
|
delete a branch
|
|
287
287
|
```
|
|
288
288
|
|
|
289
|
-
_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.12.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
290
290
|
|
|
291
291
|
## `eas branch:list`
|
|
292
292
|
|
|
@@ -306,7 +306,7 @@ DESCRIPTION
|
|
|
306
306
|
list all branches
|
|
307
307
|
```
|
|
308
308
|
|
|
309
|
-
_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.12.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
310
310
|
|
|
311
311
|
## `eas branch:rename`
|
|
312
312
|
|
|
@@ -326,7 +326,7 @@ DESCRIPTION
|
|
|
326
326
|
rename a branch
|
|
327
327
|
```
|
|
328
328
|
|
|
329
|
-
_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.12.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
330
330
|
|
|
331
331
|
## `eas branch:view [NAME]`
|
|
332
332
|
|
|
@@ -349,7 +349,7 @@ DESCRIPTION
|
|
|
349
349
|
view a branch
|
|
350
350
|
```
|
|
351
351
|
|
|
352
|
-
_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.12.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
353
353
|
|
|
354
354
|
## `eas build`
|
|
355
355
|
|
|
@@ -387,7 +387,7 @@ DESCRIPTION
|
|
|
387
387
|
start a build
|
|
388
388
|
```
|
|
389
389
|
|
|
390
|
-
_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.12.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
391
391
|
|
|
392
392
|
## `eas build:cancel [BUILD_ID]`
|
|
393
393
|
|
|
@@ -406,7 +406,7 @@ DESCRIPTION
|
|
|
406
406
|
cancel a build
|
|
407
407
|
```
|
|
408
408
|
|
|
409
|
-
_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.12.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
410
410
|
|
|
411
411
|
## `eas build:configure`
|
|
412
412
|
|
|
@@ -423,7 +423,7 @@ DESCRIPTION
|
|
|
423
423
|
configure the project to support EAS Build
|
|
424
424
|
```
|
|
425
425
|
|
|
426
|
-
_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.12.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
427
427
|
|
|
428
428
|
## `eas build:delete [BUILD_ID]`
|
|
429
429
|
|
|
@@ -442,7 +442,7 @@ DESCRIPTION
|
|
|
442
442
|
delete a build
|
|
443
443
|
```
|
|
444
444
|
|
|
445
|
-
_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.12.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
446
446
|
|
|
447
447
|
## `eas build:dev`
|
|
448
448
|
|
|
@@ -462,7 +462,7 @@ DESCRIPTION
|
|
|
462
462
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
463
463
|
```
|
|
464
464
|
|
|
465
|
-
_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.12.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
466
466
|
|
|
467
467
|
## `eas build:download`
|
|
468
468
|
|
|
@@ -483,7 +483,7 @@ DESCRIPTION
|
|
|
483
483
|
download simulator/emulator builds for a given fingerprint hash
|
|
484
484
|
```
|
|
485
485
|
|
|
486
|
-
_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.12.0/packages/eas-cli/src/commands/build/download.ts)_
|
|
487
487
|
|
|
488
488
|
## `eas build:inspect`
|
|
489
489
|
|
|
@@ -518,7 +518,7 @@ DESCRIPTION
|
|
|
518
518
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
519
519
|
```
|
|
520
520
|
|
|
521
|
-
_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.12.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
522
522
|
|
|
523
523
|
## `eas build:list`
|
|
524
524
|
|
|
@@ -570,7 +570,7 @@ DESCRIPTION
|
|
|
570
570
|
list all builds for your project
|
|
571
571
|
```
|
|
572
572
|
|
|
573
|
-
_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.12.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
574
574
|
|
|
575
575
|
## `eas build:resign`
|
|
576
576
|
|
|
@@ -599,7 +599,7 @@ DESCRIPTION
|
|
|
599
599
|
re-sign a build archive
|
|
600
600
|
```
|
|
601
601
|
|
|
602
|
-
_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.12.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
603
603
|
|
|
604
604
|
## `eas build:run`
|
|
605
605
|
|
|
@@ -625,7 +625,7 @@ DESCRIPTION
|
|
|
625
625
|
run simulator/emulator builds from eas-cli
|
|
626
626
|
```
|
|
627
627
|
|
|
628
|
-
_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.12.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
629
629
|
|
|
630
630
|
## `eas build:submit`
|
|
631
631
|
|
|
@@ -679,7 +679,7 @@ DESCRIPTION
|
|
|
679
679
|
get the latest version from EAS servers
|
|
680
680
|
```
|
|
681
681
|
|
|
682
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
682
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
683
683
|
|
|
684
684
|
## `eas build:version:set`
|
|
685
685
|
|
|
@@ -698,7 +698,7 @@ DESCRIPTION
|
|
|
698
698
|
update version of an app
|
|
699
699
|
```
|
|
700
700
|
|
|
701
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
701
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
702
702
|
|
|
703
703
|
## `eas build:version:sync`
|
|
704
704
|
|
|
@@ -717,7 +717,7 @@ DESCRIPTION
|
|
|
717
717
|
update a version in native code with a value stored on EAS servers
|
|
718
718
|
```
|
|
719
719
|
|
|
720
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
720
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
721
721
|
|
|
722
722
|
## `eas build:view [BUILD_ID]`
|
|
723
723
|
|
|
@@ -734,7 +734,7 @@ DESCRIPTION
|
|
|
734
734
|
view a build for your project
|
|
735
735
|
```
|
|
736
736
|
|
|
737
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
737
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
738
738
|
|
|
739
739
|
## `eas channel:create [NAME]`
|
|
740
740
|
|
|
@@ -755,7 +755,7 @@ DESCRIPTION
|
|
|
755
755
|
create a channel
|
|
756
756
|
```
|
|
757
757
|
|
|
758
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
758
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
759
759
|
|
|
760
760
|
## `eas channel:edit [NAME]`
|
|
761
761
|
|
|
@@ -777,7 +777,7 @@ DESCRIPTION
|
|
|
777
777
|
point a channel at a new branch
|
|
778
778
|
```
|
|
779
779
|
|
|
780
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
780
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
781
781
|
|
|
782
782
|
## `eas channel:list`
|
|
783
783
|
|
|
@@ -797,7 +797,7 @@ DESCRIPTION
|
|
|
797
797
|
list all channels
|
|
798
798
|
```
|
|
799
799
|
|
|
800
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
800
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
801
801
|
|
|
802
802
|
## `eas channel:pause [NAME]`
|
|
803
803
|
|
|
@@ -819,7 +819,7 @@ DESCRIPTION
|
|
|
819
819
|
pause a channel to stop it from sending updates
|
|
820
820
|
```
|
|
821
821
|
|
|
822
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
822
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
823
823
|
|
|
824
824
|
## `eas channel:resume [NAME]`
|
|
825
825
|
|
|
@@ -841,7 +841,7 @@ DESCRIPTION
|
|
|
841
841
|
resume a channel to start sending updates
|
|
842
842
|
```
|
|
843
843
|
|
|
844
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
844
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
845
845
|
|
|
846
846
|
## `eas channel:rollout [CHANNEL]`
|
|
847
847
|
|
|
@@ -874,7 +874,7 @@ DESCRIPTION
|
|
|
874
874
|
Roll a new branch out on a channel incrementally.
|
|
875
875
|
```
|
|
876
876
|
|
|
877
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
877
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
878
878
|
|
|
879
879
|
## `eas channel:view [NAME]`
|
|
880
880
|
|
|
@@ -897,7 +897,7 @@ DESCRIPTION
|
|
|
897
897
|
view a channel
|
|
898
898
|
```
|
|
899
899
|
|
|
900
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
900
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
901
901
|
|
|
902
902
|
## `eas config`
|
|
903
903
|
|
|
@@ -918,7 +918,7 @@ DESCRIPTION
|
|
|
918
918
|
display project configuration (app.json + eas.json)
|
|
919
919
|
```
|
|
920
920
|
|
|
921
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
921
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/config.ts)_
|
|
922
922
|
|
|
923
923
|
## `eas credentials`
|
|
924
924
|
|
|
@@ -935,7 +935,7 @@ DESCRIPTION
|
|
|
935
935
|
manage credentials
|
|
936
936
|
```
|
|
937
937
|
|
|
938
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
938
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
939
939
|
|
|
940
940
|
## `eas credentials:configure-build`
|
|
941
941
|
|
|
@@ -953,7 +953,7 @@ DESCRIPTION
|
|
|
953
953
|
Set up credentials for building your project.
|
|
954
954
|
```
|
|
955
955
|
|
|
956
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
956
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
957
957
|
|
|
958
958
|
## `eas deploy [2m[options][22m`
|
|
959
959
|
|
|
@@ -981,7 +981,7 @@ ALIASES
|
|
|
981
981
|
$ eas worker:deploy
|
|
982
982
|
```
|
|
983
983
|
|
|
984
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
984
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
985
985
|
|
|
986
986
|
## `eas deploy:alias`
|
|
987
987
|
|
|
@@ -1006,7 +1006,7 @@ ALIASES
|
|
|
1006
1006
|
$ eas deploy:promote
|
|
1007
1007
|
```
|
|
1008
1008
|
|
|
1009
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1009
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/deploy/alias.ts)_
|
|
1010
1010
|
|
|
1011
1011
|
## `eas deploy:promote`
|
|
1012
1012
|
|
|
@@ -1043,7 +1043,7 @@ DESCRIPTION
|
|
|
1043
1043
|
register new Apple Devices to use for internal distribution
|
|
1044
1044
|
```
|
|
1045
1045
|
|
|
1046
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1046
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1047
1047
|
|
|
1048
1048
|
## `eas device:delete`
|
|
1049
1049
|
|
|
@@ -1063,7 +1063,7 @@ DESCRIPTION
|
|
|
1063
1063
|
remove a registered device from your account
|
|
1064
1064
|
```
|
|
1065
1065
|
|
|
1066
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1066
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1067
1067
|
|
|
1068
1068
|
## `eas device:list`
|
|
1069
1069
|
|
|
@@ -1084,7 +1084,7 @@ DESCRIPTION
|
|
|
1084
1084
|
list all registered devices for your account
|
|
1085
1085
|
```
|
|
1086
1086
|
|
|
1087
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1087
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1088
1088
|
|
|
1089
1089
|
## `eas device:rename`
|
|
1090
1090
|
|
|
@@ -1105,7 +1105,7 @@ DESCRIPTION
|
|
|
1105
1105
|
rename a registered device
|
|
1106
1106
|
```
|
|
1107
1107
|
|
|
1108
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1108
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1109
1109
|
|
|
1110
1110
|
## `eas device:view [UDID]`
|
|
1111
1111
|
|
|
@@ -1119,7 +1119,7 @@ DESCRIPTION
|
|
|
1119
1119
|
view a device for your project
|
|
1120
1120
|
```
|
|
1121
1121
|
|
|
1122
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1122
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1123
1123
|
|
|
1124
1124
|
## `eas diagnostics`
|
|
1125
1125
|
|
|
@@ -1133,7 +1133,7 @@ DESCRIPTION
|
|
|
1133
1133
|
display environment info
|
|
1134
1134
|
```
|
|
1135
1135
|
|
|
1136
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1136
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1137
1137
|
|
|
1138
1138
|
## `eas env:create [ENVIRONMENT]`
|
|
1139
1139
|
|
|
@@ -1162,7 +1162,7 @@ DESCRIPTION
|
|
|
1162
1162
|
create an environment variable for the current project or account
|
|
1163
1163
|
```
|
|
1164
1164
|
|
|
1165
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1165
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1166
1166
|
|
|
1167
1167
|
## `eas env:delete [ENVIRONMENT]`
|
|
1168
1168
|
|
|
@@ -1186,7 +1186,7 @@ DESCRIPTION
|
|
|
1186
1186
|
delete an environment variable for the current project or account
|
|
1187
1187
|
```
|
|
1188
1188
|
|
|
1189
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1189
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1190
1190
|
|
|
1191
1191
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1192
1192
|
|
|
@@ -1207,7 +1207,7 @@ DESCRIPTION
|
|
|
1207
1207
|
execute a command with environment variables from the selected environment
|
|
1208
1208
|
```
|
|
1209
1209
|
|
|
1210
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1210
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1211
1211
|
|
|
1212
1212
|
## `eas env:get [ENVIRONMENT]`
|
|
1213
1213
|
|
|
@@ -1232,7 +1232,7 @@ DESCRIPTION
|
|
|
1232
1232
|
view an environment variable for the current project or account
|
|
1233
1233
|
```
|
|
1234
1234
|
|
|
1235
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1235
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1236
1236
|
|
|
1237
1237
|
## `eas env:list [ENVIRONMENT]`
|
|
1238
1238
|
|
|
@@ -1257,7 +1257,7 @@ DESCRIPTION
|
|
|
1257
1257
|
list environment variables for the current project or account
|
|
1258
1258
|
```
|
|
1259
1259
|
|
|
1260
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1260
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1261
1261
|
|
|
1262
1262
|
## `eas env:pull [ENVIRONMENT]`
|
|
1263
1263
|
|
|
@@ -1280,7 +1280,7 @@ DESCRIPTION
|
|
|
1280
1280
|
pull environment variables for the selected environment to .env file
|
|
1281
1281
|
```
|
|
1282
1282
|
|
|
1283
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1283
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1284
1284
|
|
|
1285
1285
|
## `eas env:push [ENVIRONMENT]`
|
|
1286
1286
|
|
|
@@ -1301,7 +1301,7 @@ DESCRIPTION
|
|
|
1301
1301
|
push environment variables from .env file to the selected environment
|
|
1302
1302
|
```
|
|
1303
1303
|
|
|
1304
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1304
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1305
1305
|
|
|
1306
1306
|
## `eas env:update [ENVIRONMENT]`
|
|
1307
1307
|
|
|
@@ -1332,7 +1332,7 @@ DESCRIPTION
|
|
|
1332
1332
|
update an environment variable on the current project or account
|
|
1333
1333
|
```
|
|
1334
1334
|
|
|
1335
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1335
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1336
1336
|
|
|
1337
1337
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1338
1338
|
|
|
@@ -1377,7 +1377,7 @@ EXAMPLES
|
|
|
1377
1377
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1378
1378
|
```
|
|
1379
1379
|
|
|
1380
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1380
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1381
1381
|
|
|
1382
1382
|
## `eas fingerprint:generate`
|
|
1383
1383
|
|
|
@@ -1408,7 +1408,7 @@ EXAMPLES
|
|
|
1408
1408
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1409
1409
|
```
|
|
1410
1410
|
|
|
1411
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1411
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1412
1412
|
|
|
1413
1413
|
## `eas help [COMMAND]`
|
|
1414
1414
|
|
|
@@ -1516,7 +1516,7 @@ DESCRIPTION
|
|
|
1516
1516
|
validate the local store configuration
|
|
1517
1517
|
```
|
|
1518
1518
|
|
|
1519
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1519
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1520
1520
|
|
|
1521
1521
|
## `eas metadata:pull`
|
|
1522
1522
|
|
|
@@ -1533,7 +1533,7 @@ DESCRIPTION
|
|
|
1533
1533
|
generate the local store configuration from the app stores
|
|
1534
1534
|
```
|
|
1535
1535
|
|
|
1536
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1536
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1537
1537
|
|
|
1538
1538
|
## `eas metadata:push`
|
|
1539
1539
|
|
|
@@ -1550,7 +1550,7 @@ DESCRIPTION
|
|
|
1550
1550
|
sync the local store configuration to the app stores
|
|
1551
1551
|
```
|
|
1552
1552
|
|
|
1553
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1553
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1554
1554
|
|
|
1555
1555
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1556
1556
|
|
|
@@ -1580,7 +1580,7 @@ DESCRIPTION
|
|
|
1580
1580
|
open the project page in a web browser
|
|
1581
1581
|
```
|
|
1582
1582
|
|
|
1583
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1583
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/open.ts)_
|
|
1584
1584
|
|
|
1585
1585
|
## `eas project:info`
|
|
1586
1586
|
|
|
@@ -1594,7 +1594,7 @@ DESCRIPTION
|
|
|
1594
1594
|
information about the current project
|
|
1595
1595
|
```
|
|
1596
1596
|
|
|
1597
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1597
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1598
1598
|
|
|
1599
1599
|
## `eas project:init`
|
|
1600
1600
|
|
|
@@ -1617,7 +1617,7 @@ ALIASES
|
|
|
1617
1617
|
$ eas init
|
|
1618
1618
|
```
|
|
1619
1619
|
|
|
1620
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1620
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1621
1621
|
|
|
1622
1622
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1623
1623
|
|
|
@@ -1635,7 +1635,7 @@ ALIASES
|
|
|
1635
1635
|
$ eas onboarding
|
|
1636
1636
|
```
|
|
1637
1637
|
|
|
1638
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1638
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1639
1639
|
|
|
1640
1640
|
## `eas submit`
|
|
1641
1641
|
|
|
@@ -1670,7 +1670,7 @@ ALIASES
|
|
|
1670
1670
|
$ eas build:submit
|
|
1671
1671
|
```
|
|
1672
1672
|
|
|
1673
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1673
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1674
1674
|
|
|
1675
1675
|
## `eas update`
|
|
1676
1676
|
|
|
@@ -1712,7 +1712,7 @@ DESCRIPTION
|
|
|
1712
1712
|
publish an update group
|
|
1713
1713
|
```
|
|
1714
1714
|
|
|
1715
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1715
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1716
1716
|
|
|
1717
1717
|
## `eas update:configure`
|
|
1718
1718
|
|
|
@@ -1732,7 +1732,7 @@ DESCRIPTION
|
|
|
1732
1732
|
configure the project to support EAS Update
|
|
1733
1733
|
```
|
|
1734
1734
|
|
|
1735
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1735
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1736
1736
|
|
|
1737
1737
|
## `eas update:delete GROUPID`
|
|
1738
1738
|
|
|
@@ -1753,7 +1753,7 @@ DESCRIPTION
|
|
|
1753
1753
|
delete all the updates in an update group
|
|
1754
1754
|
```
|
|
1755
1755
|
|
|
1756
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1756
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1757
1757
|
|
|
1758
1758
|
## `eas update:edit [GROUPID]`
|
|
1759
1759
|
|
|
@@ -1777,7 +1777,7 @@ DESCRIPTION
|
|
|
1777
1777
|
edit all the updates in an update group
|
|
1778
1778
|
```
|
|
1779
1779
|
|
|
1780
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1780
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1781
1781
|
|
|
1782
1782
|
## `eas update:list`
|
|
1783
1783
|
|
|
@@ -1799,7 +1799,7 @@ DESCRIPTION
|
|
|
1799
1799
|
view the recent updates
|
|
1800
1800
|
```
|
|
1801
1801
|
|
|
1802
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1802
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1803
1803
|
|
|
1804
1804
|
## `eas update:republish`
|
|
1805
1805
|
|
|
@@ -1835,7 +1835,7 @@ DESCRIPTION
|
|
|
1835
1835
|
roll back to an existing update
|
|
1836
1836
|
```
|
|
1837
1837
|
|
|
1838
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1838
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1839
1839
|
|
|
1840
1840
|
## `eas update:roll-back-to-embedded`
|
|
1841
1841
|
|
|
@@ -1863,7 +1863,7 @@ DESCRIPTION
|
|
|
1863
1863
|
roll back to the embedded update
|
|
1864
1864
|
```
|
|
1865
1865
|
|
|
1866
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1866
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1867
1867
|
|
|
1868
1868
|
## `eas update:rollback`
|
|
1869
1869
|
|
|
@@ -1883,7 +1883,7 @@ DESCRIPTION
|
|
|
1883
1883
|
roll back to an embedded update or an existing update
|
|
1884
1884
|
```
|
|
1885
1885
|
|
|
1886
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1886
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1887
1887
|
|
|
1888
1888
|
## `eas update:view GROUPID`
|
|
1889
1889
|
|
|
@@ -1903,7 +1903,7 @@ DESCRIPTION
|
|
|
1903
1903
|
update group details
|
|
1904
1904
|
```
|
|
1905
1905
|
|
|
1906
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1906
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
1907
1907
|
|
|
1908
1908
|
## `eas webhook:create`
|
|
1909
1909
|
|
|
@@ -1924,7 +1924,7 @@ DESCRIPTION
|
|
|
1924
1924
|
create a webhook
|
|
1925
1925
|
```
|
|
1926
1926
|
|
|
1927
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1927
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1928
1928
|
|
|
1929
1929
|
## `eas webhook:delete [ID]`
|
|
1930
1930
|
|
|
@@ -1944,7 +1944,7 @@ DESCRIPTION
|
|
|
1944
1944
|
delete a webhook
|
|
1945
1945
|
```
|
|
1946
1946
|
|
|
1947
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1947
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1948
1948
|
|
|
1949
1949
|
## `eas webhook:list`
|
|
1950
1950
|
|
|
@@ -1962,7 +1962,7 @@ DESCRIPTION
|
|
|
1962
1962
|
list webhooks
|
|
1963
1963
|
```
|
|
1964
1964
|
|
|
1965
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1965
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1966
1966
|
|
|
1967
1967
|
## `eas webhook:update`
|
|
1968
1968
|
|
|
@@ -1984,7 +1984,7 @@ DESCRIPTION
|
|
|
1984
1984
|
update a webhook
|
|
1985
1985
|
```
|
|
1986
1986
|
|
|
1987
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1987
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1988
1988
|
|
|
1989
1989
|
## `eas webhook:view ID`
|
|
1990
1990
|
|
|
@@ -2001,7 +2001,7 @@ DESCRIPTION
|
|
|
2001
2001
|
view a webhook
|
|
2002
2002
|
```
|
|
2003
2003
|
|
|
2004
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2004
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2005
2005
|
|
|
2006
2006
|
## `eas whoami`
|
|
2007
2007
|
|
|
@@ -2083,7 +2083,7 @@ DESCRIPTION
|
|
|
2083
2083
|
to cancel.
|
|
2084
2084
|
```
|
|
2085
2085
|
|
|
2086
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2086
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2087
2087
|
|
|
2088
2088
|
## `eas workflow:create [NAME]`
|
|
2089
2089
|
|
|
@@ -2103,7 +2103,7 @@ DESCRIPTION
|
|
|
2103
2103
|
create a new workflow configuration YAML file
|
|
2104
2104
|
```
|
|
2105
2105
|
|
|
2106
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2106
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2107
2107
|
|
|
2108
2108
|
## `eas workflow:list`
|
|
2109
2109
|
|
|
@@ -2120,7 +2120,7 @@ DESCRIPTION
|
|
|
2120
2120
|
List workflows for the current project
|
|
2121
2121
|
```
|
|
2122
2122
|
|
|
2123
|
-
_See code: [packages/eas-cli/src/commands/workflow/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
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)_
|
|
2124
2124
|
|
|
2125
2125
|
## `eas workflow:run [FILE]`
|
|
2126
2126
|
|
|
@@ -2147,7 +2147,7 @@ FLAG DESCRIPTIONS
|
|
|
2147
2147
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2148
2148
|
```
|
|
2149
2149
|
|
|
2150
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2150
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2151
2151
|
|
|
2152
2152
|
## `eas workflow:runs`
|
|
2153
2153
|
|
|
@@ -2172,7 +2172,7 @@ DESCRIPTION
|
|
|
2172
2172
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2173
2173
|
```
|
|
2174
2174
|
|
|
2175
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2175
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2176
2176
|
|
|
2177
2177
|
## `eas workflow:validate PATH`
|
|
2178
2178
|
|
|
@@ -2192,5 +2192,5 @@ DESCRIPTION
|
|
|
2192
2192
|
validate a workflow configuration yaml file
|
|
2193
2193
|
```
|
|
2194
2194
|
|
|
2195
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2195
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.12.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2196
2196
|
<!-- commandsstop -->
|
|
@@ -6,6 +6,7 @@ const core_2 = require("@urql/core");
|
|
|
6
6
|
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
7
7
|
const fs = tslib_1.__importStar(require("node:fs"));
|
|
8
8
|
const path = tslib_1.__importStar(require("node:path"));
|
|
9
|
+
const slash_1 = tslib_1.__importDefault(require("slash"));
|
|
9
10
|
const url_1 = require("../../build/utils/url");
|
|
10
11
|
const EasCommand_1 = tslib_1.__importDefault(require("../../commandUtils/EasCommand"));
|
|
11
12
|
const flags_1 = require("../../commandUtils/flags");
|
|
@@ -90,6 +91,7 @@ class WorkflowRun extends EasCommand_1.default {
|
|
|
90
91
|
let packageJsonBucketKey = null;
|
|
91
92
|
const easJsonPath = path.join(projectDir, 'eas.json');
|
|
92
93
|
const packageJsonPath = path.join(projectDir, 'package.json');
|
|
94
|
+
const projectRootDirectory = (0, slash_1.default)(path.relative(await vcsClient.getRootPathAsync(), projectDir) || '.');
|
|
93
95
|
try {
|
|
94
96
|
({ projectArchiveBucketKey } = await (0, uploadAccountScopedProjectSourceAsync_1.uploadAccountScopedProjectSourceAsync)({
|
|
95
97
|
graphqlClient,
|
|
@@ -137,6 +139,7 @@ class WorkflowRun extends EasCommand_1.default {
|
|
|
137
139
|
projectArchiveBucketKey,
|
|
138
140
|
easJsonBucketKey,
|
|
139
141
|
packageJsonBucketKey,
|
|
142
|
+
projectRootDirectory,
|
|
140
143
|
},
|
|
141
144
|
},
|
|
142
145
|
}));
|
|
@@ -7392,6 +7392,7 @@ export declare enum WorkflowJobType {
|
|
|
7392
7392
|
GetBuild = "GET_BUILD",
|
|
7393
7393
|
MaestroCloud = "MAESTRO_CLOUD",
|
|
7394
7394
|
MaestroTest = "MAESTRO_TEST",
|
|
7395
|
+
Repack = "REPACK",
|
|
7395
7396
|
RequireApproval = "REQUIRE_APPROVAL",
|
|
7396
7397
|
Slack = "SLACK",
|
|
7397
7398
|
Submission = "SUBMISSION",
|
|
@@ -7401,6 +7402,7 @@ export type WorkflowProjectSourceInput = {
|
|
|
7401
7402
|
easJsonBucketKey?: InputMaybe<Scalars['String']['input']>;
|
|
7402
7403
|
packageJsonBucketKey?: InputMaybe<Scalars['String']['input']>;
|
|
7403
7404
|
projectArchiveBucketKey: Scalars['String']['input'];
|
|
7405
|
+
projectRootDirectory?: InputMaybe<Scalars['String']['input']>;
|
|
7404
7406
|
type: WorkflowProjectSourceType;
|
|
7405
7407
|
};
|
|
7406
7408
|
export declare enum WorkflowProjectSourceType {
|
|
@@ -889,6 +889,7 @@ var WorkflowJobType;
|
|
|
889
889
|
WorkflowJobType["GetBuild"] = "GET_BUILD";
|
|
890
890
|
WorkflowJobType["MaestroCloud"] = "MAESTRO_CLOUD";
|
|
891
891
|
WorkflowJobType["MaestroTest"] = "MAESTRO_TEST";
|
|
892
|
+
WorkflowJobType["Repack"] = "REPACK";
|
|
892
893
|
WorkflowJobType["RequireApproval"] = "REQUIRE_APPROVAL";
|
|
893
894
|
WorkflowJobType["Slack"] = "SLACK";
|
|
894
895
|
WorkflowJobType["Submission"] = "SUBMISSION";
|
package/oclif.manifest.json
CHANGED
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.12.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": "2b89aed724bceefa9efc6ddf4270949c92ab8d56"
|
|
244
244
|
}
|