eas-cli 16.6.1 → 16.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +76 -76
- package/build/build/android/prepareJob.js +1 -1
- package/build/build/ios/prepareJob.js +1 -1
- package/build/build/metadata.js +1 -1
- package/build/commandUtils/context/contextUtils/getProjectIdAsync.js +3 -3
- package/build/project/projectUtils.d.ts +1 -1
- package/build/project/projectUtils.js +3 -7
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -162,7 +162,7 @@ ALIASES
|
|
|
162
162
|
$ eas login
|
|
163
163
|
```
|
|
164
164
|
|
|
165
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
165
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/account/login.ts)_
|
|
166
166
|
|
|
167
167
|
## `eas account:logout`
|
|
168
168
|
|
|
@@ -179,7 +179,7 @@ ALIASES
|
|
|
179
179
|
$ eas logout
|
|
180
180
|
```
|
|
181
181
|
|
|
182
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
182
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/account/logout.ts)_
|
|
183
183
|
|
|
184
184
|
## `eas account:view`
|
|
185
185
|
|
|
@@ -196,7 +196,7 @@ ALIASES
|
|
|
196
196
|
$ eas whoami
|
|
197
197
|
```
|
|
198
198
|
|
|
199
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
199
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/account/view.ts)_
|
|
200
200
|
|
|
201
201
|
## `eas analytics [STATUS]`
|
|
202
202
|
|
|
@@ -210,7 +210,7 @@ DESCRIPTION
|
|
|
210
210
|
display or change analytics settings
|
|
211
211
|
```
|
|
212
212
|
|
|
213
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
213
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/analytics.ts)_
|
|
214
214
|
|
|
215
215
|
## `eas autocomplete [SHELL]`
|
|
216
216
|
|
|
@@ -262,7 +262,7 @@ DESCRIPTION
|
|
|
262
262
|
create a branch
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
265
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/branch/create.ts)_
|
|
266
266
|
|
|
267
267
|
## `eas branch:delete [NAME]`
|
|
268
268
|
|
|
@@ -283,7 +283,7 @@ DESCRIPTION
|
|
|
283
283
|
delete a branch
|
|
284
284
|
```
|
|
285
285
|
|
|
286
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
286
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
287
287
|
|
|
288
288
|
## `eas branch:list`
|
|
289
289
|
|
|
@@ -303,7 +303,7 @@ DESCRIPTION
|
|
|
303
303
|
list all branches
|
|
304
304
|
```
|
|
305
305
|
|
|
306
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
306
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/branch/list.ts)_
|
|
307
307
|
|
|
308
308
|
## `eas branch:rename`
|
|
309
309
|
|
|
@@ -323,7 +323,7 @@ DESCRIPTION
|
|
|
323
323
|
rename a branch
|
|
324
324
|
```
|
|
325
325
|
|
|
326
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
326
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
327
327
|
|
|
328
328
|
## `eas branch:view [NAME]`
|
|
329
329
|
|
|
@@ -346,7 +346,7 @@ DESCRIPTION
|
|
|
346
346
|
view a branch
|
|
347
347
|
```
|
|
348
348
|
|
|
349
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
349
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/branch/view.ts)_
|
|
350
350
|
|
|
351
351
|
## `eas build`
|
|
352
352
|
|
|
@@ -384,7 +384,7 @@ DESCRIPTION
|
|
|
384
384
|
start a build
|
|
385
385
|
```
|
|
386
386
|
|
|
387
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
387
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/build/index.ts)_
|
|
388
388
|
|
|
389
389
|
## `eas build:cancel [BUILD_ID]`
|
|
390
390
|
|
|
@@ -403,7 +403,7 @@ DESCRIPTION
|
|
|
403
403
|
cancel a build
|
|
404
404
|
```
|
|
405
405
|
|
|
406
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
406
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
407
407
|
|
|
408
408
|
## `eas build:configure`
|
|
409
409
|
|
|
@@ -420,7 +420,7 @@ DESCRIPTION
|
|
|
420
420
|
configure the project to support EAS Build
|
|
421
421
|
```
|
|
422
422
|
|
|
423
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
423
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/build/configure.ts)_
|
|
424
424
|
|
|
425
425
|
## `eas build:delete [BUILD_ID]`
|
|
426
426
|
|
|
@@ -439,7 +439,7 @@ DESCRIPTION
|
|
|
439
439
|
delete a build
|
|
440
440
|
```
|
|
441
441
|
|
|
442
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
442
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/build/delete.ts)_
|
|
443
443
|
|
|
444
444
|
## `eas build:dev`
|
|
445
445
|
|
|
@@ -459,7 +459,7 @@ DESCRIPTION
|
|
|
459
459
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
460
460
|
```
|
|
461
461
|
|
|
462
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
462
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/build/dev.ts)_
|
|
463
463
|
|
|
464
464
|
## `eas build:download`
|
|
465
465
|
|
|
@@ -480,7 +480,7 @@ DESCRIPTION
|
|
|
480
480
|
download simulator/emulator builds for a given fingerprint hash
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
483
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/build/download.ts)_
|
|
484
484
|
|
|
485
485
|
## `eas build:inspect`
|
|
486
486
|
|
|
@@ -515,7 +515,7 @@ DESCRIPTION
|
|
|
515
515
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
516
516
|
```
|
|
517
517
|
|
|
518
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
518
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
519
519
|
|
|
520
520
|
## `eas build:list`
|
|
521
521
|
|
|
@@ -567,7 +567,7 @@ DESCRIPTION
|
|
|
567
567
|
list all builds for your project
|
|
568
568
|
```
|
|
569
569
|
|
|
570
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
570
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/build/list.ts)_
|
|
571
571
|
|
|
572
572
|
## `eas build:resign`
|
|
573
573
|
|
|
@@ -596,7 +596,7 @@ DESCRIPTION
|
|
|
596
596
|
re-sign a build archive
|
|
597
597
|
```
|
|
598
598
|
|
|
599
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
599
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/build/resign.ts)_
|
|
600
600
|
|
|
601
601
|
## `eas build:run`
|
|
602
602
|
|
|
@@ -622,7 +622,7 @@ DESCRIPTION
|
|
|
622
622
|
run simulator/emulator builds from eas-cli
|
|
623
623
|
```
|
|
624
624
|
|
|
625
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
625
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/build/run.ts)_
|
|
626
626
|
|
|
627
627
|
## `eas build:submit`
|
|
628
628
|
|
|
@@ -672,7 +672,7 @@ DESCRIPTION
|
|
|
672
672
|
get the latest version from EAS servers
|
|
673
673
|
```
|
|
674
674
|
|
|
675
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
675
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
676
676
|
|
|
677
677
|
## `eas build:version:set`
|
|
678
678
|
|
|
@@ -691,7 +691,7 @@ DESCRIPTION
|
|
|
691
691
|
update version of an app
|
|
692
692
|
```
|
|
693
693
|
|
|
694
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
694
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
695
695
|
|
|
696
696
|
## `eas build:version:sync`
|
|
697
697
|
|
|
@@ -710,7 +710,7 @@ DESCRIPTION
|
|
|
710
710
|
update a version in native code with a value stored on EAS servers
|
|
711
711
|
```
|
|
712
712
|
|
|
713
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
713
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
714
714
|
|
|
715
715
|
## `eas build:view [BUILD_ID]`
|
|
716
716
|
|
|
@@ -727,7 +727,7 @@ DESCRIPTION
|
|
|
727
727
|
view a build for your project
|
|
728
728
|
```
|
|
729
729
|
|
|
730
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
730
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/build/view.ts)_
|
|
731
731
|
|
|
732
732
|
## `eas channel:create [NAME]`
|
|
733
733
|
|
|
@@ -748,7 +748,7 @@ DESCRIPTION
|
|
|
748
748
|
create a channel
|
|
749
749
|
```
|
|
750
750
|
|
|
751
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
751
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/channel/create.ts)_
|
|
752
752
|
|
|
753
753
|
## `eas channel:edit [NAME]`
|
|
754
754
|
|
|
@@ -770,7 +770,7 @@ DESCRIPTION
|
|
|
770
770
|
point a channel at a new branch
|
|
771
771
|
```
|
|
772
772
|
|
|
773
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
773
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
774
774
|
|
|
775
775
|
## `eas channel:list`
|
|
776
776
|
|
|
@@ -790,7 +790,7 @@ DESCRIPTION
|
|
|
790
790
|
list all channels
|
|
791
791
|
```
|
|
792
792
|
|
|
793
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
793
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/channel/list.ts)_
|
|
794
794
|
|
|
795
795
|
## `eas channel:pause [NAME]`
|
|
796
796
|
|
|
@@ -812,7 +812,7 @@ DESCRIPTION
|
|
|
812
812
|
pause a channel to stop it from sending updates
|
|
813
813
|
```
|
|
814
814
|
|
|
815
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
815
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
816
816
|
|
|
817
817
|
## `eas channel:resume [NAME]`
|
|
818
818
|
|
|
@@ -834,7 +834,7 @@ DESCRIPTION
|
|
|
834
834
|
resume a channel to start sending updates
|
|
835
835
|
```
|
|
836
836
|
|
|
837
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
837
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
838
838
|
|
|
839
839
|
## `eas channel:rollout [CHANNEL]`
|
|
840
840
|
|
|
@@ -867,7 +867,7 @@ DESCRIPTION
|
|
|
867
867
|
Roll a new branch out on a channel incrementally.
|
|
868
868
|
```
|
|
869
869
|
|
|
870
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
870
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
871
871
|
|
|
872
872
|
## `eas channel:view [NAME]`
|
|
873
873
|
|
|
@@ -890,7 +890,7 @@ DESCRIPTION
|
|
|
890
890
|
view a channel
|
|
891
891
|
```
|
|
892
892
|
|
|
893
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
893
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/channel/view.ts)_
|
|
894
894
|
|
|
895
895
|
## `eas config`
|
|
896
896
|
|
|
@@ -911,7 +911,7 @@ DESCRIPTION
|
|
|
911
911
|
display project configuration (app.json + eas.json)
|
|
912
912
|
```
|
|
913
913
|
|
|
914
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
914
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/config.ts)_
|
|
915
915
|
|
|
916
916
|
## `eas credentials`
|
|
917
917
|
|
|
@@ -928,7 +928,7 @@ DESCRIPTION
|
|
|
928
928
|
manage credentials
|
|
929
929
|
```
|
|
930
930
|
|
|
931
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
931
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
932
932
|
|
|
933
933
|
## `eas credentials:configure-build`
|
|
934
934
|
|
|
@@ -946,7 +946,7 @@ DESCRIPTION
|
|
|
946
946
|
Set up credentials for building your project.
|
|
947
947
|
```
|
|
948
948
|
|
|
949
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
949
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
950
950
|
|
|
951
951
|
## `eas deploy [2m[options][22m`
|
|
952
952
|
|
|
@@ -974,7 +974,7 @@ ALIASES
|
|
|
974
974
|
$ eas worker:deploy
|
|
975
975
|
```
|
|
976
976
|
|
|
977
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
977
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
978
978
|
|
|
979
979
|
## `eas deploy:alias`
|
|
980
980
|
|
|
@@ -999,7 +999,7 @@ ALIASES
|
|
|
999
999
|
$ eas deploy:promote
|
|
1000
1000
|
```
|
|
1001
1001
|
|
|
1002
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1002
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/deploy/alias.ts)_
|
|
1003
1003
|
|
|
1004
1004
|
## `eas deploy:promote`
|
|
1005
1005
|
|
|
@@ -1036,7 +1036,7 @@ DESCRIPTION
|
|
|
1036
1036
|
register new Apple Devices to use for internal distribution
|
|
1037
1037
|
```
|
|
1038
1038
|
|
|
1039
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1039
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/device/create.ts)_
|
|
1040
1040
|
|
|
1041
1041
|
## `eas device:delete`
|
|
1042
1042
|
|
|
@@ -1056,7 +1056,7 @@ DESCRIPTION
|
|
|
1056
1056
|
remove a registered device from your account
|
|
1057
1057
|
```
|
|
1058
1058
|
|
|
1059
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1059
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1060
1060
|
|
|
1061
1061
|
## `eas device:list`
|
|
1062
1062
|
|
|
@@ -1077,7 +1077,7 @@ DESCRIPTION
|
|
|
1077
1077
|
list all registered devices for your account
|
|
1078
1078
|
```
|
|
1079
1079
|
|
|
1080
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1080
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/device/list.ts)_
|
|
1081
1081
|
|
|
1082
1082
|
## `eas device:rename`
|
|
1083
1083
|
|
|
@@ -1098,7 +1098,7 @@ DESCRIPTION
|
|
|
1098
1098
|
rename a registered device
|
|
1099
1099
|
```
|
|
1100
1100
|
|
|
1101
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1101
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1102
1102
|
|
|
1103
1103
|
## `eas device:view [UDID]`
|
|
1104
1104
|
|
|
@@ -1112,7 +1112,7 @@ DESCRIPTION
|
|
|
1112
1112
|
view a device for your project
|
|
1113
1113
|
```
|
|
1114
1114
|
|
|
1115
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1115
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/device/view.ts)_
|
|
1116
1116
|
|
|
1117
1117
|
## `eas diagnostics`
|
|
1118
1118
|
|
|
@@ -1126,7 +1126,7 @@ DESCRIPTION
|
|
|
1126
1126
|
display environment info
|
|
1127
1127
|
```
|
|
1128
1128
|
|
|
1129
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1129
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1130
1130
|
|
|
1131
1131
|
## `eas env:create [ENVIRONMENT]`
|
|
1132
1132
|
|
|
@@ -1155,7 +1155,7 @@ DESCRIPTION
|
|
|
1155
1155
|
create an environment variable for the current project or account
|
|
1156
1156
|
```
|
|
1157
1157
|
|
|
1158
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1158
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/env/create.ts)_
|
|
1159
1159
|
|
|
1160
1160
|
## `eas env:delete [ENVIRONMENT]`
|
|
1161
1161
|
|
|
@@ -1179,7 +1179,7 @@ DESCRIPTION
|
|
|
1179
1179
|
delete an environment variable for the current project or account
|
|
1180
1180
|
```
|
|
1181
1181
|
|
|
1182
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1182
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1183
1183
|
|
|
1184
1184
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1185
1185
|
|
|
@@ -1200,7 +1200,7 @@ DESCRIPTION
|
|
|
1200
1200
|
execute a command with environment variables from the selected environment
|
|
1201
1201
|
```
|
|
1202
1202
|
|
|
1203
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1203
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1204
1204
|
|
|
1205
1205
|
## `eas env:get [ENVIRONMENT]`
|
|
1206
1206
|
|
|
@@ -1225,7 +1225,7 @@ DESCRIPTION
|
|
|
1225
1225
|
view an environment variable for the current project or account
|
|
1226
1226
|
```
|
|
1227
1227
|
|
|
1228
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1228
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/env/get.ts)_
|
|
1229
1229
|
|
|
1230
1230
|
## `eas env:list [ENVIRONMENT]`
|
|
1231
1231
|
|
|
@@ -1250,7 +1250,7 @@ DESCRIPTION
|
|
|
1250
1250
|
list environment variables for the current project or account
|
|
1251
1251
|
```
|
|
1252
1252
|
|
|
1253
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1253
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/env/list.ts)_
|
|
1254
1254
|
|
|
1255
1255
|
## `eas env:pull [ENVIRONMENT]`
|
|
1256
1256
|
|
|
@@ -1273,7 +1273,7 @@ DESCRIPTION
|
|
|
1273
1273
|
pull environment variables for the selected environment to .env file
|
|
1274
1274
|
```
|
|
1275
1275
|
|
|
1276
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1276
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1277
1277
|
|
|
1278
1278
|
## `eas env:push [ENVIRONMENT]`
|
|
1279
1279
|
|
|
@@ -1294,7 +1294,7 @@ DESCRIPTION
|
|
|
1294
1294
|
push environment variables from .env file to the selected environment
|
|
1295
1295
|
```
|
|
1296
1296
|
|
|
1297
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1297
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/env/push.ts)_
|
|
1298
1298
|
|
|
1299
1299
|
## `eas env:update [ENVIRONMENT]`
|
|
1300
1300
|
|
|
@@ -1325,7 +1325,7 @@ DESCRIPTION
|
|
|
1325
1325
|
update an environment variable on the current project or account
|
|
1326
1326
|
```
|
|
1327
1327
|
|
|
1328
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1328
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/env/update.ts)_
|
|
1329
1329
|
|
|
1330
1330
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1331
1331
|
|
|
@@ -1370,7 +1370,7 @@ EXAMPLES
|
|
|
1370
1370
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1371
1371
|
```
|
|
1372
1372
|
|
|
1373
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1373
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1374
1374
|
|
|
1375
1375
|
## `eas fingerprint:generate`
|
|
1376
1376
|
|
|
@@ -1401,7 +1401,7 @@ EXAMPLES
|
|
|
1401
1401
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1402
1402
|
```
|
|
1403
1403
|
|
|
1404
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1404
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1405
1405
|
|
|
1406
1406
|
## `eas help [COMMAND]`
|
|
1407
1407
|
|
|
@@ -1509,7 +1509,7 @@ DESCRIPTION
|
|
|
1509
1509
|
validate the local store configuration
|
|
1510
1510
|
```
|
|
1511
1511
|
|
|
1512
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1512
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1513
1513
|
|
|
1514
1514
|
## `eas metadata:pull`
|
|
1515
1515
|
|
|
@@ -1526,7 +1526,7 @@ DESCRIPTION
|
|
|
1526
1526
|
generate the local store configuration from the app stores
|
|
1527
1527
|
```
|
|
1528
1528
|
|
|
1529
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1529
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1530
1530
|
|
|
1531
1531
|
## `eas metadata:push`
|
|
1532
1532
|
|
|
@@ -1543,7 +1543,7 @@ DESCRIPTION
|
|
|
1543
1543
|
sync the local store configuration to the app stores
|
|
1544
1544
|
```
|
|
1545
1545
|
|
|
1546
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1546
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1547
1547
|
|
|
1548
1548
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1549
1549
|
|
|
@@ -1573,7 +1573,7 @@ DESCRIPTION
|
|
|
1573
1573
|
open the project page in a web browser
|
|
1574
1574
|
```
|
|
1575
1575
|
|
|
1576
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1576
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/open.ts)_
|
|
1577
1577
|
|
|
1578
1578
|
## `eas project:info`
|
|
1579
1579
|
|
|
@@ -1587,7 +1587,7 @@ DESCRIPTION
|
|
|
1587
1587
|
information about the current project
|
|
1588
1588
|
```
|
|
1589
1589
|
|
|
1590
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1590
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/project/info.ts)_
|
|
1591
1591
|
|
|
1592
1592
|
## `eas project:init`
|
|
1593
1593
|
|
|
@@ -1610,7 +1610,7 @@ ALIASES
|
|
|
1610
1610
|
$ eas init
|
|
1611
1611
|
```
|
|
1612
1612
|
|
|
1613
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1613
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/project/init.ts)_
|
|
1614
1614
|
|
|
1615
1615
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1616
1616
|
|
|
@@ -1628,7 +1628,7 @@ ALIASES
|
|
|
1628
1628
|
$ eas onboarding
|
|
1629
1629
|
```
|
|
1630
1630
|
|
|
1631
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1631
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1632
1632
|
|
|
1633
1633
|
## `eas submit`
|
|
1634
1634
|
|
|
@@ -1659,7 +1659,7 @@ ALIASES
|
|
|
1659
1659
|
$ eas build:submit
|
|
1660
1660
|
```
|
|
1661
1661
|
|
|
1662
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1662
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/submit.ts)_
|
|
1663
1663
|
|
|
1664
1664
|
## `eas update`
|
|
1665
1665
|
|
|
@@ -1701,7 +1701,7 @@ DESCRIPTION
|
|
|
1701
1701
|
publish an update group
|
|
1702
1702
|
```
|
|
1703
1703
|
|
|
1704
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1704
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/update/index.ts)_
|
|
1705
1705
|
|
|
1706
1706
|
## `eas update:configure`
|
|
1707
1707
|
|
|
@@ -1721,7 +1721,7 @@ DESCRIPTION
|
|
|
1721
1721
|
configure the project to support EAS Update
|
|
1722
1722
|
```
|
|
1723
1723
|
|
|
1724
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1724
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1725
1725
|
|
|
1726
1726
|
## `eas update:delete GROUPID`
|
|
1727
1727
|
|
|
@@ -1742,7 +1742,7 @@ DESCRIPTION
|
|
|
1742
1742
|
delete all the updates in an update group
|
|
1743
1743
|
```
|
|
1744
1744
|
|
|
1745
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1745
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1746
1746
|
|
|
1747
1747
|
## `eas update:edit [GROUPID]`
|
|
1748
1748
|
|
|
@@ -1766,7 +1766,7 @@ DESCRIPTION
|
|
|
1766
1766
|
edit all the updates in an update group
|
|
1767
1767
|
```
|
|
1768
1768
|
|
|
1769
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1769
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1770
1770
|
|
|
1771
1771
|
## `eas update:list`
|
|
1772
1772
|
|
|
@@ -1788,7 +1788,7 @@ DESCRIPTION
|
|
|
1788
1788
|
view the recent updates
|
|
1789
1789
|
```
|
|
1790
1790
|
|
|
1791
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1791
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/update/list.ts)_
|
|
1792
1792
|
|
|
1793
1793
|
## `eas update:republish`
|
|
1794
1794
|
|
|
@@ -1820,7 +1820,7 @@ DESCRIPTION
|
|
|
1820
1820
|
roll back to an existing update
|
|
1821
1821
|
```
|
|
1822
1822
|
|
|
1823
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1823
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1824
1824
|
|
|
1825
1825
|
## `eas update:roll-back-to-embedded`
|
|
1826
1826
|
|
|
@@ -1848,7 +1848,7 @@ DESCRIPTION
|
|
|
1848
1848
|
roll back to the embedded update
|
|
1849
1849
|
```
|
|
1850
1850
|
|
|
1851
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1851
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1852
1852
|
|
|
1853
1853
|
## `eas update:rollback`
|
|
1854
1854
|
|
|
@@ -1868,7 +1868,7 @@ DESCRIPTION
|
|
|
1868
1868
|
roll back to an embedded update or an existing update
|
|
1869
1869
|
```
|
|
1870
1870
|
|
|
1871
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1871
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1872
1872
|
|
|
1873
1873
|
## `eas update:view GROUPID`
|
|
1874
1874
|
|
|
@@ -1888,7 +1888,7 @@ DESCRIPTION
|
|
|
1888
1888
|
update group details
|
|
1889
1889
|
```
|
|
1890
1890
|
|
|
1891
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1891
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/update/view.ts)_
|
|
1892
1892
|
|
|
1893
1893
|
## `eas webhook:create`
|
|
1894
1894
|
|
|
@@ -1909,7 +1909,7 @@ DESCRIPTION
|
|
|
1909
1909
|
create a webhook
|
|
1910
1910
|
```
|
|
1911
1911
|
|
|
1912
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1912
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1913
1913
|
|
|
1914
1914
|
## `eas webhook:delete [ID]`
|
|
1915
1915
|
|
|
@@ -1929,7 +1929,7 @@ DESCRIPTION
|
|
|
1929
1929
|
delete a webhook
|
|
1930
1930
|
```
|
|
1931
1931
|
|
|
1932
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1932
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1933
1933
|
|
|
1934
1934
|
## `eas webhook:list`
|
|
1935
1935
|
|
|
@@ -1947,7 +1947,7 @@ DESCRIPTION
|
|
|
1947
1947
|
list webhooks
|
|
1948
1948
|
```
|
|
1949
1949
|
|
|
1950
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1950
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1951
1951
|
|
|
1952
1952
|
## `eas webhook:update`
|
|
1953
1953
|
|
|
@@ -1969,7 +1969,7 @@ DESCRIPTION
|
|
|
1969
1969
|
update a webhook
|
|
1970
1970
|
```
|
|
1971
1971
|
|
|
1972
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1972
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1973
1973
|
|
|
1974
1974
|
## `eas webhook:view ID`
|
|
1975
1975
|
|
|
@@ -1986,7 +1986,7 @@ DESCRIPTION
|
|
|
1986
1986
|
view a webhook
|
|
1987
1987
|
```
|
|
1988
1988
|
|
|
1989
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
1989
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1990
1990
|
|
|
1991
1991
|
## `eas whoami`
|
|
1992
1992
|
|
|
@@ -2070,7 +2070,7 @@ DESCRIPTION
|
|
|
2070
2070
|
create a new workflow configuration YAML file
|
|
2071
2071
|
```
|
|
2072
2072
|
|
|
2073
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
2073
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2074
2074
|
|
|
2075
2075
|
## `eas workflow:run [FILE]`
|
|
2076
2076
|
|
|
@@ -2097,7 +2097,7 @@ FLAG DESCRIPTIONS
|
|
|
2097
2097
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2098
2098
|
```
|
|
2099
2099
|
|
|
2100
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
2100
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2101
2101
|
|
|
2102
2102
|
## `eas workflow:validate PATH`
|
|
2103
2103
|
|
|
@@ -2117,5 +2117,5 @@ DESCRIPTION
|
|
|
2117
2117
|
validate a workflow configuration yaml file
|
|
2118
2118
|
```
|
|
2119
2119
|
|
|
2120
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.6.
|
|
2120
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.6.2/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2121
2121
|
<!-- commandsstop -->
|
|
@@ -12,7 +12,7 @@ const cacheDefaults = {
|
|
|
12
12
|
paths: [],
|
|
13
13
|
};
|
|
14
14
|
async function prepareJobAsync(ctx, jobData) {
|
|
15
|
-
const username = (0, projectUtils_1.
|
|
15
|
+
const username = (0, projectUtils_1.getUsernameForBuildMetadataAndBuildJob)(ctx.user);
|
|
16
16
|
const buildProfile = ctx.buildProfile;
|
|
17
17
|
const projectRootDirectory = (0, slash_1.default)(path_1.default.relative(await ctx.vcsClient.getRootPathAsync(), ctx.projectDir)) || '.';
|
|
18
18
|
const { credentials } = jobData;
|
|
@@ -13,7 +13,7 @@ const cacheDefaults = {
|
|
|
13
13
|
paths: [],
|
|
14
14
|
};
|
|
15
15
|
async function prepareJobAsync(ctx, jobData) {
|
|
16
|
-
const username = (0, projectUtils_1.
|
|
16
|
+
const username = (0, projectUtils_1.getUsernameForBuildMetadataAndBuildJob)(ctx.user);
|
|
17
17
|
const buildProfile = ctx.buildProfile;
|
|
18
18
|
const projectRootDirectory = (0, slash_1.default)(path_1.default.relative(await ctx.vcsClient.getRootPathAsync(), ctx.projectDir)) || '.';
|
|
19
19
|
const buildCredentials = {};
|
package/build/build/metadata.js
CHANGED
|
@@ -38,7 +38,7 @@ async function collectMetadataAsync(ctx, runtimeAndFingerprintMetadata) {
|
|
|
38
38
|
isGitWorkingTreeDirty: ctx.localBuildOptions.localBuildMode === local_1.LocalBuildMode.INTERNAL
|
|
39
39
|
? false
|
|
40
40
|
: await ctx.vcsClient.hasUncommittedChangesAsync(),
|
|
41
|
-
username: (0, projectUtils_1.
|
|
41
|
+
username: (0, projectUtils_1.getUsernameForBuildMetadataAndBuildJob)(ctx.user),
|
|
42
42
|
message: ctx.message,
|
|
43
43
|
...(ctx.platform === eas_build_job_1.Platform.IOS && {
|
|
44
44
|
iosEnterpriseProvisioning: resolveIosEnterpriseProvisioning(ctx),
|
|
@@ -105,7 +105,7 @@ async function validateOrSetProjectIdAsync({ exp, graphqlClient, actor, options,
|
|
|
105
105
|
throw new Error('This command must be run inside a project directory.');
|
|
106
106
|
}
|
|
107
107
|
log_1.default.warn('EAS project not configured.');
|
|
108
|
-
const
|
|
108
|
+
const getDefaultAccountNameForEASProject = (exp, user) => {
|
|
109
109
|
if (exp.owner) {
|
|
110
110
|
return exp.owner;
|
|
111
111
|
}
|
|
@@ -115,11 +115,11 @@ async function validateOrSetProjectIdAsync({ exp, graphqlClient, actor, options,
|
|
|
115
115
|
case 'SSOUser':
|
|
116
116
|
return user.username;
|
|
117
117
|
case 'Robot':
|
|
118
|
-
throw new Error('
|
|
118
|
+
throw new Error('Must configure EAS project by running "eas init" before using a robot user to manage the project.');
|
|
119
119
|
}
|
|
120
120
|
};
|
|
121
121
|
const projectId = await (0, fetchOrCreateProjectIDForWriteToConfigWithConfirmationAsync_1.fetchOrCreateProjectIDForWriteToConfigWithConfirmationAsync)(graphqlClient, {
|
|
122
|
-
accountName:
|
|
122
|
+
accountName: getDefaultAccountNameForEASProject(exp, actor),
|
|
123
123
|
projectName: exp.slug,
|
|
124
124
|
}, {
|
|
125
125
|
nonInteractive: options.nonInteractive,
|
|
@@ -2,7 +2,7 @@ import { ExpoConfig } from '@expo/config';
|
|
|
2
2
|
import { ExpoGraphqlClient } from '../commandUtils/context/contextUtils/createGraphqlClient';
|
|
3
3
|
import { AccountFragment } from '../graphql/generated';
|
|
4
4
|
import { Actor } from '../user/User';
|
|
5
|
-
export declare function
|
|
5
|
+
export declare function getUsernameForBuildMetadataAndBuildJob(user: Actor): string | undefined;
|
|
6
6
|
/**
|
|
7
7
|
* Return a useful name describing the project config.
|
|
8
8
|
* - dynamic: app.config.js
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getDisplayNameForProjectIdAsync = exports.getOwnerAccountForProjectIdAsync = exports.installExpoUpdatesAsync = exports.isModernExpoUpdatesCLIWithRuntimeVersionCommandSupportedAsync = exports.enforceRollBackToEmbeddedUpdateSupportAsync = exports.validateAppVersionRuntimePolicySupportAsync = exports.getExpoUpdatesPackageVersionIfInstalledAsync = exports.isUsingEASUpdate = exports.isExpoUpdatesInstalledOrAvailable = exports.isExpoUpdatesInstalledAsDevDependency = exports.isExpoInstalled = exports.isExpoNotificationsInstalled = exports.isExpoUpdatesInstalled = exports.getProjectConfigDescription = exports.
|
|
3
|
+
exports.getDisplayNameForProjectIdAsync = exports.getOwnerAccountForProjectIdAsync = exports.installExpoUpdatesAsync = exports.isModernExpoUpdatesCLIWithRuntimeVersionCommandSupportedAsync = exports.enforceRollBackToEmbeddedUpdateSupportAsync = exports.validateAppVersionRuntimePolicySupportAsync = exports.getExpoUpdatesPackageVersionIfInstalledAsync = exports.isUsingEASUpdate = exports.isExpoUpdatesInstalledOrAvailable = exports.isExpoUpdatesInstalledAsDevDependency = exports.isExpoInstalled = exports.isExpoNotificationsInstalled = exports.isExpoUpdatesInstalled = exports.getProjectConfigDescription = exports.getUsernameForBuildMetadataAndBuildJob = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const config_1 = require("@expo/config");
|
|
6
6
|
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
@@ -12,22 +12,18 @@ const api_1 = require("../api");
|
|
|
12
12
|
const AppQuery_1 = require("../graphql/queries/AppQuery");
|
|
13
13
|
const log_1 = tslib_1.__importStar(require("../log"));
|
|
14
14
|
const expoCli_1 = require("../utils/expoCli");
|
|
15
|
-
function
|
|
15
|
+
function getUsernameForBuildMetadataAndBuildJob(user) {
|
|
16
16
|
switch (user.__typename) {
|
|
17
17
|
case 'User':
|
|
18
18
|
return user.username;
|
|
19
19
|
case 'SSOUser':
|
|
20
20
|
return user.username;
|
|
21
21
|
case 'Robot':
|
|
22
|
-
// owner field is necessary to run `expo prebuild`
|
|
23
|
-
if (!exp.owner) {
|
|
24
|
-
throw new Error('The "owner" manifest property is required when using robot users. See: https://docs.expo.dev/versions/latest/config/app/#owner');
|
|
25
|
-
}
|
|
26
22
|
// robot users don't have usernames
|
|
27
23
|
return undefined;
|
|
28
24
|
}
|
|
29
25
|
}
|
|
30
|
-
exports.
|
|
26
|
+
exports.getUsernameForBuildMetadataAndBuildJob = getUsernameForBuildMetadataAndBuildJob;
|
|
31
27
|
/**
|
|
32
28
|
* Return a useful name describing the project config.
|
|
33
29
|
* - dynamic: app.config.js
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "16.6.
|
|
4
|
+
"version": "16.6.2",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -240,5 +240,5 @@
|
|
|
240
240
|
"node": "20.11.0",
|
|
241
241
|
"yarn": "1.22.21"
|
|
242
242
|
},
|
|
243
|
-
"gitHead": "
|
|
243
|
+
"gitHead": "32d3020659740d6d74ce76d9c77bd94a656ce018"
|
|
244
244
|
}
|