eas-cli 18.0.1 → 18.0.3
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/user/expoBrowserAuthFlowLauncher.js +70 -13
- package/oclif.manifest.json +1 -1
- package/package.json +7 -6
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.0.
|
|
181
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v18.0.3/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.0.
|
|
198
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v18.0.3/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.0.
|
|
220
|
+
_See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v18.0.3/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.0.
|
|
237
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v18.0.3/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.0.
|
|
251
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v18.0.3/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.0.
|
|
303
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v18.0.3/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.0.
|
|
324
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.3/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.0.
|
|
344
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v18.0.3/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.0.
|
|
364
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v18.0.3/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.0.
|
|
387
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/branch/view.ts)_
|
|
388
388
|
|
|
389
389
|
## `eas build`
|
|
390
390
|
|
|
@@ -425,7 +425,7 @@ DESCRIPTION
|
|
|
425
425
|
start a build
|
|
426
426
|
```
|
|
427
427
|
|
|
428
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
428
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/build/index.ts)_
|
|
429
429
|
|
|
430
430
|
## `eas build:cancel [BUILD_ID]`
|
|
431
431
|
|
|
@@ -444,7 +444,7 @@ DESCRIPTION
|
|
|
444
444
|
cancel a build
|
|
445
445
|
```
|
|
446
446
|
|
|
447
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
447
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
448
448
|
|
|
449
449
|
## `eas build:configure`
|
|
450
450
|
|
|
@@ -461,7 +461,7 @@ DESCRIPTION
|
|
|
461
461
|
configure the project to support EAS Build
|
|
462
462
|
```
|
|
463
463
|
|
|
464
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
464
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/build/configure.ts)_
|
|
465
465
|
|
|
466
466
|
## `eas build:delete [BUILD_ID]`
|
|
467
467
|
|
|
@@ -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.0.
|
|
483
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.3/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.0.
|
|
503
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.0.3/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.0.
|
|
524
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/build/download.ts)_
|
|
525
525
|
|
|
526
526
|
## `eas build:inspect`
|
|
527
527
|
|
|
@@ -556,7 +556,7 @@ DESCRIPTION
|
|
|
556
556
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
557
557
|
```
|
|
558
558
|
|
|
559
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
559
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
560
560
|
|
|
561
561
|
## `eas build:list`
|
|
562
562
|
|
|
@@ -608,7 +608,7 @@ DESCRIPTION
|
|
|
608
608
|
list all builds for your project
|
|
609
609
|
```
|
|
610
610
|
|
|
611
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
611
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/build/list.ts)_
|
|
612
612
|
|
|
613
613
|
## `eas build:resign`
|
|
614
614
|
|
|
@@ -637,7 +637,7 @@ DESCRIPTION
|
|
|
637
637
|
re-sign a build archive
|
|
638
638
|
```
|
|
639
639
|
|
|
640
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
640
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/build/resign.ts)_
|
|
641
641
|
|
|
642
642
|
## `eas build:run`
|
|
643
643
|
|
|
@@ -663,7 +663,7 @@ DESCRIPTION
|
|
|
663
663
|
run simulator/emulator builds from eas-cli
|
|
664
664
|
```
|
|
665
665
|
|
|
666
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
666
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/build/run.ts)_
|
|
667
667
|
|
|
668
668
|
## `eas build:submit`
|
|
669
669
|
|
|
@@ -717,7 +717,7 @@ DESCRIPTION
|
|
|
717
717
|
get the latest version from EAS servers
|
|
718
718
|
```
|
|
719
719
|
|
|
720
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
720
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
721
721
|
|
|
722
722
|
## `eas build:version:set`
|
|
723
723
|
|
|
@@ -736,7 +736,7 @@ DESCRIPTION
|
|
|
736
736
|
update version of an app
|
|
737
737
|
```
|
|
738
738
|
|
|
739
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
739
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
740
740
|
|
|
741
741
|
## `eas build:version:sync`
|
|
742
742
|
|
|
@@ -755,7 +755,7 @@ DESCRIPTION
|
|
|
755
755
|
update a version in native code with a value stored on EAS servers
|
|
756
756
|
```
|
|
757
757
|
|
|
758
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
758
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
759
759
|
|
|
760
760
|
## `eas build:view [BUILD_ID]`
|
|
761
761
|
|
|
@@ -772,7 +772,7 @@ DESCRIPTION
|
|
|
772
772
|
view a build for your project
|
|
773
773
|
```
|
|
774
774
|
|
|
775
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
775
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/build/view.ts)_
|
|
776
776
|
|
|
777
777
|
## `eas channel:create [NAME]`
|
|
778
778
|
|
|
@@ -793,7 +793,7 @@ DESCRIPTION
|
|
|
793
793
|
create a channel
|
|
794
794
|
```
|
|
795
795
|
|
|
796
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
796
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/channel/create.ts)_
|
|
797
797
|
|
|
798
798
|
## `eas channel:delete [NAME]`
|
|
799
799
|
|
|
@@ -814,7 +814,7 @@ DESCRIPTION
|
|
|
814
814
|
Delete a channel
|
|
815
815
|
```
|
|
816
816
|
|
|
817
|
-
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
817
|
+
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/channel/delete.ts)_
|
|
818
818
|
|
|
819
819
|
## `eas channel:edit [NAME]`
|
|
820
820
|
|
|
@@ -836,7 +836,7 @@ DESCRIPTION
|
|
|
836
836
|
point a channel at a new branch
|
|
837
837
|
```
|
|
838
838
|
|
|
839
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
839
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
840
840
|
|
|
841
841
|
## `eas channel:list`
|
|
842
842
|
|
|
@@ -856,7 +856,7 @@ DESCRIPTION
|
|
|
856
856
|
list all channels
|
|
857
857
|
```
|
|
858
858
|
|
|
859
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
859
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/channel/list.ts)_
|
|
860
860
|
|
|
861
861
|
## `eas channel:pause [NAME]`
|
|
862
862
|
|
|
@@ -878,7 +878,7 @@ DESCRIPTION
|
|
|
878
878
|
pause a channel to stop it from sending updates
|
|
879
879
|
```
|
|
880
880
|
|
|
881
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
881
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
882
882
|
|
|
883
883
|
## `eas channel:resume [NAME]`
|
|
884
884
|
|
|
@@ -900,7 +900,7 @@ DESCRIPTION
|
|
|
900
900
|
resume a channel to start sending updates
|
|
901
901
|
```
|
|
902
902
|
|
|
903
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
903
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
904
904
|
|
|
905
905
|
## `eas channel:rollout [CHANNEL]`
|
|
906
906
|
|
|
@@ -933,7 +933,7 @@ DESCRIPTION
|
|
|
933
933
|
Roll a new branch out on a channel incrementally.
|
|
934
934
|
```
|
|
935
935
|
|
|
936
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
936
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
937
937
|
|
|
938
938
|
## `eas channel:view [NAME]`
|
|
939
939
|
|
|
@@ -956,7 +956,7 @@ DESCRIPTION
|
|
|
956
956
|
view a channel
|
|
957
957
|
```
|
|
958
958
|
|
|
959
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
959
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/channel/view.ts)_
|
|
960
960
|
|
|
961
961
|
## `eas config`
|
|
962
962
|
|
|
@@ -977,7 +977,7 @@ DESCRIPTION
|
|
|
977
977
|
display project configuration (app.json + eas.json)
|
|
978
978
|
```
|
|
979
979
|
|
|
980
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
980
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/config.ts)_
|
|
981
981
|
|
|
982
982
|
## `eas credentials`
|
|
983
983
|
|
|
@@ -994,7 +994,7 @@ DESCRIPTION
|
|
|
994
994
|
manage credentials
|
|
995
995
|
```
|
|
996
996
|
|
|
997
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
997
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
998
998
|
|
|
999
999
|
## `eas credentials:configure-build`
|
|
1000
1000
|
|
|
@@ -1012,7 +1012,7 @@ DESCRIPTION
|
|
|
1012
1012
|
Set up credentials for building your project.
|
|
1013
1013
|
```
|
|
1014
1014
|
|
|
1015
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1015
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
1016
1016
|
|
|
1017
1017
|
## `eas deploy [options]`
|
|
1018
1018
|
|
|
@@ -1040,7 +1040,7 @@ ALIASES
|
|
|
1040
1040
|
$ eas worker:deploy
|
|
1041
1041
|
```
|
|
1042
1042
|
|
|
1043
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1043
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
1044
1044
|
|
|
1045
1045
|
## `eas deploy:alias`
|
|
1046
1046
|
|
|
@@ -1065,7 +1065,7 @@ ALIASES
|
|
|
1065
1065
|
$ eas deploy:promote
|
|
1066
1066
|
```
|
|
1067
1067
|
|
|
1068
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1068
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/deploy/alias/index.ts)_
|
|
1069
1069
|
|
|
1070
1070
|
## `eas deploy:alias:delete [ALIAS_NAME]`
|
|
1071
1071
|
|
|
@@ -1086,7 +1086,7 @@ ALIASES
|
|
|
1086
1086
|
$ eas worker:alias:delete
|
|
1087
1087
|
```
|
|
1088
1088
|
|
|
1089
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1089
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
|
|
1090
1090
|
|
|
1091
1091
|
## `eas deploy:delete [DEPLOYMENT_ID]`
|
|
1092
1092
|
|
|
@@ -1107,7 +1107,7 @@ ALIASES
|
|
|
1107
1107
|
$ eas worker:delete
|
|
1108
1108
|
```
|
|
1109
1109
|
|
|
1110
|
-
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1110
|
+
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/deploy/delete.ts)_
|
|
1111
1111
|
|
|
1112
1112
|
## `eas deploy:promote`
|
|
1113
1113
|
|
|
@@ -1144,7 +1144,7 @@ DESCRIPTION
|
|
|
1144
1144
|
register new Apple Devices to use for internal distribution
|
|
1145
1145
|
```
|
|
1146
1146
|
|
|
1147
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1147
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/device/create.ts)_
|
|
1148
1148
|
|
|
1149
1149
|
## `eas device:delete`
|
|
1150
1150
|
|
|
@@ -1164,7 +1164,7 @@ DESCRIPTION
|
|
|
1164
1164
|
remove a registered device from your account
|
|
1165
1165
|
```
|
|
1166
1166
|
|
|
1167
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1167
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1168
1168
|
|
|
1169
1169
|
## `eas device:list`
|
|
1170
1170
|
|
|
@@ -1185,7 +1185,7 @@ DESCRIPTION
|
|
|
1185
1185
|
list all registered devices for your account
|
|
1186
1186
|
```
|
|
1187
1187
|
|
|
1188
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1188
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/device/list.ts)_
|
|
1189
1189
|
|
|
1190
1190
|
## `eas device:rename`
|
|
1191
1191
|
|
|
@@ -1206,7 +1206,7 @@ DESCRIPTION
|
|
|
1206
1206
|
rename a registered device
|
|
1207
1207
|
```
|
|
1208
1208
|
|
|
1209
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1209
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1210
1210
|
|
|
1211
1211
|
## `eas device:view [UDID]`
|
|
1212
1212
|
|
|
@@ -1220,7 +1220,7 @@ DESCRIPTION
|
|
|
1220
1220
|
view a device for your project
|
|
1221
1221
|
```
|
|
1222
1222
|
|
|
1223
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1223
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/device/view.ts)_
|
|
1224
1224
|
|
|
1225
1225
|
## `eas diagnostics`
|
|
1226
1226
|
|
|
@@ -1234,7 +1234,7 @@ DESCRIPTION
|
|
|
1234
1234
|
display environment info
|
|
1235
1235
|
```
|
|
1236
1236
|
|
|
1237
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1237
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1238
1238
|
|
|
1239
1239
|
## `eas env:create [ENVIRONMENT]`
|
|
1240
1240
|
|
|
@@ -1264,7 +1264,7 @@ DESCRIPTION
|
|
|
1264
1264
|
create an environment variable for the current project or account
|
|
1265
1265
|
```
|
|
1266
1266
|
|
|
1267
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1267
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/env/create.ts)_
|
|
1268
1268
|
|
|
1269
1269
|
## `eas env:delete [ENVIRONMENT]`
|
|
1270
1270
|
|
|
@@ -1289,7 +1289,7 @@ DESCRIPTION
|
|
|
1289
1289
|
delete an environment variable for the current project or account
|
|
1290
1290
|
```
|
|
1291
1291
|
|
|
1292
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1292
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1293
1293
|
|
|
1294
1294
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1295
1295
|
|
|
@@ -1311,7 +1311,7 @@ DESCRIPTION
|
|
|
1311
1311
|
execute a command with environment variables from the selected environment
|
|
1312
1312
|
```
|
|
1313
1313
|
|
|
1314
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1314
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1315
1315
|
|
|
1316
1316
|
## `eas env:get [ENVIRONMENT]`
|
|
1317
1317
|
|
|
@@ -1336,7 +1336,7 @@ DESCRIPTION
|
|
|
1336
1336
|
view an environment variable for the current project or account
|
|
1337
1337
|
```
|
|
1338
1338
|
|
|
1339
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1339
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/env/get.ts)_
|
|
1340
1340
|
|
|
1341
1341
|
## `eas env:list [ENVIRONMENT]`
|
|
1342
1342
|
|
|
@@ -1362,7 +1362,7 @@ DESCRIPTION
|
|
|
1362
1362
|
list environment variables for the current project or account
|
|
1363
1363
|
```
|
|
1364
1364
|
|
|
1365
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1365
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/env/list.ts)_
|
|
1366
1366
|
|
|
1367
1367
|
## `eas env:pull [ENVIRONMENT]`
|
|
1368
1368
|
|
|
@@ -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.0.
|
|
1387
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.0.3/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.0.
|
|
1409
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/env/push.ts)_
|
|
1410
1410
|
|
|
1411
1411
|
## `eas env:update [ENVIRONMENT]`
|
|
1412
1412
|
|
|
@@ -1438,7 +1438,7 @@ DESCRIPTION
|
|
|
1438
1438
|
update an environment variable on the current project or account
|
|
1439
1439
|
```
|
|
1440
1440
|
|
|
1441
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1441
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/env/update.ts)_
|
|
1442
1442
|
|
|
1443
1443
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1444
1444
|
|
|
@@ -1482,7 +1482,7 @@ EXAMPLES
|
|
|
1482
1482
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1483
1483
|
```
|
|
1484
1484
|
|
|
1485
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1485
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1486
1486
|
|
|
1487
1487
|
## `eas fingerprint:generate`
|
|
1488
1488
|
|
|
@@ -1512,7 +1512,7 @@ EXAMPLES
|
|
|
1512
1512
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1513
1513
|
```
|
|
1514
1514
|
|
|
1515
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1515
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1516
1516
|
|
|
1517
1517
|
## `eas help [COMMAND]`
|
|
1518
1518
|
|
|
@@ -1621,7 +1621,7 @@ DESCRIPTION
|
|
|
1621
1621
|
validate the local store configuration
|
|
1622
1622
|
```
|
|
1623
1623
|
|
|
1624
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1624
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1625
1625
|
|
|
1626
1626
|
## `eas metadata:pull`
|
|
1627
1627
|
|
|
@@ -1638,7 +1638,7 @@ DESCRIPTION
|
|
|
1638
1638
|
generate the local store configuration from the app stores
|
|
1639
1639
|
```
|
|
1640
1640
|
|
|
1641
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1641
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1642
1642
|
|
|
1643
1643
|
## `eas metadata:push`
|
|
1644
1644
|
|
|
@@ -1655,7 +1655,7 @@ DESCRIPTION
|
|
|
1655
1655
|
sync the local store configuration to the app stores
|
|
1656
1656
|
```
|
|
1657
1657
|
|
|
1658
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1658
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1659
1659
|
|
|
1660
1660
|
## `eas new [PATH]`
|
|
1661
1661
|
|
|
@@ -1706,7 +1706,7 @@ DESCRIPTION
|
|
|
1706
1706
|
open the project page in a web browser
|
|
1707
1707
|
```
|
|
1708
1708
|
|
|
1709
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1709
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/open.ts)_
|
|
1710
1710
|
|
|
1711
1711
|
## `eas project:info`
|
|
1712
1712
|
|
|
@@ -1720,7 +1720,7 @@ DESCRIPTION
|
|
|
1720
1720
|
information about the current project
|
|
1721
1721
|
```
|
|
1722
1722
|
|
|
1723
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1723
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/project/info.ts)_
|
|
1724
1724
|
|
|
1725
1725
|
## `eas project:init`
|
|
1726
1726
|
|
|
@@ -1743,7 +1743,7 @@ ALIASES
|
|
|
1743
1743
|
$ eas init
|
|
1744
1744
|
```
|
|
1745
1745
|
|
|
1746
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1746
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/project/init.ts)_
|
|
1747
1747
|
|
|
1748
1748
|
## `eas project:new [PATH]`
|
|
1749
1749
|
|
|
@@ -1766,7 +1766,7 @@ ALIASES
|
|
|
1766
1766
|
$ eas new
|
|
1767
1767
|
```
|
|
1768
1768
|
|
|
1769
|
-
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1769
|
+
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/project/new.ts)_
|
|
1770
1770
|
|
|
1771
1771
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1772
1772
|
|
|
@@ -1784,7 +1784,7 @@ ALIASES
|
|
|
1784
1784
|
$ eas onboarding
|
|
1785
1785
|
```
|
|
1786
1786
|
|
|
1787
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1787
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1788
1788
|
|
|
1789
1789
|
## `eas submit`
|
|
1790
1790
|
|
|
@@ -1819,7 +1819,7 @@ ALIASES
|
|
|
1819
1819
|
$ eas build:submit
|
|
1820
1820
|
```
|
|
1821
1821
|
|
|
1822
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1822
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/submit.ts)_
|
|
1823
1823
|
|
|
1824
1824
|
## `eas update`
|
|
1825
1825
|
|
|
@@ -1859,7 +1859,7 @@ DESCRIPTION
|
|
|
1859
1859
|
publish an update group
|
|
1860
1860
|
```
|
|
1861
1861
|
|
|
1862
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1862
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/update/index.ts)_
|
|
1863
1863
|
|
|
1864
1864
|
## `eas update:configure`
|
|
1865
1865
|
|
|
@@ -1879,7 +1879,7 @@ DESCRIPTION
|
|
|
1879
1879
|
configure the project to support EAS Update
|
|
1880
1880
|
```
|
|
1881
1881
|
|
|
1882
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1882
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1883
1883
|
|
|
1884
1884
|
## `eas update:delete GROUPID`
|
|
1885
1885
|
|
|
@@ -1900,7 +1900,7 @@ DESCRIPTION
|
|
|
1900
1900
|
delete all the updates in an update group
|
|
1901
1901
|
```
|
|
1902
1902
|
|
|
1903
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1903
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1904
1904
|
|
|
1905
1905
|
## `eas update:edit [GROUPID]`
|
|
1906
1906
|
|
|
@@ -1924,7 +1924,7 @@ DESCRIPTION
|
|
|
1924
1924
|
edit all the updates in an update group
|
|
1925
1925
|
```
|
|
1926
1926
|
|
|
1927
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1927
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1928
1928
|
|
|
1929
1929
|
## `eas update:list`
|
|
1930
1930
|
|
|
@@ -1949,7 +1949,7 @@ DESCRIPTION
|
|
|
1949
1949
|
view the recent updates
|
|
1950
1950
|
```
|
|
1951
1951
|
|
|
1952
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1952
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/update/list.ts)_
|
|
1953
1953
|
|
|
1954
1954
|
## `eas update:republish`
|
|
1955
1955
|
|
|
@@ -1985,7 +1985,7 @@ DESCRIPTION
|
|
|
1985
1985
|
roll back to an existing update
|
|
1986
1986
|
```
|
|
1987
1987
|
|
|
1988
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
1988
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1989
1989
|
|
|
1990
1990
|
## `eas update:revert-update-rollout`
|
|
1991
1991
|
|
|
@@ -2012,7 +2012,7 @@ DESCRIPTION
|
|
|
2012
2012
|
revert a rollout update for a project
|
|
2013
2013
|
```
|
|
2014
2014
|
|
|
2015
|
-
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2015
|
+
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
|
|
2016
2016
|
|
|
2017
2017
|
## `eas update:roll-back-to-embedded`
|
|
2018
2018
|
|
|
@@ -2040,7 +2040,7 @@ DESCRIPTION
|
|
|
2040
2040
|
roll back to the embedded update
|
|
2041
2041
|
```
|
|
2042
2042
|
|
|
2043
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2043
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
2044
2044
|
|
|
2045
2045
|
## `eas update:rollback`
|
|
2046
2046
|
|
|
@@ -2061,7 +2061,7 @@ DESCRIPTION
|
|
|
2061
2061
|
instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
|
|
2062
2062
|
```
|
|
2063
2063
|
|
|
2064
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2064
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
2065
2065
|
|
|
2066
2066
|
## `eas update:view GROUPID`
|
|
2067
2067
|
|
|
@@ -2081,7 +2081,7 @@ DESCRIPTION
|
|
|
2081
2081
|
update group details
|
|
2082
2082
|
```
|
|
2083
2083
|
|
|
2084
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2084
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/update/view.ts)_
|
|
2085
2085
|
|
|
2086
2086
|
## `eas upload`
|
|
2087
2087
|
|
|
@@ -2102,7 +2102,7 @@ DESCRIPTION
|
|
|
2102
2102
|
upload a local build and generate a sharable link
|
|
2103
2103
|
```
|
|
2104
2104
|
|
|
2105
|
-
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2105
|
+
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/upload.ts)_
|
|
2106
2106
|
|
|
2107
2107
|
## `eas webhook:create`
|
|
2108
2108
|
|
|
@@ -2123,7 +2123,7 @@ DESCRIPTION
|
|
|
2123
2123
|
create a webhook
|
|
2124
2124
|
```
|
|
2125
2125
|
|
|
2126
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2126
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
2127
2127
|
|
|
2128
2128
|
## `eas webhook:delete [ID]`
|
|
2129
2129
|
|
|
@@ -2143,7 +2143,7 @@ DESCRIPTION
|
|
|
2143
2143
|
delete a webhook
|
|
2144
2144
|
```
|
|
2145
2145
|
|
|
2146
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2146
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
2147
2147
|
|
|
2148
2148
|
## `eas webhook:list`
|
|
2149
2149
|
|
|
@@ -2161,7 +2161,7 @@ DESCRIPTION
|
|
|
2161
2161
|
list webhooks
|
|
2162
2162
|
```
|
|
2163
2163
|
|
|
2164
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2164
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
2165
2165
|
|
|
2166
2166
|
## `eas webhook:update`
|
|
2167
2167
|
|
|
@@ -2183,7 +2183,7 @@ DESCRIPTION
|
|
|
2183
2183
|
update a webhook
|
|
2184
2184
|
```
|
|
2185
2185
|
|
|
2186
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2186
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
2187
2187
|
|
|
2188
2188
|
## `eas webhook:view ID`
|
|
2189
2189
|
|
|
@@ -2200,7 +2200,7 @@ DESCRIPTION
|
|
|
2200
2200
|
view a webhook
|
|
2201
2201
|
```
|
|
2202
2202
|
|
|
2203
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2203
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2204
2204
|
|
|
2205
2205
|
## `eas whoami`
|
|
2206
2206
|
|
|
@@ -2320,7 +2320,7 @@ DESCRIPTION
|
|
|
2320
2320
|
to cancel.
|
|
2321
2321
|
```
|
|
2322
2322
|
|
|
2323
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2323
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2324
2324
|
|
|
2325
2325
|
## `eas workflow:create [NAME]`
|
|
2326
2326
|
|
|
@@ -2340,7 +2340,7 @@ DESCRIPTION
|
|
|
2340
2340
|
create a new workflow configuration YAML file
|
|
2341
2341
|
```
|
|
2342
2342
|
|
|
2343
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2343
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2344
2344
|
|
|
2345
2345
|
## `eas workflow:logs [ID]`
|
|
2346
2346
|
|
|
@@ -2364,7 +2364,7 @@ DESCRIPTION
|
|
|
2364
2364
|
If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
|
|
2365
2365
|
```
|
|
2366
2366
|
|
|
2367
|
-
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2367
|
+
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/workflow/logs.ts)_
|
|
2368
2368
|
|
|
2369
2369
|
## `eas workflow:run [FILE]`
|
|
2370
2370
|
|
|
@@ -2404,7 +2404,7 @@ FLAG DESCRIPTIONS
|
|
|
2404
2404
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2405
2405
|
```
|
|
2406
2406
|
|
|
2407
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2407
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2408
2408
|
|
|
2409
2409
|
## `eas workflow:runs`
|
|
2410
2410
|
|
|
@@ -2429,7 +2429,7 @@ DESCRIPTION
|
|
|
2429
2429
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2430
2430
|
```
|
|
2431
2431
|
|
|
2432
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2432
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2433
2433
|
|
|
2434
2434
|
## `eas workflow:status [WORKFLOW_RUN_ID]`
|
|
2435
2435
|
|
|
@@ -2457,7 +2457,7 @@ FLAG DESCRIPTIONS
|
|
|
2457
2457
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2458
2458
|
```
|
|
2459
2459
|
|
|
2460
|
-
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2460
|
+
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/workflow/status.ts)_
|
|
2461
2461
|
|
|
2462
2462
|
## `eas workflow:validate PATH`
|
|
2463
2463
|
|
|
@@ -2477,7 +2477,7 @@ DESCRIPTION
|
|
|
2477
2477
|
validate a workflow configuration yaml file
|
|
2478
2478
|
```
|
|
2479
2479
|
|
|
2480
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2480
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2481
2481
|
|
|
2482
2482
|
## `eas workflow:view [ID]`
|
|
2483
2483
|
|
|
@@ -2499,5 +2499,5 @@ DESCRIPTION
|
|
|
2499
2499
|
workflow runs for the current project.
|
|
2500
2500
|
```
|
|
2501
2501
|
|
|
2502
|
-
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.0.
|
|
2502
|
+
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.0.3/packages/eas-cli/src/commands/workflow/view.ts)_
|
|
2503
2503
|
<!-- commandsstop -->
|
|
@@ -4,20 +4,65 @@ exports.getSessionUsingBrowserAuthFlowAsync = getSessionUsingBrowserAuthFlowAsyn
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const assert_1 = tslib_1.__importDefault(require("assert"));
|
|
6
6
|
const better_opn_1 = tslib_1.__importDefault(require("better-opn"));
|
|
7
|
+
const crypto_1 = tslib_1.__importDefault(require("crypto"));
|
|
7
8
|
const http_1 = tslib_1.__importDefault(require("http"));
|
|
8
|
-
const querystring_1 = tslib_1.__importDefault(require("querystring"));
|
|
9
9
|
const api_1 = require("../api");
|
|
10
|
+
const fetch_1 = tslib_1.__importDefault(require("../fetch"));
|
|
10
11
|
const log_1 = tslib_1.__importDefault(require("../log"));
|
|
12
|
+
const CLIENT_ID = 'eas-cli';
|
|
13
|
+
function generateCodeVerifier() {
|
|
14
|
+
return crypto_1.default.randomBytes(32).toString('base64url');
|
|
15
|
+
}
|
|
16
|
+
function generateCodeChallenge(codeVerifier) {
|
|
17
|
+
return crypto_1.default.createHash('sha256').update(codeVerifier).digest('base64url');
|
|
18
|
+
}
|
|
19
|
+
function generateState() {
|
|
20
|
+
return crypto_1.default.randomBytes(32).toString('base64url');
|
|
21
|
+
}
|
|
22
|
+
async function exchangeCodeForSessionSecretAsync({ code, codeVerifier, redirectUri, }) {
|
|
23
|
+
const tokenUrl = `${(0, api_1.getExpoApiBaseUrl)()}/v2/auth/token`;
|
|
24
|
+
const response = await (0, fetch_1.default)(tokenUrl, {
|
|
25
|
+
method: 'POST',
|
|
26
|
+
headers: {
|
|
27
|
+
'Content-Type': 'application/json',
|
|
28
|
+
},
|
|
29
|
+
body: JSON.stringify({
|
|
30
|
+
grant_type: 'authorization_code',
|
|
31
|
+
code,
|
|
32
|
+
redirect_uri: redirectUri,
|
|
33
|
+
code_verifier: codeVerifier,
|
|
34
|
+
client_id: CLIENT_ID,
|
|
35
|
+
}),
|
|
36
|
+
});
|
|
37
|
+
const result = await response.json();
|
|
38
|
+
const sessionSecret = result?.data?.session_secret;
|
|
39
|
+
if (!sessionSecret) {
|
|
40
|
+
throw new Error('Failed to obtain session secret from token exchange.');
|
|
41
|
+
}
|
|
42
|
+
return sessionSecret;
|
|
43
|
+
}
|
|
11
44
|
async function getSessionUsingBrowserAuthFlowAsync({ sso = false }) {
|
|
12
45
|
const scheme = 'http';
|
|
13
46
|
const hostname = 'localhost';
|
|
14
|
-
const
|
|
47
|
+
const callbackPath = '/auth/callback';
|
|
15
48
|
const expoWebsiteUrl = (0, api_1.getExpoWebsiteBaseUrl)();
|
|
49
|
+
const codeVerifier = generateCodeVerifier();
|
|
50
|
+
const codeChallenge = generateCodeChallenge(codeVerifier);
|
|
51
|
+
const state = generateState();
|
|
52
|
+
const buildRedirectUri = (port) => `${scheme}://${hostname}:${port}${callbackPath}`;
|
|
16
53
|
const buildExpoLoginUrl = (port, sso) => {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
54
|
+
// Note: we avoid URLSearchParams here because better-opn calls encodeURI()
|
|
55
|
+
// on the URL before passing it to AppleScript, which would double-encode
|
|
56
|
+
// the percent-encoded values from URLSearchParams.toString().
|
|
57
|
+
const params = [
|
|
58
|
+
`client_id=${CLIENT_ID}`,
|
|
59
|
+
`redirect_uri=${buildRedirectUri(port)}`,
|
|
60
|
+
`response_type=code`,
|
|
61
|
+
`code_challenge=${codeChallenge}`,
|
|
62
|
+
`code_challenge_method=S256`,
|
|
63
|
+
`state=${state}`,
|
|
64
|
+
`confirm_account=true`,
|
|
65
|
+
].join('&');
|
|
21
66
|
return `${expoWebsiteUrl}${sso ? '/sso-login' : '/login'}?${params}`;
|
|
22
67
|
};
|
|
23
68
|
// Start server and begin auth flow
|
|
@@ -34,22 +79,34 @@ async function getSessionUsingBrowserAuthFlowAsync({ sso = false }) {
|
|
|
34
79
|
connection.destroy();
|
|
35
80
|
}
|
|
36
81
|
};
|
|
37
|
-
|
|
82
|
+
const handleRequestAsync = async () => {
|
|
38
83
|
if (!(request.method === 'GET' && request.url?.includes('/auth/callback'))) {
|
|
39
84
|
throw new Error('Unexpected login response.');
|
|
40
85
|
}
|
|
41
86
|
const url = new URL(request.url, `http:${request.headers.host}`);
|
|
42
|
-
const
|
|
43
|
-
|
|
44
|
-
|
|
87
|
+
const code = url.searchParams.get('code');
|
|
88
|
+
const returnedState = url.searchParams.get('state');
|
|
89
|
+
if (!code) {
|
|
90
|
+
throw new Error('Request missing code search parameter.');
|
|
91
|
+
}
|
|
92
|
+
if (returnedState !== state) {
|
|
93
|
+
throw new Error('State mismatch. Possible CSRF attack.');
|
|
45
94
|
}
|
|
95
|
+
const address = server.address();
|
|
96
|
+
(0, assert_1.default)(address !== null && typeof address === 'object');
|
|
97
|
+
const redirectUri = buildRedirectUri(address.port);
|
|
98
|
+
const sessionSecret = await exchangeCodeForSessionSecretAsync({
|
|
99
|
+
code,
|
|
100
|
+
codeVerifier,
|
|
101
|
+
redirectUri,
|
|
102
|
+
});
|
|
46
103
|
resolve(sessionSecret);
|
|
47
104
|
redirectAndCleanup('success');
|
|
48
|
-
}
|
|
49
|
-
catch
|
|
105
|
+
};
|
|
106
|
+
handleRequestAsync().catch(error => {
|
|
50
107
|
redirectAndCleanup('error');
|
|
51
108
|
reject(error);
|
|
52
|
-
}
|
|
109
|
+
});
|
|
53
110
|
});
|
|
54
111
|
server.listen(0, hostname, () => {
|
|
55
112
|
log_1.default.log('Waiting for browser login...');
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
|
-
"version": "18.0.
|
|
3
|
+
"version": "18.0.3",
|
|
4
4
|
"description": "EAS command line tool",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"typecheck": "tsc",
|
|
37
37
|
"typecheck-for-build": "tsc --project tsconfig.build.json",
|
|
38
38
|
"test": "jest",
|
|
39
|
-
"version": "yarn oclif readme && node scripts/patch-readme && git add README.md",
|
|
39
|
+
"version": "yarn run -T oclif readme && node scripts/patch-readme && git add README.md",
|
|
40
40
|
"generate-graphql-code": "graphql-codegen --config graphql-codegen.yml",
|
|
41
41
|
"verify-graphql-code": "./scripts/verify-graphql.sh",
|
|
42
42
|
"clean": "rimraf dist build tmp node_modules yarn-error.log *.tsbuildinfo",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"@expo/code-signing-certificates": "0.0.5",
|
|
48
48
|
"@expo/config": "10.0.6",
|
|
49
49
|
"@expo/config-plugins": "9.0.12",
|
|
50
|
-
"@expo/eas-build-job": "18.0.
|
|
51
|
-
"@expo/eas-json": "18.0.
|
|
50
|
+
"@expo/eas-build-job": "18.0.2",
|
|
51
|
+
"@expo/eas-json": "18.0.2",
|
|
52
52
|
"@expo/env": "^1.0.0",
|
|
53
53
|
"@expo/json-file": "8.3.3",
|
|
54
54
|
"@expo/logger": "18.0.1",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@expo/results": "1.0.0",
|
|
64
64
|
"@expo/rudder-sdk-node": "1.1.1",
|
|
65
65
|
"@expo/spawn-async": "1.7.2",
|
|
66
|
-
"@expo/steps": "18.0.
|
|
66
|
+
"@expo/steps": "18.0.2",
|
|
67
67
|
"@expo/timeago.js": "1.0.0",
|
|
68
68
|
"@oclif/core": "^1.26.2",
|
|
69
69
|
"@oclif/plugin-autocomplete": "^2.3.10",
|
|
@@ -158,6 +158,7 @@
|
|
|
158
158
|
"axios": "1.11.0",
|
|
159
159
|
"eslint-plugin-graphql": "4.0.0",
|
|
160
160
|
"express": "4.20.0",
|
|
161
|
+
"jest": "29.7.0",
|
|
161
162
|
"memfs": "3.4.13",
|
|
162
163
|
"mockdate": "3.0.5",
|
|
163
164
|
"nock": "13.4.0",
|
|
@@ -242,5 +243,5 @@
|
|
|
242
243
|
"engines": {
|
|
243
244
|
"node": ">=20.0.0"
|
|
244
245
|
},
|
|
245
|
-
"gitHead": "
|
|
246
|
+
"gitHead": "d5da4f416791938a7c1ffdaf83a7c644e7aa6261"
|
|
246
247
|
}
|