eas-cli 16.10.0 → 16.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +79 -79
- package/build/commands/build/dev.js +4 -1
- package/build/graphql/generated.d.ts +24 -9
- package/build/graphql/generated.js +6 -1
- package/build/project/publish.js +0 -3
- 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.10.
|
|
168
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
185
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
202
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
216
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
268
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
289
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
309
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
329
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
352
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
390
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
409
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
426
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
445
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
465
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
486
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
521
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
573
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
602
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.10.1/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.10.
|
|
628
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/build/run.ts)_
|
|
629
629
|
|
|
630
630
|
## `eas build:submit`
|
|
631
631
|
|
|
@@ -678,7 +678,7 @@ DESCRIPTION
|
|
|
678
678
|
get the latest version from EAS servers
|
|
679
679
|
```
|
|
680
680
|
|
|
681
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
681
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
682
682
|
|
|
683
683
|
## `eas build:version:set`
|
|
684
684
|
|
|
@@ -697,7 +697,7 @@ DESCRIPTION
|
|
|
697
697
|
update version of an app
|
|
698
698
|
```
|
|
699
699
|
|
|
700
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
700
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
701
701
|
|
|
702
702
|
## `eas build:version:sync`
|
|
703
703
|
|
|
@@ -716,7 +716,7 @@ DESCRIPTION
|
|
|
716
716
|
update a version in native code with a value stored on EAS servers
|
|
717
717
|
```
|
|
718
718
|
|
|
719
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
719
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
720
720
|
|
|
721
721
|
## `eas build:view [BUILD_ID]`
|
|
722
722
|
|
|
@@ -733,7 +733,7 @@ DESCRIPTION
|
|
|
733
733
|
view a build for your project
|
|
734
734
|
```
|
|
735
735
|
|
|
736
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
736
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/build/view.ts)_
|
|
737
737
|
|
|
738
738
|
## `eas channel:create [NAME]`
|
|
739
739
|
|
|
@@ -754,7 +754,7 @@ DESCRIPTION
|
|
|
754
754
|
create a channel
|
|
755
755
|
```
|
|
756
756
|
|
|
757
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
757
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/channel/create.ts)_
|
|
758
758
|
|
|
759
759
|
## `eas channel:edit [NAME]`
|
|
760
760
|
|
|
@@ -776,7 +776,7 @@ DESCRIPTION
|
|
|
776
776
|
point a channel at a new branch
|
|
777
777
|
```
|
|
778
778
|
|
|
779
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
779
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
780
780
|
|
|
781
781
|
## `eas channel:list`
|
|
782
782
|
|
|
@@ -796,7 +796,7 @@ DESCRIPTION
|
|
|
796
796
|
list all channels
|
|
797
797
|
```
|
|
798
798
|
|
|
799
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
799
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/channel/list.ts)_
|
|
800
800
|
|
|
801
801
|
## `eas channel:pause [NAME]`
|
|
802
802
|
|
|
@@ -818,7 +818,7 @@ DESCRIPTION
|
|
|
818
818
|
pause a channel to stop it from sending updates
|
|
819
819
|
```
|
|
820
820
|
|
|
821
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
821
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
822
822
|
|
|
823
823
|
## `eas channel:resume [NAME]`
|
|
824
824
|
|
|
@@ -840,7 +840,7 @@ DESCRIPTION
|
|
|
840
840
|
resume a channel to start sending updates
|
|
841
841
|
```
|
|
842
842
|
|
|
843
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
843
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
844
844
|
|
|
845
845
|
## `eas channel:rollout [CHANNEL]`
|
|
846
846
|
|
|
@@ -873,7 +873,7 @@ DESCRIPTION
|
|
|
873
873
|
Roll a new branch out on a channel incrementally.
|
|
874
874
|
```
|
|
875
875
|
|
|
876
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
876
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
877
877
|
|
|
878
878
|
## `eas channel:view [NAME]`
|
|
879
879
|
|
|
@@ -896,7 +896,7 @@ DESCRIPTION
|
|
|
896
896
|
view a channel
|
|
897
897
|
```
|
|
898
898
|
|
|
899
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
899
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/channel/view.ts)_
|
|
900
900
|
|
|
901
901
|
## `eas config`
|
|
902
902
|
|
|
@@ -917,7 +917,7 @@ DESCRIPTION
|
|
|
917
917
|
display project configuration (app.json + eas.json)
|
|
918
918
|
```
|
|
919
919
|
|
|
920
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
920
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/config.ts)_
|
|
921
921
|
|
|
922
922
|
## `eas credentials`
|
|
923
923
|
|
|
@@ -934,7 +934,7 @@ DESCRIPTION
|
|
|
934
934
|
manage credentials
|
|
935
935
|
```
|
|
936
936
|
|
|
937
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
937
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
938
938
|
|
|
939
939
|
## `eas credentials:configure-build`
|
|
940
940
|
|
|
@@ -952,7 +952,7 @@ DESCRIPTION
|
|
|
952
952
|
Set up credentials for building your project.
|
|
953
953
|
```
|
|
954
954
|
|
|
955
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
955
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
956
956
|
|
|
957
957
|
## `eas deploy [2m[options][22m`
|
|
958
958
|
|
|
@@ -980,7 +980,7 @@ ALIASES
|
|
|
980
980
|
$ eas worker:deploy
|
|
981
981
|
```
|
|
982
982
|
|
|
983
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
983
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
984
984
|
|
|
985
985
|
## `eas deploy:alias`
|
|
986
986
|
|
|
@@ -1005,7 +1005,7 @@ ALIASES
|
|
|
1005
1005
|
$ eas deploy:promote
|
|
1006
1006
|
```
|
|
1007
1007
|
|
|
1008
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1008
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/deploy/alias.ts)_
|
|
1009
1009
|
|
|
1010
1010
|
## `eas deploy:promote`
|
|
1011
1011
|
|
|
@@ -1042,7 +1042,7 @@ DESCRIPTION
|
|
|
1042
1042
|
register new Apple Devices to use for internal distribution
|
|
1043
1043
|
```
|
|
1044
1044
|
|
|
1045
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1045
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/device/create.ts)_
|
|
1046
1046
|
|
|
1047
1047
|
## `eas device:delete`
|
|
1048
1048
|
|
|
@@ -1062,7 +1062,7 @@ DESCRIPTION
|
|
|
1062
1062
|
remove a registered device from your account
|
|
1063
1063
|
```
|
|
1064
1064
|
|
|
1065
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1065
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1066
1066
|
|
|
1067
1067
|
## `eas device:list`
|
|
1068
1068
|
|
|
@@ -1083,7 +1083,7 @@ DESCRIPTION
|
|
|
1083
1083
|
list all registered devices for your account
|
|
1084
1084
|
```
|
|
1085
1085
|
|
|
1086
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1086
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/device/list.ts)_
|
|
1087
1087
|
|
|
1088
1088
|
## `eas device:rename`
|
|
1089
1089
|
|
|
@@ -1104,7 +1104,7 @@ DESCRIPTION
|
|
|
1104
1104
|
rename a registered device
|
|
1105
1105
|
```
|
|
1106
1106
|
|
|
1107
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1107
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1108
1108
|
|
|
1109
1109
|
## `eas device:view [UDID]`
|
|
1110
1110
|
|
|
@@ -1118,7 +1118,7 @@ DESCRIPTION
|
|
|
1118
1118
|
view a device for your project
|
|
1119
1119
|
```
|
|
1120
1120
|
|
|
1121
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1121
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/device/view.ts)_
|
|
1122
1122
|
|
|
1123
1123
|
## `eas diagnostics`
|
|
1124
1124
|
|
|
@@ -1132,7 +1132,7 @@ DESCRIPTION
|
|
|
1132
1132
|
display environment info
|
|
1133
1133
|
```
|
|
1134
1134
|
|
|
1135
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1135
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1136
1136
|
|
|
1137
1137
|
## `eas env:create [ENVIRONMENT]`
|
|
1138
1138
|
|
|
@@ -1161,7 +1161,7 @@ DESCRIPTION
|
|
|
1161
1161
|
create an environment variable for the current project or account
|
|
1162
1162
|
```
|
|
1163
1163
|
|
|
1164
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1164
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/env/create.ts)_
|
|
1165
1165
|
|
|
1166
1166
|
## `eas env:delete [ENVIRONMENT]`
|
|
1167
1167
|
|
|
@@ -1185,7 +1185,7 @@ DESCRIPTION
|
|
|
1185
1185
|
delete an environment variable for the current project or account
|
|
1186
1186
|
```
|
|
1187
1187
|
|
|
1188
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1188
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1189
1189
|
|
|
1190
1190
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1191
1191
|
|
|
@@ -1206,7 +1206,7 @@ DESCRIPTION
|
|
|
1206
1206
|
execute a command with environment variables from the selected environment
|
|
1207
1207
|
```
|
|
1208
1208
|
|
|
1209
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1209
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1210
1210
|
|
|
1211
1211
|
## `eas env:get [ENVIRONMENT]`
|
|
1212
1212
|
|
|
@@ -1231,7 +1231,7 @@ DESCRIPTION
|
|
|
1231
1231
|
view an environment variable for the current project or account
|
|
1232
1232
|
```
|
|
1233
1233
|
|
|
1234
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1234
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/env/get.ts)_
|
|
1235
1235
|
|
|
1236
1236
|
## `eas env:list [ENVIRONMENT]`
|
|
1237
1237
|
|
|
@@ -1256,7 +1256,7 @@ DESCRIPTION
|
|
|
1256
1256
|
list environment variables for the current project or account
|
|
1257
1257
|
```
|
|
1258
1258
|
|
|
1259
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1259
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/env/list.ts)_
|
|
1260
1260
|
|
|
1261
1261
|
## `eas env:pull [ENVIRONMENT]`
|
|
1262
1262
|
|
|
@@ -1279,7 +1279,7 @@ DESCRIPTION
|
|
|
1279
1279
|
pull environment variables for the selected environment to .env file
|
|
1280
1280
|
```
|
|
1281
1281
|
|
|
1282
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1282
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1283
1283
|
|
|
1284
1284
|
## `eas env:push [ENVIRONMENT]`
|
|
1285
1285
|
|
|
@@ -1300,7 +1300,7 @@ DESCRIPTION
|
|
|
1300
1300
|
push environment variables from .env file to the selected environment
|
|
1301
1301
|
```
|
|
1302
1302
|
|
|
1303
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1303
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/env/push.ts)_
|
|
1304
1304
|
|
|
1305
1305
|
## `eas env:update [ENVIRONMENT]`
|
|
1306
1306
|
|
|
@@ -1331,7 +1331,7 @@ DESCRIPTION
|
|
|
1331
1331
|
update an environment variable on the current project or account
|
|
1332
1332
|
```
|
|
1333
1333
|
|
|
1334
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1334
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/env/update.ts)_
|
|
1335
1335
|
|
|
1336
1336
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1337
1337
|
|
|
@@ -1376,7 +1376,7 @@ EXAMPLES
|
|
|
1376
1376
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1377
1377
|
```
|
|
1378
1378
|
|
|
1379
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1379
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1380
1380
|
|
|
1381
1381
|
## `eas fingerprint:generate`
|
|
1382
1382
|
|
|
@@ -1407,7 +1407,7 @@ EXAMPLES
|
|
|
1407
1407
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1408
1408
|
```
|
|
1409
1409
|
|
|
1410
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1410
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1411
1411
|
|
|
1412
1412
|
## `eas help [COMMAND]`
|
|
1413
1413
|
|
|
@@ -1515,7 +1515,7 @@ DESCRIPTION
|
|
|
1515
1515
|
validate the local store configuration
|
|
1516
1516
|
```
|
|
1517
1517
|
|
|
1518
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1518
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1519
1519
|
|
|
1520
1520
|
## `eas metadata:pull`
|
|
1521
1521
|
|
|
@@ -1532,7 +1532,7 @@ DESCRIPTION
|
|
|
1532
1532
|
generate the local store configuration from the app stores
|
|
1533
1533
|
```
|
|
1534
1534
|
|
|
1535
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1535
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1536
1536
|
|
|
1537
1537
|
## `eas metadata:push`
|
|
1538
1538
|
|
|
@@ -1549,7 +1549,7 @@ DESCRIPTION
|
|
|
1549
1549
|
sync the local store configuration to the app stores
|
|
1550
1550
|
```
|
|
1551
1551
|
|
|
1552
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1552
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1553
1553
|
|
|
1554
1554
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1555
1555
|
|
|
@@ -1579,7 +1579,7 @@ DESCRIPTION
|
|
|
1579
1579
|
open the project page in a web browser
|
|
1580
1580
|
```
|
|
1581
1581
|
|
|
1582
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1582
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/open.ts)_
|
|
1583
1583
|
|
|
1584
1584
|
## `eas project:info`
|
|
1585
1585
|
|
|
@@ -1593,7 +1593,7 @@ DESCRIPTION
|
|
|
1593
1593
|
information about the current project
|
|
1594
1594
|
```
|
|
1595
1595
|
|
|
1596
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1596
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/project/info.ts)_
|
|
1597
1597
|
|
|
1598
1598
|
## `eas project:init`
|
|
1599
1599
|
|
|
@@ -1616,7 +1616,7 @@ ALIASES
|
|
|
1616
1616
|
$ eas init
|
|
1617
1617
|
```
|
|
1618
1618
|
|
|
1619
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1619
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/project/init.ts)_
|
|
1620
1620
|
|
|
1621
1621
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1622
1622
|
|
|
@@ -1634,7 +1634,7 @@ ALIASES
|
|
|
1634
1634
|
$ eas onboarding
|
|
1635
1635
|
```
|
|
1636
1636
|
|
|
1637
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1637
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1638
1638
|
|
|
1639
1639
|
## `eas submit`
|
|
1640
1640
|
|
|
@@ -1668,7 +1668,7 @@ ALIASES
|
|
|
1668
1668
|
$ eas build:submit
|
|
1669
1669
|
```
|
|
1670
1670
|
|
|
1671
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1671
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/submit.ts)_
|
|
1672
1672
|
|
|
1673
1673
|
## `eas update`
|
|
1674
1674
|
|
|
@@ -1710,7 +1710,7 @@ DESCRIPTION
|
|
|
1710
1710
|
publish an update group
|
|
1711
1711
|
```
|
|
1712
1712
|
|
|
1713
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1713
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/update/index.ts)_
|
|
1714
1714
|
|
|
1715
1715
|
## `eas update:configure`
|
|
1716
1716
|
|
|
@@ -1730,7 +1730,7 @@ DESCRIPTION
|
|
|
1730
1730
|
configure the project to support EAS Update
|
|
1731
1731
|
```
|
|
1732
1732
|
|
|
1733
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1733
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1734
1734
|
|
|
1735
1735
|
## `eas update:delete GROUPID`
|
|
1736
1736
|
|
|
@@ -1751,7 +1751,7 @@ DESCRIPTION
|
|
|
1751
1751
|
delete all the updates in an update group
|
|
1752
1752
|
```
|
|
1753
1753
|
|
|
1754
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1754
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1755
1755
|
|
|
1756
1756
|
## `eas update:edit [GROUPID]`
|
|
1757
1757
|
|
|
@@ -1775,7 +1775,7 @@ DESCRIPTION
|
|
|
1775
1775
|
edit all the updates in an update group
|
|
1776
1776
|
```
|
|
1777
1777
|
|
|
1778
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1778
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1779
1779
|
|
|
1780
1780
|
## `eas update:list`
|
|
1781
1781
|
|
|
@@ -1797,7 +1797,7 @@ DESCRIPTION
|
|
|
1797
1797
|
view the recent updates
|
|
1798
1798
|
```
|
|
1799
1799
|
|
|
1800
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1800
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/update/list.ts)_
|
|
1801
1801
|
|
|
1802
1802
|
## `eas update:republish`
|
|
1803
1803
|
|
|
@@ -1833,7 +1833,7 @@ DESCRIPTION
|
|
|
1833
1833
|
roll back to an existing update
|
|
1834
1834
|
```
|
|
1835
1835
|
|
|
1836
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1836
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1837
1837
|
|
|
1838
1838
|
## `eas update:roll-back-to-embedded`
|
|
1839
1839
|
|
|
@@ -1861,7 +1861,7 @@ DESCRIPTION
|
|
|
1861
1861
|
roll back to the embedded update
|
|
1862
1862
|
```
|
|
1863
1863
|
|
|
1864
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1864
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1865
1865
|
|
|
1866
1866
|
## `eas update:rollback`
|
|
1867
1867
|
|
|
@@ -1881,7 +1881,7 @@ DESCRIPTION
|
|
|
1881
1881
|
roll back to an embedded update or an existing update
|
|
1882
1882
|
```
|
|
1883
1883
|
|
|
1884
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1884
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1885
1885
|
|
|
1886
1886
|
## `eas update:view GROUPID`
|
|
1887
1887
|
|
|
@@ -1901,7 +1901,7 @@ DESCRIPTION
|
|
|
1901
1901
|
update group details
|
|
1902
1902
|
```
|
|
1903
1903
|
|
|
1904
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1904
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/update/view.ts)_
|
|
1905
1905
|
|
|
1906
1906
|
## `eas webhook:create`
|
|
1907
1907
|
|
|
@@ -1922,7 +1922,7 @@ DESCRIPTION
|
|
|
1922
1922
|
create a webhook
|
|
1923
1923
|
```
|
|
1924
1924
|
|
|
1925
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1925
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1926
1926
|
|
|
1927
1927
|
## `eas webhook:delete [ID]`
|
|
1928
1928
|
|
|
@@ -1942,7 +1942,7 @@ DESCRIPTION
|
|
|
1942
1942
|
delete a webhook
|
|
1943
1943
|
```
|
|
1944
1944
|
|
|
1945
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1945
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1946
1946
|
|
|
1947
1947
|
## `eas webhook:list`
|
|
1948
1948
|
|
|
@@ -1960,7 +1960,7 @@ DESCRIPTION
|
|
|
1960
1960
|
list webhooks
|
|
1961
1961
|
```
|
|
1962
1962
|
|
|
1963
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1963
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1964
1964
|
|
|
1965
1965
|
## `eas webhook:update`
|
|
1966
1966
|
|
|
@@ -1982,7 +1982,7 @@ DESCRIPTION
|
|
|
1982
1982
|
update a webhook
|
|
1983
1983
|
```
|
|
1984
1984
|
|
|
1985
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
1985
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1986
1986
|
|
|
1987
1987
|
## `eas webhook:view ID`
|
|
1988
1988
|
|
|
@@ -1999,7 +1999,7 @@ DESCRIPTION
|
|
|
1999
1999
|
view a webhook
|
|
2000
2000
|
```
|
|
2001
2001
|
|
|
2002
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
2002
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2003
2003
|
|
|
2004
2004
|
## `eas whoami`
|
|
2005
2005
|
|
|
@@ -2081,7 +2081,7 @@ DESCRIPTION
|
|
|
2081
2081
|
to cancel.
|
|
2082
2082
|
```
|
|
2083
2083
|
|
|
2084
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
2084
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2085
2085
|
|
|
2086
2086
|
## `eas workflow:create [NAME]`
|
|
2087
2087
|
|
|
@@ -2101,7 +2101,7 @@ DESCRIPTION
|
|
|
2101
2101
|
create a new workflow configuration YAML file
|
|
2102
2102
|
```
|
|
2103
2103
|
|
|
2104
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
2104
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2105
2105
|
|
|
2106
2106
|
## `eas workflow:list`
|
|
2107
2107
|
|
|
@@ -2118,7 +2118,7 @@ DESCRIPTION
|
|
|
2118
2118
|
List workflows for the current project
|
|
2119
2119
|
```
|
|
2120
2120
|
|
|
2121
|
-
_See code: [packages/eas-cli/src/commands/workflow/list.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
2121
|
+
_See code: [packages/eas-cli/src/commands/workflow/list.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/workflow/list.ts)_
|
|
2122
2122
|
|
|
2123
2123
|
## `eas workflow:run [FILE]`
|
|
2124
2124
|
|
|
@@ -2145,7 +2145,7 @@ FLAG DESCRIPTIONS
|
|
|
2145
2145
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2146
2146
|
```
|
|
2147
2147
|
|
|
2148
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
2148
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2149
2149
|
|
|
2150
2150
|
## `eas workflow:runs`
|
|
2151
2151
|
|
|
@@ -2170,7 +2170,7 @@ DESCRIPTION
|
|
|
2170
2170
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2171
2171
|
```
|
|
2172
2172
|
|
|
2173
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
2173
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2174
2174
|
|
|
2175
2175
|
## `eas workflow:validate PATH`
|
|
2176
2176
|
|
|
@@ -2190,5 +2190,5 @@ DESCRIPTION
|
|
|
2190
2190
|
validate a workflow configuration yaml file
|
|
2191
2191
|
```
|
|
2192
2192
|
|
|
2193
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.10.
|
|
2193
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.10.1/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2194
2194
|
<!-- commandsstop -->
|
|
@@ -89,6 +89,7 @@ class BuildDev extends EasCommand_1.default {
|
|
|
89
89
|
projectId,
|
|
90
90
|
platform,
|
|
91
91
|
fingerprint,
|
|
92
|
+
profile: buildProfile.profileName,
|
|
92
93
|
});
|
|
93
94
|
if (builds.length !== 0) {
|
|
94
95
|
const build = builds[0];
|
|
@@ -107,6 +108,7 @@ class BuildDev extends EasCommand_1.default {
|
|
|
107
108
|
graphqlClient,
|
|
108
109
|
projectId,
|
|
109
110
|
platform,
|
|
111
|
+
profile: buildProfile.profileName,
|
|
110
112
|
});
|
|
111
113
|
if (previousBuildsForSelectedProfile.length > 0 &&
|
|
112
114
|
previousBuildsForSelectedProfile[0].metrics?.buildDuration) {
|
|
@@ -223,7 +225,7 @@ class BuildDev extends EasCommand_1.default {
|
|
|
223
225
|
});
|
|
224
226
|
return buildProfile;
|
|
225
227
|
}
|
|
226
|
-
async getBuildsAsync({ graphqlClient, projectId, platform, fingerprint, }) {
|
|
228
|
+
async getBuildsAsync({ graphqlClient, projectId, platform, fingerprint, profile, }) {
|
|
227
229
|
return await BuildQuery_1.BuildQuery.viewBuildsOnAppAsync(graphqlClient, {
|
|
228
230
|
appId: projectId,
|
|
229
231
|
filter: {
|
|
@@ -233,6 +235,7 @@ class BuildDev extends EasCommand_1.default {
|
|
|
233
235
|
simulator: platform === eas_build_job_1.Platform.IOS ? true : undefined,
|
|
234
236
|
distribution: platform === eas_build_job_1.Platform.ANDROID ? generated_1.DistributionType.Internal : undefined,
|
|
235
237
|
developmentClient: true,
|
|
238
|
+
buildProfile: profile,
|
|
236
239
|
},
|
|
237
240
|
offset: 0,
|
|
238
241
|
limit: 1,
|
|
@@ -5250,7 +5250,7 @@ export type RootMutation = {
|
|
|
5250
5250
|
webhook: WebhookMutation;
|
|
5251
5251
|
/** Mutations that modify a websiteNotification */
|
|
5252
5252
|
websiteNotifications: WebsiteNotificationMutation;
|
|
5253
|
-
|
|
5253
|
+
workflowJobApproval: WorkflowJobApprovalMutation;
|
|
5254
5254
|
workflowRevision: WorkflowRevisionMutation;
|
|
5255
5255
|
workflowRun: WorkflowRunMutation;
|
|
5256
5256
|
};
|
|
@@ -6225,7 +6225,7 @@ export type UpdateRollBackToEmbeddedGroup = {
|
|
|
6225
6225
|
web?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6226
6226
|
};
|
|
6227
6227
|
export type UpdateRolloutInfo = {
|
|
6228
|
-
rolloutControlUpdateId
|
|
6228
|
+
rolloutControlUpdateId?: InputMaybe<Scalars['ID']['input']>;
|
|
6229
6229
|
rolloutPercentage: Scalars['Int']['input'];
|
|
6230
6230
|
};
|
|
6231
6231
|
export type UpdateRolloutInfoGroup = {
|
|
@@ -7322,6 +7322,7 @@ export type WorkflowArtifact = {
|
|
|
7322
7322
|
};
|
|
7323
7323
|
export type WorkflowJob = {
|
|
7324
7324
|
__typename?: 'WorkflowJob';
|
|
7325
|
+
approvals: Array<WorkflowJobApproval>;
|
|
7325
7326
|
createdAt: Scalars['DateTime']['output'];
|
|
7326
7327
|
credentialsAppleDeviceRegistrationRequest?: Maybe<AppleDeviceRegistrationRequest>;
|
|
7327
7328
|
errors: Array<WorkflowJobError>;
|
|
@@ -7338,18 +7339,28 @@ export type WorkflowJob = {
|
|
|
7338
7339
|
updatedAt: Scalars['DateTime']['output'];
|
|
7339
7340
|
workflowRun: WorkflowRun;
|
|
7340
7341
|
};
|
|
7342
|
+
export type WorkflowJobApproval = {
|
|
7343
|
+
__typename?: 'WorkflowJobApproval';
|
|
7344
|
+
createdAt: Scalars['DateTime']['output'];
|
|
7345
|
+
decision: WorkflowJobReviewDecision;
|
|
7346
|
+
id: Scalars['ID']['output'];
|
|
7347
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
7348
|
+
userActor?: Maybe<UserActor>;
|
|
7349
|
+
workflowJob: WorkflowJob;
|
|
7350
|
+
};
|
|
7351
|
+
export type WorkflowJobApprovalMutation = {
|
|
7352
|
+
__typename?: 'WorkflowJobApprovalMutation';
|
|
7353
|
+
setWorkflowJobApprovalDecision: WorkflowJobApproval;
|
|
7354
|
+
};
|
|
7355
|
+
export type WorkflowJobApprovalMutationSetWorkflowJobApprovalDecisionArgs = {
|
|
7356
|
+
decision: WorkflowJobReviewDecision;
|
|
7357
|
+
workflowJobId: Scalars['ID']['input'];
|
|
7358
|
+
};
|
|
7341
7359
|
export type WorkflowJobError = {
|
|
7342
7360
|
__typename?: 'WorkflowJobError';
|
|
7343
7361
|
message: Scalars['String']['output'];
|
|
7344
7362
|
title: Scalars['String']['output'];
|
|
7345
7363
|
};
|
|
7346
|
-
export type WorkflowJobMutation = {
|
|
7347
|
-
__typename?: 'WorkflowJobMutation';
|
|
7348
|
-
approveWorkflowJob: Scalars['ID']['output'];
|
|
7349
|
-
};
|
|
7350
|
-
export type WorkflowJobMutationApproveWorkflowJobArgs = {
|
|
7351
|
-
workflowJobId: Scalars['ID']['input'];
|
|
7352
|
-
};
|
|
7353
7364
|
export type WorkflowJobQuery = {
|
|
7354
7365
|
__typename?: 'WorkflowJobQuery';
|
|
7355
7366
|
byId: WorkflowJob;
|
|
@@ -7357,6 +7368,10 @@ export type WorkflowJobQuery = {
|
|
|
7357
7368
|
export type WorkflowJobQueryByIdArgs = {
|
|
7358
7369
|
workflowJobId: Scalars['ID']['input'];
|
|
7359
7370
|
};
|
|
7371
|
+
export declare enum WorkflowJobReviewDecision {
|
|
7372
|
+
Approved = "APPROVED",
|
|
7373
|
+
Rejected = "REJECTED"
|
|
7374
|
+
}
|
|
7360
7375
|
export declare enum WorkflowJobStatus {
|
|
7361
7376
|
ActionRequired = "ACTION_REQUIRED",
|
|
7362
7377
|
Canceled = "CANCELED",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.Experiment = exports.EnvironmentVariableVisibility = exports.EnvironmentVariableScope = exports.EnvironmentVariableEnvironment = exports.EnvironmentSecretType = exports.EntityTypeName = exports.EasTotalPlanEnablementUnit = exports.EasServiceMetric = exports.EasService = exports.EasBuildWaiverType = exports.EasBuildDeprecationInfoType = exports.EasBuildBillingResourceClass = exports.DistributionType = exports.CustomDomainStatus = exports.CustomDomainDnsRecordType = exports.CrashSampleFor = exports.ContinentCode = exports.BuildWorkflow = exports.BuildTrigger = exports.BuildStatus = exports.BuildRetryDisabledReason = exports.BuildResourceClass = exports.BuildPriority = exports.BuildPhase = exports.BuildMode = exports.BuildLimitThresholdExceededMetadataType = exports.BuildIosEnterpriseProvisioning = exports.BuildCredentialsSource = exports.BackgroundJobState = exports.BackgroundJobResultType = exports.AuthProviderIdentifier = exports.AuthProtocolType = exports.AuditLogsExportFormat = exports.AssetMetadataStatus = exports.AssetMapSourceType = exports.AppsFilter = exports.AppleTeamType = exports.AppleDeviceClass = exports.AppUploadSessionType = exports.AppStoreConnectUserRole = exports.AppSort = exports.AppPrivacy = exports.AppPlatform = exports.AppInternalDistributionBuildPrivacy = exports.AndroidKeystoreType = exports.AndroidFcmVersion = exports.AndroidBuildType = exports.ActivityTimelineProjectActivityType = exports.AccountUploadSessionType = exports.AccountAppsSortByField = void 0;
|
|
10
10
|
exports.SubmissionStatus = exports.SubmissionPriority = exports.SubmissionArchiveSourceType = exports.SubmissionAndroidTrack = exports.SubmissionAndroidReleaseStatus = exports.SubmissionAndroidArchiveType = exports.StatuspageServiceStatus = exports.StatuspageServiceName = exports.StatuspageIncidentStatus = exports.StatuspageIncidentImpact = exports.StandardOffer = exports.SecondFactorMethod = exports.Role = exports.ResponseType = exports.ResponseStatusType = exports.ResponseCacheStatus = exports.ResourceClassExperiment = exports.RequestsOrderByField = exports.RequestsOrderByDirection = exports.RequestMethod = exports.ProjectArchiveSourceType = exports.Permission = exports.Order = exports.OnboardingEnvironment = exports.OnboardingDeviceType = exports.OfferType = exports.NotificationType = exports.NotificationEvent = exports.MailchimpTag = exports.MailchimpAudience = exports.LocalBuildArchiveSourceType = exports.JobRunStatus = exports.JobRunPriority = exports.IosSchemeBuildConfiguration = exports.IosManagedBuildType = exports.IosDistributionType = exports.IosBuildType = exports.InvoiceDiscountType = exports.InsightsFilterType = exports.GitHubJobRunTriggerType = exports.GitHubJobRunTriggerRunStatus = exports.GitHubJobRunJobType = exports.GitHubBuildTriggerType = exports.GitHubBuildTriggerRunStatus = exports.GitHubBuildTriggerExecutionBehavior = exports.GitHubAppInstallationStatus = exports.GitHubAppInstallationAccountType = exports.GitHubAppEnvironment = exports.FingerprintSourceType = exports.Feature = void 0;
|
|
11
|
-
exports.WorkflowRunTriggerEventType = exports.WorkflowRunStatus = exports.WorkflowProjectSourceType = exports.WorkflowJobType = exports.WorkflowJobStatus = exports.WorkerLoggerLevel = exports.WorkerDeploymentLogLevel = exports.WorkerDeploymentCrashKind = exports.WebhookType = exports.UserEntityTypeName = exports.UserAgentPlatform = exports.UserAgentOs = exports.UserAgentBrowser = exports.UsageMetricsGranularity = exports.UsageMetricType = exports.UploadSessionType = exports.TargetEntityMutationType = void 0;
|
|
11
|
+
exports.WorkflowRunTriggerEventType = exports.WorkflowRunStatus = exports.WorkflowProjectSourceType = exports.WorkflowJobType = exports.WorkflowJobStatus = exports.WorkflowJobReviewDecision = exports.WorkerLoggerLevel = exports.WorkerDeploymentLogLevel = exports.WorkerDeploymentCrashKind = exports.WebhookType = exports.UserEntityTypeName = exports.UserAgentPlatform = exports.UserAgentOs = exports.UserAgentBrowser = exports.UsageMetricsGranularity = exports.UsageMetricType = exports.UploadSessionType = exports.TargetEntityMutationType = void 0;
|
|
12
12
|
var AccountAppsSortByField;
|
|
13
13
|
(function (AccountAppsSortByField) {
|
|
14
14
|
AccountAppsSortByField["LatestActivityTime"] = "LATEST_ACTIVITY_TIME";
|
|
@@ -862,6 +862,11 @@ var WorkerLoggerLevel;
|
|
|
862
862
|
WorkerLoggerLevel["Trace"] = "TRACE";
|
|
863
863
|
WorkerLoggerLevel["Warn"] = "WARN";
|
|
864
864
|
})(WorkerLoggerLevel || (exports.WorkerLoggerLevel = WorkerLoggerLevel = {}));
|
|
865
|
+
var WorkflowJobReviewDecision;
|
|
866
|
+
(function (WorkflowJobReviewDecision) {
|
|
867
|
+
WorkflowJobReviewDecision["Approved"] = "APPROVED";
|
|
868
|
+
WorkflowJobReviewDecision["Rejected"] = "REJECTED";
|
|
869
|
+
})(WorkflowJobReviewDecision || (exports.WorkflowJobReviewDecision = WorkflowJobReviewDecision = {}));
|
|
865
870
|
var WorkflowJobStatus;
|
|
866
871
|
(function (WorkflowJobStatus) {
|
|
867
872
|
WorkflowJobStatus["ActionRequired"] = "ACTION_REQUIRED";
|
package/build/project/publish.js
CHANGED
|
@@ -651,9 +651,6 @@ async function getUpdateRolloutInfoGroupAsync(graphqlClient, { appId, branchName
|
|
|
651
651
|
runtimeVersion,
|
|
652
652
|
platform: exports.updatePublishPlatformToAppPlatform[platform],
|
|
653
653
|
});
|
|
654
|
-
if (!updateIdForPlatform) {
|
|
655
|
-
throw new Error(`No updates on branch ${branchName} for platform ${platform} and runtimeVersion ${runtimeVersion} to roll out from.`);
|
|
656
|
-
}
|
|
657
654
|
return [platform, { rolloutPercentage, rolloutControlUpdateId: updateIdForPlatform }];
|
|
658
655
|
})));
|
|
659
656
|
}
|
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.10.
|
|
4
|
+
"version": "16.10.1",
|
|
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": "15f6b04daa7670a455a09f3de1abf23a88139673"
|
|
244
244
|
}
|