eas-cli 16.17.0 → 16.17.2
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 +84 -84
- package/build/fetch.d.ts +1 -1
- package/build/fetch.js +4 -2
- package/build/graphql/generated.d.ts +34 -0
- package/build/utils/code-signing.d.ts +1 -0
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -172,7 +172,7 @@ ALIASES
|
|
|
172
172
|
$ eas login
|
|
173
173
|
```
|
|
174
174
|
|
|
175
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
175
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/account/login.ts)_
|
|
176
176
|
|
|
177
177
|
## `eas account:logout`
|
|
178
178
|
|
|
@@ -189,7 +189,7 @@ ALIASES
|
|
|
189
189
|
$ eas logout
|
|
190
190
|
```
|
|
191
191
|
|
|
192
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
192
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/account/logout.ts)_
|
|
193
193
|
|
|
194
194
|
## `eas account:view`
|
|
195
195
|
|
|
@@ -206,7 +206,7 @@ ALIASES
|
|
|
206
206
|
$ eas whoami
|
|
207
207
|
```
|
|
208
208
|
|
|
209
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
209
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/account/view.ts)_
|
|
210
210
|
|
|
211
211
|
## `eas analytics [STATUS]`
|
|
212
212
|
|
|
@@ -220,7 +220,7 @@ DESCRIPTION
|
|
|
220
220
|
display or change analytics settings
|
|
221
221
|
```
|
|
222
222
|
|
|
223
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
223
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/analytics.ts)_
|
|
224
224
|
|
|
225
225
|
## `eas autocomplete [SHELL]`
|
|
226
226
|
|
|
@@ -272,7 +272,7 @@ DESCRIPTION
|
|
|
272
272
|
create a branch
|
|
273
273
|
```
|
|
274
274
|
|
|
275
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
275
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/branch/create.ts)_
|
|
276
276
|
|
|
277
277
|
## `eas branch:delete [NAME]`
|
|
278
278
|
|
|
@@ -293,7 +293,7 @@ DESCRIPTION
|
|
|
293
293
|
delete a branch
|
|
294
294
|
```
|
|
295
295
|
|
|
296
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
296
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
297
297
|
|
|
298
298
|
## `eas branch:list`
|
|
299
299
|
|
|
@@ -313,7 +313,7 @@ DESCRIPTION
|
|
|
313
313
|
list all branches
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
316
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/branch/list.ts)_
|
|
317
317
|
|
|
318
318
|
## `eas branch:rename`
|
|
319
319
|
|
|
@@ -333,7 +333,7 @@ DESCRIPTION
|
|
|
333
333
|
rename a branch
|
|
334
334
|
```
|
|
335
335
|
|
|
336
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
336
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
337
337
|
|
|
338
338
|
## `eas branch:view [NAME]`
|
|
339
339
|
|
|
@@ -356,7 +356,7 @@ DESCRIPTION
|
|
|
356
356
|
view a branch
|
|
357
357
|
```
|
|
358
358
|
|
|
359
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
359
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/branch/view.ts)_
|
|
360
360
|
|
|
361
361
|
## `eas build`
|
|
362
362
|
|
|
@@ -397,7 +397,7 @@ DESCRIPTION
|
|
|
397
397
|
start a build
|
|
398
398
|
```
|
|
399
399
|
|
|
400
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
400
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/build/index.ts)_
|
|
401
401
|
|
|
402
402
|
## `eas build:cancel [BUILD_ID]`
|
|
403
403
|
|
|
@@ -416,7 +416,7 @@ DESCRIPTION
|
|
|
416
416
|
cancel a build
|
|
417
417
|
```
|
|
418
418
|
|
|
419
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
419
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
420
420
|
|
|
421
421
|
## `eas build:configure`
|
|
422
422
|
|
|
@@ -433,7 +433,7 @@ DESCRIPTION
|
|
|
433
433
|
configure the project to support EAS Build
|
|
434
434
|
```
|
|
435
435
|
|
|
436
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
436
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/build/configure.ts)_
|
|
437
437
|
|
|
438
438
|
## `eas build:delete [BUILD_ID]`
|
|
439
439
|
|
|
@@ -452,7 +452,7 @@ DESCRIPTION
|
|
|
452
452
|
delete a build
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
455
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/build/delete.ts)_
|
|
456
456
|
|
|
457
457
|
## `eas build:dev`
|
|
458
458
|
|
|
@@ -472,7 +472,7 @@ DESCRIPTION
|
|
|
472
472
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
473
473
|
```
|
|
474
474
|
|
|
475
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
475
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/build/dev.ts)_
|
|
476
476
|
|
|
477
477
|
## `eas build:download`
|
|
478
478
|
|
|
@@ -493,7 +493,7 @@ DESCRIPTION
|
|
|
493
493
|
download simulator/emulator builds for a given fingerprint hash
|
|
494
494
|
```
|
|
495
495
|
|
|
496
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
496
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/build/download.ts)_
|
|
497
497
|
|
|
498
498
|
## `eas build:inspect`
|
|
499
499
|
|
|
@@ -528,7 +528,7 @@ DESCRIPTION
|
|
|
528
528
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
529
529
|
```
|
|
530
530
|
|
|
531
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
531
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
532
532
|
|
|
533
533
|
## `eas build:list`
|
|
534
534
|
|
|
@@ -580,7 +580,7 @@ DESCRIPTION
|
|
|
580
580
|
list all builds for your project
|
|
581
581
|
```
|
|
582
582
|
|
|
583
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
583
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/build/list.ts)_
|
|
584
584
|
|
|
585
585
|
## `eas build:resign`
|
|
586
586
|
|
|
@@ -609,7 +609,7 @@ DESCRIPTION
|
|
|
609
609
|
re-sign a build archive
|
|
610
610
|
```
|
|
611
611
|
|
|
612
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
612
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/build/resign.ts)_
|
|
613
613
|
|
|
614
614
|
## `eas build:run`
|
|
615
615
|
|
|
@@ -635,7 +635,7 @@ DESCRIPTION
|
|
|
635
635
|
run simulator/emulator builds from eas-cli
|
|
636
636
|
```
|
|
637
637
|
|
|
638
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
638
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/build/run.ts)_
|
|
639
639
|
|
|
640
640
|
## `eas build:submit`
|
|
641
641
|
|
|
@@ -689,7 +689,7 @@ DESCRIPTION
|
|
|
689
689
|
get the latest version from EAS servers
|
|
690
690
|
```
|
|
691
691
|
|
|
692
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
692
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
693
693
|
|
|
694
694
|
## `eas build:version:set`
|
|
695
695
|
|
|
@@ -708,7 +708,7 @@ DESCRIPTION
|
|
|
708
708
|
update version of an app
|
|
709
709
|
```
|
|
710
710
|
|
|
711
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
711
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
712
712
|
|
|
713
713
|
## `eas build:version:sync`
|
|
714
714
|
|
|
@@ -727,7 +727,7 @@ DESCRIPTION
|
|
|
727
727
|
update a version in native code with a value stored on EAS servers
|
|
728
728
|
```
|
|
729
729
|
|
|
730
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
730
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
731
731
|
|
|
732
732
|
## `eas build:view [BUILD_ID]`
|
|
733
733
|
|
|
@@ -744,7 +744,7 @@ DESCRIPTION
|
|
|
744
744
|
view a build for your project
|
|
745
745
|
```
|
|
746
746
|
|
|
747
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
747
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/build/view.ts)_
|
|
748
748
|
|
|
749
749
|
## `eas channel:create [NAME]`
|
|
750
750
|
|
|
@@ -765,7 +765,7 @@ DESCRIPTION
|
|
|
765
765
|
create a channel
|
|
766
766
|
```
|
|
767
767
|
|
|
768
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
768
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/channel/create.ts)_
|
|
769
769
|
|
|
770
770
|
## `eas channel:edit [NAME]`
|
|
771
771
|
|
|
@@ -787,7 +787,7 @@ DESCRIPTION
|
|
|
787
787
|
point a channel at a new branch
|
|
788
788
|
```
|
|
789
789
|
|
|
790
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
790
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
791
791
|
|
|
792
792
|
## `eas channel:list`
|
|
793
793
|
|
|
@@ -807,7 +807,7 @@ DESCRIPTION
|
|
|
807
807
|
list all channels
|
|
808
808
|
```
|
|
809
809
|
|
|
810
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
810
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/channel/list.ts)_
|
|
811
811
|
|
|
812
812
|
## `eas channel:pause [NAME]`
|
|
813
813
|
|
|
@@ -829,7 +829,7 @@ DESCRIPTION
|
|
|
829
829
|
pause a channel to stop it from sending updates
|
|
830
830
|
```
|
|
831
831
|
|
|
832
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
832
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
833
833
|
|
|
834
834
|
## `eas channel:resume [NAME]`
|
|
835
835
|
|
|
@@ -851,7 +851,7 @@ DESCRIPTION
|
|
|
851
851
|
resume a channel to start sending updates
|
|
852
852
|
```
|
|
853
853
|
|
|
854
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
854
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
855
855
|
|
|
856
856
|
## `eas channel:rollout [CHANNEL]`
|
|
857
857
|
|
|
@@ -884,7 +884,7 @@ DESCRIPTION
|
|
|
884
884
|
Roll a new branch out on a channel incrementally.
|
|
885
885
|
```
|
|
886
886
|
|
|
887
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
887
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
888
888
|
|
|
889
889
|
## `eas channel:view [NAME]`
|
|
890
890
|
|
|
@@ -907,7 +907,7 @@ DESCRIPTION
|
|
|
907
907
|
view a channel
|
|
908
908
|
```
|
|
909
909
|
|
|
910
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
910
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/channel/view.ts)_
|
|
911
911
|
|
|
912
912
|
## `eas config`
|
|
913
913
|
|
|
@@ -928,7 +928,7 @@ DESCRIPTION
|
|
|
928
928
|
display project configuration (app.json + eas.json)
|
|
929
929
|
```
|
|
930
930
|
|
|
931
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
931
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/config.ts)_
|
|
932
932
|
|
|
933
933
|
## `eas credentials`
|
|
934
934
|
|
|
@@ -945,7 +945,7 @@ DESCRIPTION
|
|
|
945
945
|
manage credentials
|
|
946
946
|
```
|
|
947
947
|
|
|
948
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
948
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
949
949
|
|
|
950
950
|
## `eas credentials:configure-build`
|
|
951
951
|
|
|
@@ -963,7 +963,7 @@ DESCRIPTION
|
|
|
963
963
|
Set up credentials for building your project.
|
|
964
964
|
```
|
|
965
965
|
|
|
966
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
966
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
967
967
|
|
|
968
968
|
## `eas deploy [2m[options][22m`
|
|
969
969
|
|
|
@@ -991,7 +991,7 @@ ALIASES
|
|
|
991
991
|
$ eas worker:deploy
|
|
992
992
|
```
|
|
993
993
|
|
|
994
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
994
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
995
995
|
|
|
996
996
|
## `eas deploy:alias`
|
|
997
997
|
|
|
@@ -1016,7 +1016,7 @@ ALIASES
|
|
|
1016
1016
|
$ eas deploy:promote
|
|
1017
1017
|
```
|
|
1018
1018
|
|
|
1019
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1019
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/deploy/alias/index.ts)_
|
|
1020
1020
|
|
|
1021
1021
|
## `eas deploy:alias:delete [ALIAS_NAME]`
|
|
1022
1022
|
|
|
@@ -1037,7 +1037,7 @@ ALIASES
|
|
|
1037
1037
|
$ eas worker:alias:delete
|
|
1038
1038
|
```
|
|
1039
1039
|
|
|
1040
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1040
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
|
|
1041
1041
|
|
|
1042
1042
|
## `eas deploy:delete [DEPLOYMENT_ID]`
|
|
1043
1043
|
|
|
@@ -1058,7 +1058,7 @@ ALIASES
|
|
|
1058
1058
|
$ eas worker:delete
|
|
1059
1059
|
```
|
|
1060
1060
|
|
|
1061
|
-
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1061
|
+
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/deploy/delete.ts)_
|
|
1062
1062
|
|
|
1063
1063
|
## `eas deploy:promote`
|
|
1064
1064
|
|
|
@@ -1095,7 +1095,7 @@ DESCRIPTION
|
|
|
1095
1095
|
register new Apple Devices to use for internal distribution
|
|
1096
1096
|
```
|
|
1097
1097
|
|
|
1098
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1098
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/device/create.ts)_
|
|
1099
1099
|
|
|
1100
1100
|
## `eas device:delete`
|
|
1101
1101
|
|
|
@@ -1115,7 +1115,7 @@ DESCRIPTION
|
|
|
1115
1115
|
remove a registered device from your account
|
|
1116
1116
|
```
|
|
1117
1117
|
|
|
1118
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1118
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1119
1119
|
|
|
1120
1120
|
## `eas device:list`
|
|
1121
1121
|
|
|
@@ -1136,7 +1136,7 @@ DESCRIPTION
|
|
|
1136
1136
|
list all registered devices for your account
|
|
1137
1137
|
```
|
|
1138
1138
|
|
|
1139
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1139
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/device/list.ts)_
|
|
1140
1140
|
|
|
1141
1141
|
## `eas device:rename`
|
|
1142
1142
|
|
|
@@ -1157,7 +1157,7 @@ DESCRIPTION
|
|
|
1157
1157
|
rename a registered device
|
|
1158
1158
|
```
|
|
1159
1159
|
|
|
1160
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1160
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1161
1161
|
|
|
1162
1162
|
## `eas device:view [UDID]`
|
|
1163
1163
|
|
|
@@ -1171,7 +1171,7 @@ DESCRIPTION
|
|
|
1171
1171
|
view a device for your project
|
|
1172
1172
|
```
|
|
1173
1173
|
|
|
1174
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1174
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/device/view.ts)_
|
|
1175
1175
|
|
|
1176
1176
|
## `eas diagnostics`
|
|
1177
1177
|
|
|
@@ -1185,7 +1185,7 @@ DESCRIPTION
|
|
|
1185
1185
|
display environment info
|
|
1186
1186
|
```
|
|
1187
1187
|
|
|
1188
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1188
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1189
1189
|
|
|
1190
1190
|
## `eas env:create [ENVIRONMENT]`
|
|
1191
1191
|
|
|
@@ -1214,7 +1214,7 @@ DESCRIPTION
|
|
|
1214
1214
|
create an environment variable for the current project or account
|
|
1215
1215
|
```
|
|
1216
1216
|
|
|
1217
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1217
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/env/create.ts)_
|
|
1218
1218
|
|
|
1219
1219
|
## `eas env:delete [ENVIRONMENT]`
|
|
1220
1220
|
|
|
@@ -1238,7 +1238,7 @@ DESCRIPTION
|
|
|
1238
1238
|
delete an environment variable for the current project or account
|
|
1239
1239
|
```
|
|
1240
1240
|
|
|
1241
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1241
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1242
1242
|
|
|
1243
1243
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1244
1244
|
|
|
@@ -1259,7 +1259,7 @@ DESCRIPTION
|
|
|
1259
1259
|
execute a command with environment variables from the selected environment
|
|
1260
1260
|
```
|
|
1261
1261
|
|
|
1262
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1262
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1263
1263
|
|
|
1264
1264
|
## `eas env:get [ENVIRONMENT]`
|
|
1265
1265
|
|
|
@@ -1284,7 +1284,7 @@ DESCRIPTION
|
|
|
1284
1284
|
view an environment variable for the current project or account
|
|
1285
1285
|
```
|
|
1286
1286
|
|
|
1287
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1287
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/env/get.ts)_
|
|
1288
1288
|
|
|
1289
1289
|
## `eas env:list [ENVIRONMENT]`
|
|
1290
1290
|
|
|
@@ -1309,7 +1309,7 @@ DESCRIPTION
|
|
|
1309
1309
|
list environment variables for the current project or account
|
|
1310
1310
|
```
|
|
1311
1311
|
|
|
1312
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1312
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/env/list.ts)_
|
|
1313
1313
|
|
|
1314
1314
|
## `eas env:pull [ENVIRONMENT]`
|
|
1315
1315
|
|
|
@@ -1332,7 +1332,7 @@ DESCRIPTION
|
|
|
1332
1332
|
pull environment variables for the selected environment to .env file
|
|
1333
1333
|
```
|
|
1334
1334
|
|
|
1335
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1335
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1336
1336
|
|
|
1337
1337
|
## `eas env:push [ENVIRONMENT]`
|
|
1338
1338
|
|
|
@@ -1353,7 +1353,7 @@ DESCRIPTION
|
|
|
1353
1353
|
push environment variables from .env file to the selected environment
|
|
1354
1354
|
```
|
|
1355
1355
|
|
|
1356
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1356
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/env/push.ts)_
|
|
1357
1357
|
|
|
1358
1358
|
## `eas env:update [ENVIRONMENT]`
|
|
1359
1359
|
|
|
@@ -1384,7 +1384,7 @@ DESCRIPTION
|
|
|
1384
1384
|
update an environment variable on the current project or account
|
|
1385
1385
|
```
|
|
1386
1386
|
|
|
1387
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1387
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/env/update.ts)_
|
|
1388
1388
|
|
|
1389
1389
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1390
1390
|
|
|
@@ -1429,7 +1429,7 @@ EXAMPLES
|
|
|
1429
1429
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1430
1430
|
```
|
|
1431
1431
|
|
|
1432
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1432
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1433
1433
|
|
|
1434
1434
|
## `eas fingerprint:generate`
|
|
1435
1435
|
|
|
@@ -1460,7 +1460,7 @@ EXAMPLES
|
|
|
1460
1460
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1461
1461
|
```
|
|
1462
1462
|
|
|
1463
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1463
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1464
1464
|
|
|
1465
1465
|
## `eas help [COMMAND]`
|
|
1466
1466
|
|
|
@@ -1568,7 +1568,7 @@ DESCRIPTION
|
|
|
1568
1568
|
validate the local store configuration
|
|
1569
1569
|
```
|
|
1570
1570
|
|
|
1571
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1571
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1572
1572
|
|
|
1573
1573
|
## `eas metadata:pull`
|
|
1574
1574
|
|
|
@@ -1585,7 +1585,7 @@ DESCRIPTION
|
|
|
1585
1585
|
generate the local store configuration from the app stores
|
|
1586
1586
|
```
|
|
1587
1587
|
|
|
1588
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1588
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1589
1589
|
|
|
1590
1590
|
## `eas metadata:push`
|
|
1591
1591
|
|
|
@@ -1602,7 +1602,7 @@ DESCRIPTION
|
|
|
1602
1602
|
sync the local store configuration to the app stores
|
|
1603
1603
|
```
|
|
1604
1604
|
|
|
1605
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1605
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1606
1606
|
|
|
1607
1607
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1608
1608
|
|
|
@@ -1632,7 +1632,7 @@ DESCRIPTION
|
|
|
1632
1632
|
open the project page in a web browser
|
|
1633
1633
|
```
|
|
1634
1634
|
|
|
1635
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1635
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/open.ts)_
|
|
1636
1636
|
|
|
1637
1637
|
## `eas project:info`
|
|
1638
1638
|
|
|
@@ -1646,7 +1646,7 @@ DESCRIPTION
|
|
|
1646
1646
|
information about the current project
|
|
1647
1647
|
```
|
|
1648
1648
|
|
|
1649
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1649
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/project/info.ts)_
|
|
1650
1650
|
|
|
1651
1651
|
## `eas project:init`
|
|
1652
1652
|
|
|
@@ -1669,7 +1669,7 @@ ALIASES
|
|
|
1669
1669
|
$ eas init
|
|
1670
1670
|
```
|
|
1671
1671
|
|
|
1672
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1672
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/project/init.ts)_
|
|
1673
1673
|
|
|
1674
1674
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1675
1675
|
|
|
@@ -1687,7 +1687,7 @@ ALIASES
|
|
|
1687
1687
|
$ eas onboarding
|
|
1688
1688
|
```
|
|
1689
1689
|
|
|
1690
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1690
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1691
1691
|
|
|
1692
1692
|
## `eas submit`
|
|
1693
1693
|
|
|
@@ -1722,7 +1722,7 @@ ALIASES
|
|
|
1722
1722
|
$ eas build:submit
|
|
1723
1723
|
```
|
|
1724
1724
|
|
|
1725
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1725
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/submit.ts)_
|
|
1726
1726
|
|
|
1727
1727
|
## `eas update`
|
|
1728
1728
|
|
|
@@ -1764,7 +1764,7 @@ DESCRIPTION
|
|
|
1764
1764
|
publish an update group
|
|
1765
1765
|
```
|
|
1766
1766
|
|
|
1767
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1767
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/update/index.ts)_
|
|
1768
1768
|
|
|
1769
1769
|
## `eas update:configure`
|
|
1770
1770
|
|
|
@@ -1784,7 +1784,7 @@ DESCRIPTION
|
|
|
1784
1784
|
configure the project to support EAS Update
|
|
1785
1785
|
```
|
|
1786
1786
|
|
|
1787
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1787
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1788
1788
|
|
|
1789
1789
|
## `eas update:delete GROUPID`
|
|
1790
1790
|
|
|
@@ -1805,7 +1805,7 @@ DESCRIPTION
|
|
|
1805
1805
|
delete all the updates in an update group
|
|
1806
1806
|
```
|
|
1807
1807
|
|
|
1808
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1808
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1809
1809
|
|
|
1810
1810
|
## `eas update:edit [GROUPID]`
|
|
1811
1811
|
|
|
@@ -1829,7 +1829,7 @@ DESCRIPTION
|
|
|
1829
1829
|
edit all the updates in an update group
|
|
1830
1830
|
```
|
|
1831
1831
|
|
|
1832
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1832
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1833
1833
|
|
|
1834
1834
|
## `eas update:list`
|
|
1835
1835
|
|
|
@@ -1851,7 +1851,7 @@ DESCRIPTION
|
|
|
1851
1851
|
view the recent updates
|
|
1852
1852
|
```
|
|
1853
1853
|
|
|
1854
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1854
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/update/list.ts)_
|
|
1855
1855
|
|
|
1856
1856
|
## `eas update:republish`
|
|
1857
1857
|
|
|
@@ -1887,7 +1887,7 @@ DESCRIPTION
|
|
|
1887
1887
|
roll back to an existing update
|
|
1888
1888
|
```
|
|
1889
1889
|
|
|
1890
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1890
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1891
1891
|
|
|
1892
1892
|
## `eas update:revert-update-rollout`
|
|
1893
1893
|
|
|
@@ -1914,7 +1914,7 @@ DESCRIPTION
|
|
|
1914
1914
|
revert a rollout update for a project
|
|
1915
1915
|
```
|
|
1916
1916
|
|
|
1917
|
-
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1917
|
+
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
|
|
1918
1918
|
|
|
1919
1919
|
## `eas update:roll-back-to-embedded`
|
|
1920
1920
|
|
|
@@ -1942,7 +1942,7 @@ DESCRIPTION
|
|
|
1942
1942
|
roll back to the embedded update
|
|
1943
1943
|
```
|
|
1944
1944
|
|
|
1945
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1945
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1946
1946
|
|
|
1947
1947
|
## `eas update:rollback`
|
|
1948
1948
|
|
|
@@ -1962,7 +1962,7 @@ DESCRIPTION
|
|
|
1962
1962
|
roll back to an embedded update or an existing update
|
|
1963
1963
|
```
|
|
1964
1964
|
|
|
1965
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1965
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1966
1966
|
|
|
1967
1967
|
## `eas update:view GROUPID`
|
|
1968
1968
|
|
|
@@ -1982,7 +1982,7 @@ DESCRIPTION
|
|
|
1982
1982
|
update group details
|
|
1983
1983
|
```
|
|
1984
1984
|
|
|
1985
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
1985
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/update/view.ts)_
|
|
1986
1986
|
|
|
1987
1987
|
## `eas upload`
|
|
1988
1988
|
|
|
@@ -2003,7 +2003,7 @@ DESCRIPTION
|
|
|
2003
2003
|
upload a local build and generate a sharable link
|
|
2004
2004
|
```
|
|
2005
2005
|
|
|
2006
|
-
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
2006
|
+
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/upload.ts)_
|
|
2007
2007
|
|
|
2008
2008
|
## `eas webhook:create`
|
|
2009
2009
|
|
|
@@ -2024,7 +2024,7 @@ DESCRIPTION
|
|
|
2024
2024
|
create a webhook
|
|
2025
2025
|
```
|
|
2026
2026
|
|
|
2027
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
2027
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
2028
2028
|
|
|
2029
2029
|
## `eas webhook:delete [ID]`
|
|
2030
2030
|
|
|
@@ -2044,7 +2044,7 @@ DESCRIPTION
|
|
|
2044
2044
|
delete a webhook
|
|
2045
2045
|
```
|
|
2046
2046
|
|
|
2047
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
2047
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
2048
2048
|
|
|
2049
2049
|
## `eas webhook:list`
|
|
2050
2050
|
|
|
@@ -2062,7 +2062,7 @@ DESCRIPTION
|
|
|
2062
2062
|
list webhooks
|
|
2063
2063
|
```
|
|
2064
2064
|
|
|
2065
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
2065
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
2066
2066
|
|
|
2067
2067
|
## `eas webhook:update`
|
|
2068
2068
|
|
|
@@ -2084,7 +2084,7 @@ DESCRIPTION
|
|
|
2084
2084
|
update a webhook
|
|
2085
2085
|
```
|
|
2086
2086
|
|
|
2087
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
2087
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
2088
2088
|
|
|
2089
2089
|
## `eas webhook:view ID`
|
|
2090
2090
|
|
|
@@ -2101,7 +2101,7 @@ DESCRIPTION
|
|
|
2101
2101
|
view a webhook
|
|
2102
2102
|
```
|
|
2103
2103
|
|
|
2104
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
2104
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2105
2105
|
|
|
2106
2106
|
## `eas whoami`
|
|
2107
2107
|
|
|
@@ -2221,7 +2221,7 @@ DESCRIPTION
|
|
|
2221
2221
|
to cancel.
|
|
2222
2222
|
```
|
|
2223
2223
|
|
|
2224
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
2224
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2225
2225
|
|
|
2226
2226
|
## `eas workflow:create [NAME]`
|
|
2227
2227
|
|
|
@@ -2241,7 +2241,7 @@ DESCRIPTION
|
|
|
2241
2241
|
create a new workflow configuration YAML file
|
|
2242
2242
|
```
|
|
2243
2243
|
|
|
2244
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
2244
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2245
2245
|
|
|
2246
2246
|
## `eas workflow:logs [ID]`
|
|
2247
2247
|
|
|
@@ -2265,7 +2265,7 @@ DESCRIPTION
|
|
|
2265
2265
|
If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
|
|
2266
2266
|
```
|
|
2267
2267
|
|
|
2268
|
-
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
2268
|
+
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/workflow/logs.ts)_
|
|
2269
2269
|
|
|
2270
2270
|
## `eas workflow:run [FILE]`
|
|
2271
2271
|
|
|
@@ -2297,7 +2297,7 @@ FLAG DESCRIPTIONS
|
|
|
2297
2297
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2298
2298
|
```
|
|
2299
2299
|
|
|
2300
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
2300
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2301
2301
|
|
|
2302
2302
|
## `eas workflow:runs`
|
|
2303
2303
|
|
|
@@ -2322,7 +2322,7 @@ DESCRIPTION
|
|
|
2322
2322
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2323
2323
|
```
|
|
2324
2324
|
|
|
2325
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
2325
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2326
2326
|
|
|
2327
2327
|
## `eas workflow:validate PATH`
|
|
2328
2328
|
|
|
@@ -2342,7 +2342,7 @@ DESCRIPTION
|
|
|
2342
2342
|
validate a workflow configuration yaml file
|
|
2343
2343
|
```
|
|
2344
2344
|
|
|
2345
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
2345
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2346
2346
|
|
|
2347
2347
|
## `eas workflow:view [ID]`
|
|
2348
2348
|
|
|
@@ -2364,5 +2364,5 @@ DESCRIPTION
|
|
|
2364
2364
|
workflow runs for the current project.
|
|
2365
2365
|
```
|
|
2366
2366
|
|
|
2367
|
-
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v16.17.
|
|
2367
|
+
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v16.17.2/packages/eas-cli/src/commands/workflow/view.ts)_
|
|
2368
2368
|
<!-- commandsstop -->
|
package/build/fetch.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import { Agent } from 'https';
|
|
3
3
|
import { RequestInfo, RequestInit, Response } from 'node-fetch';
|
|
4
|
-
export
|
|
4
|
+
export { Headers, RequestInfo, RequestInit, Response } from 'node-fetch';
|
|
5
5
|
export declare class RequestError extends Error {
|
|
6
6
|
readonly response: Response;
|
|
7
7
|
constructor(message: string, response: Response);
|
package/build/fetch.js
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.httpsProxyAgent = exports.RequestError = void 0;
|
|
3
|
+
exports.httpsProxyAgent = exports.RequestError = exports.Response = exports.Headers = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const https_proxy_agent_1 = tslib_1.__importDefault(require("https-proxy-agent"));
|
|
6
6
|
const node_fetch_1 = tslib_1.__importDefault(require("node-fetch"));
|
|
7
|
-
|
|
7
|
+
var node_fetch_2 = require("node-fetch");
|
|
8
|
+
Object.defineProperty(exports, "Headers", { enumerable: true, get: function () { return node_fetch_2.Headers; } });
|
|
9
|
+
Object.defineProperty(exports, "Response", { enumerable: true, get: function () { return node_fetch_2.Response; } });
|
|
8
10
|
class RequestError extends Error {
|
|
9
11
|
response;
|
|
10
12
|
constructor(message, response) {
|
|
@@ -2934,6 +2934,12 @@ export type ChannelQuery = {
|
|
|
2934
2934
|
export type ChannelQueryByIdArgs = {
|
|
2935
2935
|
channelId: Scalars['ID']['input'];
|
|
2936
2936
|
};
|
|
2937
|
+
export type ChannelRuntimeCumulativeMetricsOverTimeData = {
|
|
2938
|
+
__typename?: 'ChannelRuntimeCumulativeMetricsOverTimeData';
|
|
2939
|
+
data: LineChartData;
|
|
2940
|
+
metricsAtLastTimestamp: Array<LineDatapoint>;
|
|
2941
|
+
mostPopularUpdates: Array<Update>;
|
|
2942
|
+
};
|
|
2937
2943
|
export type ChannelRuntimeEdge = {
|
|
2938
2944
|
__typename?: 'ChannelRuntimeEdge';
|
|
2939
2945
|
cursor: Scalars['String']['output'];
|
|
@@ -3313,6 +3319,7 @@ export type DeploymentBuildCountArgs = {
|
|
|
3313
3319
|
export type DeploymentBuildsArgs = {
|
|
3314
3320
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
3315
3321
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
3322
|
+
filter?: InputMaybe<DeploymentBuildFilterInput>;
|
|
3316
3323
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3317
3324
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
3318
3325
|
};
|
|
@@ -3326,6 +3333,9 @@ export type DeploymentBuildEdge = {
|
|
|
3326
3333
|
cursor: Scalars['String']['output'];
|
|
3327
3334
|
node: Build;
|
|
3328
3335
|
};
|
|
3336
|
+
export type DeploymentBuildFilterInput = {
|
|
3337
|
+
status?: InputMaybe<BuildStatus>;
|
|
3338
|
+
};
|
|
3329
3339
|
/** Represents the connection over the builds edge of a Deployment */
|
|
3330
3340
|
export type DeploymentBuildsConnection = {
|
|
3331
3341
|
__typename?: 'DeploymentBuildsConnection';
|
|
@@ -6081,6 +6091,7 @@ export type UpdateChannel = {
|
|
|
6081
6091
|
isPaused: Scalars['Boolean']['output'];
|
|
6082
6092
|
latestRuntimes: ChannelRuntimesConnection;
|
|
6083
6093
|
name: Scalars['String']['output'];
|
|
6094
|
+
runtimeInsights: UpdateChannelRuntimeInsights;
|
|
6084
6095
|
updateBranches: Array<UpdateBranch>;
|
|
6085
6096
|
updatedAt: Scalars['DateTime']['output'];
|
|
6086
6097
|
};
|
|
@@ -6135,6 +6146,29 @@ export type UpdateChannelMutationPauseUpdateChannelArgs = {
|
|
|
6135
6146
|
export type UpdateChannelMutationResumeUpdateChannelArgs = {
|
|
6136
6147
|
channelId: Scalars['ID']['input'];
|
|
6137
6148
|
};
|
|
6149
|
+
export type UpdateChannelRuntimeInsights = {
|
|
6150
|
+
__typename?: 'UpdateChannelRuntimeInsights';
|
|
6151
|
+
cumulativeMetricsOverTime: ChannelRuntimeCumulativeMetricsOverTimeData;
|
|
6152
|
+
embeddedUpdateTotalUniqueUsers: Scalars['Int']['output'];
|
|
6153
|
+
id: Scalars['ID']['output'];
|
|
6154
|
+
mostPopularUpdates: Array<Update>;
|
|
6155
|
+
uniqueUsersOverTime: UniqueUsersOverTimeData;
|
|
6156
|
+
};
|
|
6157
|
+
export type UpdateChannelRuntimeInsightsCumulativeMetricsOverTimeArgs = {
|
|
6158
|
+
timespan: InsightsTimespan;
|
|
6159
|
+
};
|
|
6160
|
+
export type UpdateChannelRuntimeInsightsEmbeddedUpdateTotalUniqueUsersArgs = {
|
|
6161
|
+
runtimeVersion: Scalars['String']['input'];
|
|
6162
|
+
timespan: InsightsTimespan;
|
|
6163
|
+
};
|
|
6164
|
+
export type UpdateChannelRuntimeInsightsMostPopularUpdatesArgs = {
|
|
6165
|
+
runtimeVersion: Scalars['String']['input'];
|
|
6166
|
+
timespan: InsightsTimespan;
|
|
6167
|
+
};
|
|
6168
|
+
export type UpdateChannelRuntimeInsightsUniqueUsersOverTimeArgs = {
|
|
6169
|
+
runtimeVersion: Scalars['String']['input'];
|
|
6170
|
+
timespan: InsightsTimespan;
|
|
6171
|
+
};
|
|
6138
6172
|
export type UpdateDeploymentEdge = {
|
|
6139
6173
|
__typename?: 'UpdateDeploymentEdge';
|
|
6140
6174
|
cursor: Scalars['String']['output'];
|
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.17.
|
|
4
|
+
"version": "16.17.2",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"fast-deep-equal": "3.1.3",
|
|
50
50
|
"fast-glob": "3.3.2",
|
|
51
51
|
"figures": "3.2.0",
|
|
52
|
-
"form-data": "4.0.
|
|
52
|
+
"form-data": "^4.0.4",
|
|
53
53
|
"fs-extra": "11.2.0",
|
|
54
54
|
"getenv": "1.0.0",
|
|
55
55
|
"gradle-to-js": "2.0.1",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"@types/getenv": "^1.0.0",
|
|
109
109
|
"@types/jsonwebtoken": "8.5.1",
|
|
110
110
|
"@types/mime": "3.0.1",
|
|
111
|
-
"@types/node-fetch": "2.6.
|
|
111
|
+
"@types/node-fetch": "2.6.12",
|
|
112
112
|
"@types/node-forge": "1.3.1",
|
|
113
113
|
"@types/pngjs": "6.0.4",
|
|
114
114
|
"@types/promise-retry": "1.1.3",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@types/tough-cookie": "4.0.2",
|
|
120
120
|
"@types/uuid": "9.0.7",
|
|
121
121
|
"@types/wrap-ansi": "3.0.0",
|
|
122
|
-
"axios": "
|
|
122
|
+
"axios": "1.11.0",
|
|
123
123
|
"eslint-plugin-graphql": "4.0.0",
|
|
124
124
|
"express": "4.20.0",
|
|
125
125
|
"memfs": "3.4.13",
|
|
@@ -241,5 +241,5 @@
|
|
|
241
241
|
"node": "20.11.0",
|
|
242
242
|
"yarn": "1.22.21"
|
|
243
243
|
},
|
|
244
|
-
"gitHead": "
|
|
244
|
+
"gitHead": "8186a27aa2a226e512422d34052202e0d0cabdd7"
|
|
245
245
|
}
|