eas-cli 18.2.0 → 18.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +88 -88
- package/build/commands/account/view.js +6 -2
- package/build/graphql/generated.d.ts +1 -0
- package/build/graphql/queries/UserQuery.js +3 -0
- package/oclif.manifest.json +1954 -1954
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -178,7 +178,7 @@ ALIASES
|
|
|
178
178
|
$ eas login
|
|
179
179
|
```
|
|
180
180
|
|
|
181
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
181
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
182
182
|
|
|
183
183
|
## `eas account:logout`
|
|
184
184
|
|
|
@@ -195,7 +195,7 @@ ALIASES
|
|
|
195
195
|
$ eas logout
|
|
196
196
|
```
|
|
197
197
|
|
|
198
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
198
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
199
199
|
|
|
200
200
|
## `eas account:usage [ACCOUNT_NAME]`
|
|
201
201
|
|
|
@@ -217,7 +217,7 @@ DESCRIPTION
|
|
|
217
217
|
view account usage and billing for the current cycle
|
|
218
218
|
```
|
|
219
219
|
|
|
220
|
-
_See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
220
|
+
_See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/account/usage.ts)_
|
|
221
221
|
|
|
222
222
|
## `eas account:view`
|
|
223
223
|
|
|
@@ -234,7 +234,7 @@ ALIASES
|
|
|
234
234
|
$ eas whoami
|
|
235
235
|
```
|
|
236
236
|
|
|
237
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
237
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
238
238
|
|
|
239
239
|
## `eas analytics [STATUS]`
|
|
240
240
|
|
|
@@ -248,7 +248,7 @@ DESCRIPTION
|
|
|
248
248
|
display or change analytics settings
|
|
249
249
|
```
|
|
250
250
|
|
|
251
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
251
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
252
252
|
|
|
253
253
|
## `eas autocomplete [SHELL]`
|
|
254
254
|
|
|
@@ -300,7 +300,7 @@ DESCRIPTION
|
|
|
300
300
|
create a branch
|
|
301
301
|
```
|
|
302
302
|
|
|
303
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
303
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
304
304
|
|
|
305
305
|
## `eas branch:delete [NAME]`
|
|
306
306
|
|
|
@@ -321,7 +321,7 @@ DESCRIPTION
|
|
|
321
321
|
delete a branch
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
324
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
325
325
|
|
|
326
326
|
## `eas branch:list`
|
|
327
327
|
|
|
@@ -341,7 +341,7 @@ DESCRIPTION
|
|
|
341
341
|
list all branches
|
|
342
342
|
```
|
|
343
343
|
|
|
344
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
344
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
345
345
|
|
|
346
346
|
## `eas branch:rename`
|
|
347
347
|
|
|
@@ -361,7 +361,7 @@ DESCRIPTION
|
|
|
361
361
|
rename a branch
|
|
362
362
|
```
|
|
363
363
|
|
|
364
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
364
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
365
365
|
|
|
366
366
|
## `eas branch:view [NAME]`
|
|
367
367
|
|
|
@@ -384,7 +384,7 @@ DESCRIPTION
|
|
|
384
384
|
view a branch
|
|
385
385
|
```
|
|
386
386
|
|
|
387
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
387
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
388
388
|
|
|
389
389
|
## `eas build`
|
|
390
390
|
|
|
@@ -422,7 +422,7 @@ DESCRIPTION
|
|
|
422
422
|
start a build
|
|
423
423
|
```
|
|
424
424
|
|
|
425
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
425
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
426
426
|
|
|
427
427
|
## `eas build:cancel [BUILD_ID]`
|
|
428
428
|
|
|
@@ -442,7 +442,7 @@ DESCRIPTION
|
|
|
442
442
|
cancel a build
|
|
443
443
|
```
|
|
444
444
|
|
|
445
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
445
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
446
446
|
|
|
447
447
|
## `eas build:configure`
|
|
448
448
|
|
|
@@ -460,7 +460,7 @@ DESCRIPTION
|
|
|
460
460
|
configure the project to support EAS Build
|
|
461
461
|
```
|
|
462
462
|
|
|
463
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
463
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
464
464
|
|
|
465
465
|
## `eas build:delete [BUILD_ID]`
|
|
466
466
|
|
|
@@ -480,7 +480,7 @@ DESCRIPTION
|
|
|
480
480
|
delete a build
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
483
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
484
484
|
|
|
485
485
|
## `eas build:dev`
|
|
486
486
|
|
|
@@ -500,7 +500,7 @@ DESCRIPTION
|
|
|
500
500
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
501
501
|
```
|
|
502
502
|
|
|
503
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
503
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
504
504
|
|
|
505
505
|
## `eas build:download`
|
|
506
506
|
|
|
@@ -521,7 +521,7 @@ DESCRIPTION
|
|
|
521
521
|
download simulator/emulator builds for a given fingerprint hash
|
|
522
522
|
```
|
|
523
523
|
|
|
524
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
524
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/build/download.ts)_
|
|
525
525
|
|
|
526
526
|
## `eas build:inspect`
|
|
527
527
|
|
|
@@ -559,7 +559,7 @@ DESCRIPTION
|
|
|
559
559
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
560
560
|
```
|
|
561
561
|
|
|
562
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
562
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
563
563
|
|
|
564
564
|
## `eas build:list`
|
|
565
565
|
|
|
@@ -599,7 +599,7 @@ DESCRIPTION
|
|
|
599
599
|
list all builds for your project
|
|
600
600
|
```
|
|
601
601
|
|
|
602
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
602
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
603
603
|
|
|
604
604
|
## `eas build:resign`
|
|
605
605
|
|
|
@@ -629,7 +629,7 @@ DESCRIPTION
|
|
|
629
629
|
re-sign a build archive
|
|
630
630
|
```
|
|
631
631
|
|
|
632
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
632
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
633
633
|
|
|
634
634
|
## `eas build:run`
|
|
635
635
|
|
|
@@ -655,7 +655,7 @@ DESCRIPTION
|
|
|
655
655
|
run simulator/emulator builds from eas-cli
|
|
656
656
|
```
|
|
657
657
|
|
|
658
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
658
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
659
659
|
|
|
660
660
|
## `eas build:submit`
|
|
661
661
|
|
|
@@ -707,7 +707,7 @@ DESCRIPTION
|
|
|
707
707
|
get the latest version from EAS servers
|
|
708
708
|
```
|
|
709
709
|
|
|
710
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
710
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
711
711
|
|
|
712
712
|
## `eas build:version:set`
|
|
713
713
|
|
|
@@ -725,7 +725,7 @@ DESCRIPTION
|
|
|
725
725
|
update version of an app
|
|
726
726
|
```
|
|
727
727
|
|
|
728
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
728
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
729
729
|
|
|
730
730
|
## `eas build:version:sync`
|
|
731
731
|
|
|
@@ -743,7 +743,7 @@ DESCRIPTION
|
|
|
743
743
|
update a version in native code with a value stored on EAS servers
|
|
744
744
|
```
|
|
745
745
|
|
|
746
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
746
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
747
747
|
|
|
748
748
|
## `eas build:view [BUILD_ID]`
|
|
749
749
|
|
|
@@ -760,7 +760,7 @@ DESCRIPTION
|
|
|
760
760
|
view a build for your project
|
|
761
761
|
```
|
|
762
762
|
|
|
763
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
763
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
764
764
|
|
|
765
765
|
## `eas channel:create [NAME]`
|
|
766
766
|
|
|
@@ -781,7 +781,7 @@ DESCRIPTION
|
|
|
781
781
|
create a channel
|
|
782
782
|
```
|
|
783
783
|
|
|
784
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
784
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
785
785
|
|
|
786
786
|
## `eas channel:delete [NAME]`
|
|
787
787
|
|
|
@@ -802,7 +802,7 @@ DESCRIPTION
|
|
|
802
802
|
Delete a channel
|
|
803
803
|
```
|
|
804
804
|
|
|
805
|
-
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
805
|
+
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/channel/delete.ts)_
|
|
806
806
|
|
|
807
807
|
## `eas channel:edit [NAME]`
|
|
808
808
|
|
|
@@ -824,7 +824,7 @@ DESCRIPTION
|
|
|
824
824
|
point a channel at a new branch
|
|
825
825
|
```
|
|
826
826
|
|
|
827
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
827
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
828
828
|
|
|
829
829
|
## `eas channel:list`
|
|
830
830
|
|
|
@@ -844,7 +844,7 @@ DESCRIPTION
|
|
|
844
844
|
list all channels
|
|
845
845
|
```
|
|
846
846
|
|
|
847
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
847
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
848
848
|
|
|
849
849
|
## `eas channel:pause [NAME]`
|
|
850
850
|
|
|
@@ -866,7 +866,7 @@ DESCRIPTION
|
|
|
866
866
|
pause a channel to stop it from sending updates
|
|
867
867
|
```
|
|
868
868
|
|
|
869
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
869
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
870
870
|
|
|
871
871
|
## `eas channel:resume [NAME]`
|
|
872
872
|
|
|
@@ -888,7 +888,7 @@ DESCRIPTION
|
|
|
888
888
|
resume a channel to start sending updates
|
|
889
889
|
```
|
|
890
890
|
|
|
891
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
891
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
892
892
|
|
|
893
893
|
## `eas channel:rollout [CHANNEL]`
|
|
894
894
|
|
|
@@ -923,7 +923,7 @@ DESCRIPTION
|
|
|
923
923
|
Roll a new branch out on a channel incrementally.
|
|
924
924
|
```
|
|
925
925
|
|
|
926
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
926
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
927
927
|
|
|
928
928
|
## `eas channel:view [NAME]`
|
|
929
929
|
|
|
@@ -946,7 +946,7 @@ DESCRIPTION
|
|
|
946
946
|
view a channel
|
|
947
947
|
```
|
|
948
948
|
|
|
949
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
949
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
950
950
|
|
|
951
951
|
## `eas config`
|
|
952
952
|
|
|
@@ -967,7 +967,7 @@ DESCRIPTION
|
|
|
967
967
|
display project configuration (app.json + eas.json)
|
|
968
968
|
```
|
|
969
969
|
|
|
970
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
970
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/config.ts)_
|
|
971
971
|
|
|
972
972
|
## `eas credentials`
|
|
973
973
|
|
|
@@ -984,7 +984,7 @@ DESCRIPTION
|
|
|
984
984
|
manage credentials
|
|
985
985
|
```
|
|
986
986
|
|
|
987
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
987
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
988
988
|
|
|
989
989
|
## `eas credentials:configure-build`
|
|
990
990
|
|
|
@@ -1002,7 +1002,7 @@ DESCRIPTION
|
|
|
1002
1002
|
Set up credentials for building your project.
|
|
1003
1003
|
```
|
|
1004
1004
|
|
|
1005
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1005
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
1006
1006
|
|
|
1007
1007
|
## `eas deploy [options]`
|
|
1008
1008
|
|
|
@@ -1031,7 +1031,7 @@ ALIASES
|
|
|
1031
1031
|
$ eas worker:deploy
|
|
1032
1032
|
```
|
|
1033
1033
|
|
|
1034
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1034
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
1035
1035
|
|
|
1036
1036
|
## `eas deploy:alias`
|
|
1037
1037
|
|
|
@@ -1056,7 +1056,7 @@ ALIASES
|
|
|
1056
1056
|
$ eas deploy:promote
|
|
1057
1057
|
```
|
|
1058
1058
|
|
|
1059
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1059
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/deploy/alias/index.ts)_
|
|
1060
1060
|
|
|
1061
1061
|
## `eas deploy:alias:delete [ALIAS_NAME]`
|
|
1062
1062
|
|
|
@@ -1077,7 +1077,7 @@ ALIASES
|
|
|
1077
1077
|
$ eas worker:alias:delete
|
|
1078
1078
|
```
|
|
1079
1079
|
|
|
1080
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1080
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
|
|
1081
1081
|
|
|
1082
1082
|
## `eas deploy:delete [DEPLOYMENT_ID]`
|
|
1083
1083
|
|
|
@@ -1098,7 +1098,7 @@ ALIASES
|
|
|
1098
1098
|
$ eas worker:delete
|
|
1099
1099
|
```
|
|
1100
1100
|
|
|
1101
|
-
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1101
|
+
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/deploy/delete.ts)_
|
|
1102
1102
|
|
|
1103
1103
|
## `eas deploy:promote`
|
|
1104
1104
|
|
|
@@ -1135,7 +1135,7 @@ DESCRIPTION
|
|
|
1135
1135
|
register new Apple Devices to use for internal distribution
|
|
1136
1136
|
```
|
|
1137
1137
|
|
|
1138
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1138
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1139
1139
|
|
|
1140
1140
|
## `eas device:delete`
|
|
1141
1141
|
|
|
@@ -1155,7 +1155,7 @@ DESCRIPTION
|
|
|
1155
1155
|
remove a registered device from your account
|
|
1156
1156
|
```
|
|
1157
1157
|
|
|
1158
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1158
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1159
1159
|
|
|
1160
1160
|
## `eas device:list`
|
|
1161
1161
|
|
|
@@ -1176,7 +1176,7 @@ DESCRIPTION
|
|
|
1176
1176
|
list all registered devices for your account
|
|
1177
1177
|
```
|
|
1178
1178
|
|
|
1179
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1179
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1180
1180
|
|
|
1181
1181
|
## `eas device:rename`
|
|
1182
1182
|
|
|
@@ -1197,7 +1197,7 @@ DESCRIPTION
|
|
|
1197
1197
|
rename a registered device
|
|
1198
1198
|
```
|
|
1199
1199
|
|
|
1200
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1200
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1201
1201
|
|
|
1202
1202
|
## `eas device:view [UDID]`
|
|
1203
1203
|
|
|
@@ -1211,7 +1211,7 @@ DESCRIPTION
|
|
|
1211
1211
|
view a device for your project
|
|
1212
1212
|
```
|
|
1213
1213
|
|
|
1214
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1214
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1215
1215
|
|
|
1216
1216
|
## `eas diagnostics`
|
|
1217
1217
|
|
|
@@ -1225,7 +1225,7 @@ DESCRIPTION
|
|
|
1225
1225
|
display environment info
|
|
1226
1226
|
```
|
|
1227
1227
|
|
|
1228
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1228
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1229
1229
|
|
|
1230
1230
|
## `eas env:create [ENVIRONMENT]`
|
|
1231
1231
|
|
|
@@ -1257,7 +1257,7 @@ DESCRIPTION
|
|
|
1257
1257
|
create an environment variable for the current project or account
|
|
1258
1258
|
```
|
|
1259
1259
|
|
|
1260
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1260
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1261
1261
|
|
|
1262
1262
|
## `eas env:delete [ENVIRONMENT]`
|
|
1263
1263
|
|
|
@@ -1283,7 +1283,7 @@ DESCRIPTION
|
|
|
1283
1283
|
delete an environment variable for the current project or account
|
|
1284
1284
|
```
|
|
1285
1285
|
|
|
1286
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1286
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1287
1287
|
|
|
1288
1288
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1289
1289
|
|
|
@@ -1305,7 +1305,7 @@ DESCRIPTION
|
|
|
1305
1305
|
execute a command with environment variables from the selected environment
|
|
1306
1306
|
```
|
|
1307
1307
|
|
|
1308
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1308
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1309
1309
|
|
|
1310
1310
|
## `eas env:get [ENVIRONMENT]`
|
|
1311
1311
|
|
|
@@ -1333,7 +1333,7 @@ DESCRIPTION
|
|
|
1333
1333
|
view an environment variable for the current project or account
|
|
1334
1334
|
```
|
|
1335
1335
|
|
|
1336
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1336
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1337
1337
|
|
|
1338
1338
|
## `eas env:list [ENVIRONMENT]`
|
|
1339
1339
|
|
|
@@ -1361,7 +1361,7 @@ DESCRIPTION
|
|
|
1361
1361
|
list environment variables for the current project or account
|
|
1362
1362
|
```
|
|
1363
1363
|
|
|
1364
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1364
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1365
1365
|
|
|
1366
1366
|
## `eas env:pull [ENVIRONMENT]`
|
|
1367
1367
|
|
|
@@ -1384,7 +1384,7 @@ DESCRIPTION
|
|
|
1384
1384
|
pull environment variables for the selected environment to .env file
|
|
1385
1385
|
```
|
|
1386
1386
|
|
|
1387
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1387
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1388
1388
|
|
|
1389
1389
|
## `eas env:push [ENVIRONMENT]`
|
|
1390
1390
|
|
|
@@ -1406,7 +1406,7 @@ DESCRIPTION
|
|
|
1406
1406
|
push environment variables from .env file to the selected environment
|
|
1407
1407
|
```
|
|
1408
1408
|
|
|
1409
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1409
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1410
1410
|
|
|
1411
1411
|
## `eas env:update [ENVIRONMENT]`
|
|
1412
1412
|
|
|
@@ -1440,7 +1440,7 @@ DESCRIPTION
|
|
|
1440
1440
|
update an environment variable on the current project or account
|
|
1441
1441
|
```
|
|
1442
1442
|
|
|
1443
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1443
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1444
1444
|
|
|
1445
1445
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1446
1446
|
|
|
@@ -1484,7 +1484,7 @@ EXAMPLES
|
|
|
1484
1484
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1485
1485
|
```
|
|
1486
1486
|
|
|
1487
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1487
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1488
1488
|
|
|
1489
1489
|
## `eas fingerprint:generate`
|
|
1490
1490
|
|
|
@@ -1515,7 +1515,7 @@ EXAMPLES
|
|
|
1515
1515
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1516
1516
|
```
|
|
1517
1517
|
|
|
1518
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1518
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1519
1519
|
|
|
1520
1520
|
## `eas help [COMMAND]`
|
|
1521
1521
|
|
|
@@ -1624,7 +1624,7 @@ DESCRIPTION
|
|
|
1624
1624
|
validate the local store configuration
|
|
1625
1625
|
```
|
|
1626
1626
|
|
|
1627
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1627
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1628
1628
|
|
|
1629
1629
|
## `eas metadata:pull`
|
|
1630
1630
|
|
|
@@ -1641,7 +1641,7 @@ DESCRIPTION
|
|
|
1641
1641
|
generate the local store configuration from the app stores
|
|
1642
1642
|
```
|
|
1643
1643
|
|
|
1644
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1644
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1645
1645
|
|
|
1646
1646
|
## `eas metadata:push`
|
|
1647
1647
|
|
|
@@ -1658,7 +1658,7 @@ DESCRIPTION
|
|
|
1658
1658
|
sync the local store configuration to the app stores
|
|
1659
1659
|
```
|
|
1660
1660
|
|
|
1661
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1661
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1662
1662
|
|
|
1663
1663
|
## `eas new [PATH]`
|
|
1664
1664
|
|
|
@@ -1710,7 +1710,7 @@ DESCRIPTION
|
|
|
1710
1710
|
open the project page in a web browser
|
|
1711
1711
|
```
|
|
1712
1712
|
|
|
1713
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1713
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/open.ts)_
|
|
1714
1714
|
|
|
1715
1715
|
## `eas project:info`
|
|
1716
1716
|
|
|
@@ -1724,7 +1724,7 @@ DESCRIPTION
|
|
|
1724
1724
|
information about the current project
|
|
1725
1725
|
```
|
|
1726
1726
|
|
|
1727
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1727
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1728
1728
|
|
|
1729
1729
|
## `eas project:init`
|
|
1730
1730
|
|
|
@@ -1747,7 +1747,7 @@ ALIASES
|
|
|
1747
1747
|
$ eas init
|
|
1748
1748
|
```
|
|
1749
1749
|
|
|
1750
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1750
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1751
1751
|
|
|
1752
1752
|
## `eas project:new [PATH]`
|
|
1753
1753
|
|
|
@@ -1771,7 +1771,7 @@ ALIASES
|
|
|
1771
1771
|
$ eas new
|
|
1772
1772
|
```
|
|
1773
1773
|
|
|
1774
|
-
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1774
|
+
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/project/new.ts)_
|
|
1775
1775
|
|
|
1776
1776
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1777
1777
|
|
|
@@ -1789,7 +1789,7 @@ ALIASES
|
|
|
1789
1789
|
$ eas onboarding
|
|
1790
1790
|
```
|
|
1791
1791
|
|
|
1792
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1792
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1793
1793
|
|
|
1794
1794
|
## `eas submit`
|
|
1795
1795
|
|
|
@@ -1822,7 +1822,7 @@ ALIASES
|
|
|
1822
1822
|
$ eas build:submit
|
|
1823
1823
|
```
|
|
1824
1824
|
|
|
1825
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1825
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1826
1826
|
|
|
1827
1827
|
## `eas update`
|
|
1828
1828
|
|
|
@@ -1865,7 +1865,7 @@ DESCRIPTION
|
|
|
1865
1865
|
publish an update group
|
|
1866
1866
|
```
|
|
1867
1867
|
|
|
1868
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1868
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1869
1869
|
|
|
1870
1870
|
## `eas update:configure`
|
|
1871
1871
|
|
|
@@ -1886,7 +1886,7 @@ DESCRIPTION
|
|
|
1886
1886
|
configure the project to support EAS Update
|
|
1887
1887
|
```
|
|
1888
1888
|
|
|
1889
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1889
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1890
1890
|
|
|
1891
1891
|
## `eas update:delete GROUPID`
|
|
1892
1892
|
|
|
@@ -1907,7 +1907,7 @@ DESCRIPTION
|
|
|
1907
1907
|
delete all the updates in an update group
|
|
1908
1908
|
```
|
|
1909
1909
|
|
|
1910
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1910
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1911
1911
|
|
|
1912
1912
|
## `eas update:edit [GROUPID]`
|
|
1913
1913
|
|
|
@@ -1932,7 +1932,7 @@ DESCRIPTION
|
|
|
1932
1932
|
edit all the updates in an update group
|
|
1933
1933
|
```
|
|
1934
1934
|
|
|
1935
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1935
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1936
1936
|
|
|
1937
1937
|
## `eas update:list`
|
|
1938
1938
|
|
|
@@ -1959,7 +1959,7 @@ DESCRIPTION
|
|
|
1959
1959
|
view the recent updates
|
|
1960
1960
|
```
|
|
1961
1961
|
|
|
1962
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1962
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1963
1963
|
|
|
1964
1964
|
## `eas update:republish`
|
|
1965
1965
|
|
|
@@ -1997,7 +1997,7 @@ DESCRIPTION
|
|
|
1997
1997
|
roll back to an existing update
|
|
1998
1998
|
```
|
|
1999
1999
|
|
|
2000
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2000
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
2001
2001
|
|
|
2002
2002
|
## `eas update:revert-update-rollout`
|
|
2003
2003
|
|
|
@@ -2025,7 +2025,7 @@ DESCRIPTION
|
|
|
2025
2025
|
revert a rollout update for a project
|
|
2026
2026
|
```
|
|
2027
2027
|
|
|
2028
|
-
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2028
|
+
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
|
|
2029
2029
|
|
|
2030
2030
|
## `eas update:roll-back-to-embedded`
|
|
2031
2031
|
|
|
@@ -2055,7 +2055,7 @@ DESCRIPTION
|
|
|
2055
2055
|
roll back to the embedded update
|
|
2056
2056
|
```
|
|
2057
2057
|
|
|
2058
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2058
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
2059
2059
|
|
|
2060
2060
|
## `eas update:rollback`
|
|
2061
2061
|
|
|
@@ -2076,7 +2076,7 @@ DESCRIPTION
|
|
|
2076
2076
|
instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
|
|
2077
2077
|
```
|
|
2078
2078
|
|
|
2079
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2079
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
2080
2080
|
|
|
2081
2081
|
## `eas update:view GROUPID`
|
|
2082
2082
|
|
|
@@ -2096,7 +2096,7 @@ DESCRIPTION
|
|
|
2096
2096
|
update group details
|
|
2097
2097
|
```
|
|
2098
2098
|
|
|
2099
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2099
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
2100
2100
|
|
|
2101
2101
|
## `eas upload`
|
|
2102
2102
|
|
|
@@ -2117,7 +2117,7 @@ DESCRIPTION
|
|
|
2117
2117
|
upload a local build and generate a sharable link
|
|
2118
2118
|
```
|
|
2119
2119
|
|
|
2120
|
-
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2120
|
+
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/upload.ts)_
|
|
2121
2121
|
|
|
2122
2122
|
## `eas webhook:create`
|
|
2123
2123
|
|
|
@@ -2139,7 +2139,7 @@ DESCRIPTION
|
|
|
2139
2139
|
create a webhook
|
|
2140
2140
|
```
|
|
2141
2141
|
|
|
2142
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2142
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
2143
2143
|
|
|
2144
2144
|
## `eas webhook:delete [ID]`
|
|
2145
2145
|
|
|
@@ -2159,7 +2159,7 @@ DESCRIPTION
|
|
|
2159
2159
|
delete a webhook
|
|
2160
2160
|
```
|
|
2161
2161
|
|
|
2162
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2162
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
2163
2163
|
|
|
2164
2164
|
## `eas webhook:list`
|
|
2165
2165
|
|
|
@@ -2178,7 +2178,7 @@ DESCRIPTION
|
|
|
2178
2178
|
list webhooks
|
|
2179
2179
|
```
|
|
2180
2180
|
|
|
2181
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2181
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
2182
2182
|
|
|
2183
2183
|
## `eas webhook:update`
|
|
2184
2184
|
|
|
@@ -2201,7 +2201,7 @@ DESCRIPTION
|
|
|
2201
2201
|
update a webhook
|
|
2202
2202
|
```
|
|
2203
2203
|
|
|
2204
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2204
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
2205
2205
|
|
|
2206
2206
|
## `eas webhook:view ID`
|
|
2207
2207
|
|
|
@@ -2218,7 +2218,7 @@ DESCRIPTION
|
|
|
2218
2218
|
view a webhook
|
|
2219
2219
|
```
|
|
2220
2220
|
|
|
2221
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2221
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2222
2222
|
|
|
2223
2223
|
## `eas whoami`
|
|
2224
2224
|
|
|
@@ -2339,7 +2339,7 @@ DESCRIPTION
|
|
|
2339
2339
|
to cancel.
|
|
2340
2340
|
```
|
|
2341
2341
|
|
|
2342
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2342
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2343
2343
|
|
|
2344
2344
|
## `eas workflow:create [NAME]`
|
|
2345
2345
|
|
|
@@ -2359,7 +2359,7 @@ DESCRIPTION
|
|
|
2359
2359
|
create a new workflow configuration YAML file
|
|
2360
2360
|
```
|
|
2361
2361
|
|
|
2362
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2362
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2363
2363
|
|
|
2364
2364
|
## `eas workflow:logs [ID]`
|
|
2365
2365
|
|
|
@@ -2383,7 +2383,7 @@ DESCRIPTION
|
|
|
2383
2383
|
If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
|
|
2384
2384
|
```
|
|
2385
2385
|
|
|
2386
|
-
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2386
|
+
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/workflow/logs.ts)_
|
|
2387
2387
|
|
|
2388
2388
|
## `eas workflow:run FILE`
|
|
2389
2389
|
|
|
@@ -2423,7 +2423,7 @@ FLAG DESCRIPTIONS
|
|
|
2423
2423
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2424
2424
|
```
|
|
2425
2425
|
|
|
2426
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2426
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2427
2427
|
|
|
2428
2428
|
## `eas workflow:runs`
|
|
2429
2429
|
|
|
@@ -2445,7 +2445,7 @@ DESCRIPTION
|
|
|
2445
2445
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2446
2446
|
```
|
|
2447
2447
|
|
|
2448
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2448
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2449
2449
|
|
|
2450
2450
|
## `eas workflow:status [WORKFLOW_RUN_ID]`
|
|
2451
2451
|
|
|
@@ -2473,7 +2473,7 @@ FLAG DESCRIPTIONS
|
|
|
2473
2473
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2474
2474
|
```
|
|
2475
2475
|
|
|
2476
|
-
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2476
|
+
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/workflow/status.ts)_
|
|
2477
2477
|
|
|
2478
2478
|
## `eas workflow:validate PATH`
|
|
2479
2479
|
|
|
@@ -2493,7 +2493,7 @@ DESCRIPTION
|
|
|
2493
2493
|
validate a workflow configuration yaml file
|
|
2494
2494
|
```
|
|
2495
2495
|
|
|
2496
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2496
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2497
2497
|
|
|
2498
2498
|
## `eas workflow:view [ID]`
|
|
2499
2499
|
|
|
@@ -2515,5 +2515,5 @@ DESCRIPTION
|
|
|
2515
2515
|
workflow runs for the current project.
|
|
2516
2516
|
```
|
|
2517
2517
|
|
|
2518
|
-
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2518
|
+
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.3.0/packages/eas-cli/src/commands/workflow/view.ts)_
|
|
2519
2519
|
<!-- commandsstop -->
|