eas-cli 16.3.3 → 16.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +78 -77
- package/build/build/android/build.d.ts +4 -0
- package/build/build/android/build.js +19 -2
- package/build/build/android/prepareJob.js +4 -1
- package/build/build/context.d.ts +1 -0
- package/build/build/createContext.d.ts +2 -1
- package/build/build/createContext.js +2 -1
- package/build/build/ios/prepareJob.js +4 -1
- package/build/build/runBuildAndSubmit.d.ts +1 -0
- package/build/build/runBuildAndSubmit.js +1 -0
- package/build/commands/build/index.d.ts +1 -0
- package/build/commands/build/index.js +5 -0
- package/build/project/android/gradle.d.ts +1 -0
- package/build/project/android/gradle.js +1 -0
- package/build/project/android/gradleUtils.js +5 -2
- package/oclif.manifest.json +7 -1
- package/package.json +3 -3
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.
|
|
165
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.4.1/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.
|
|
182
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.4.1/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.
|
|
199
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.4.1/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.
|
|
213
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.4.1/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.
|
|
265
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.4.1/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.
|
|
286
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.4.1/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.
|
|
306
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.4.1/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.
|
|
326
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.4.1/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.
|
|
349
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/branch/view.ts)_
|
|
350
350
|
|
|
351
351
|
## `eas build`
|
|
352
352
|
|
|
@@ -356,7 +356,7 @@ start a build
|
|
|
356
356
|
USAGE
|
|
357
357
|
$ eas build [-p android|ios|all] [-e <value>] [--local] [--output <value>] [--wait] [--clear-cache] [-s |
|
|
358
358
|
--auto-submit-with-profile <value>] [-m <value>] [--build-logger-level trace|debug|info|warn|error|fatal]
|
|
359
|
-
[--freeze-credentials] [--json --non-interactive]
|
|
359
|
+
[--freeze-credentials] [--verbose-logs] [--json --non-interactive]
|
|
360
360
|
|
|
361
361
|
FLAGS
|
|
362
362
|
-e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to
|
|
@@ -377,13 +377,14 @@ FLAGS
|
|
|
377
377
|
--local Run build locally [experimental]
|
|
378
378
|
--non-interactive Run the command in non-interactive mode.
|
|
379
379
|
--output=<value> Output path for local build
|
|
380
|
+
--verbose-logs Use verbose logs for the build process
|
|
380
381
|
--[no-]wait Wait for build(s) to complete
|
|
381
382
|
|
|
382
383
|
DESCRIPTION
|
|
383
384
|
start a build
|
|
384
385
|
```
|
|
385
386
|
|
|
386
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
387
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/build/index.ts)_
|
|
387
388
|
|
|
388
389
|
## `eas build:cancel [BUILD_ID]`
|
|
389
390
|
|
|
@@ -402,7 +403,7 @@ DESCRIPTION
|
|
|
402
403
|
cancel a build
|
|
403
404
|
```
|
|
404
405
|
|
|
405
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
406
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
406
407
|
|
|
407
408
|
## `eas build:configure`
|
|
408
409
|
|
|
@@ -419,7 +420,7 @@ DESCRIPTION
|
|
|
419
420
|
configure the project to support EAS Build
|
|
420
421
|
```
|
|
421
422
|
|
|
422
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
423
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/build/configure.ts)_
|
|
423
424
|
|
|
424
425
|
## `eas build:delete [BUILD_ID]`
|
|
425
426
|
|
|
@@ -438,7 +439,7 @@ DESCRIPTION
|
|
|
438
439
|
delete a build
|
|
439
440
|
```
|
|
440
441
|
|
|
441
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
442
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/build/delete.ts)_
|
|
442
443
|
|
|
443
444
|
## `eas build:dev`
|
|
444
445
|
|
|
@@ -458,7 +459,7 @@ DESCRIPTION
|
|
|
458
459
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
459
460
|
```
|
|
460
461
|
|
|
461
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
462
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/build/dev.ts)_
|
|
462
463
|
|
|
463
464
|
## `eas build:download`
|
|
464
465
|
|
|
@@ -479,7 +480,7 @@ DESCRIPTION
|
|
|
479
480
|
download simulator/emulator builds for a given fingerprint hash
|
|
480
481
|
```
|
|
481
482
|
|
|
482
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
483
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/build/download.ts)_
|
|
483
484
|
|
|
484
485
|
## `eas build:inspect`
|
|
485
486
|
|
|
@@ -514,7 +515,7 @@ DESCRIPTION
|
|
|
514
515
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
515
516
|
```
|
|
516
517
|
|
|
517
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
518
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
518
519
|
|
|
519
520
|
## `eas build:list`
|
|
520
521
|
|
|
@@ -566,7 +567,7 @@ DESCRIPTION
|
|
|
566
567
|
list all builds for your project
|
|
567
568
|
```
|
|
568
569
|
|
|
569
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
570
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/build/list.ts)_
|
|
570
571
|
|
|
571
572
|
## `eas build:resign`
|
|
572
573
|
|
|
@@ -595,7 +596,7 @@ DESCRIPTION
|
|
|
595
596
|
re-sign a build archive
|
|
596
597
|
```
|
|
597
598
|
|
|
598
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
599
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/build/resign.ts)_
|
|
599
600
|
|
|
600
601
|
## `eas build:run`
|
|
601
602
|
|
|
@@ -621,7 +622,7 @@ DESCRIPTION
|
|
|
621
622
|
run simulator/emulator builds from eas-cli
|
|
622
623
|
```
|
|
623
624
|
|
|
624
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
625
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/build/run.ts)_
|
|
625
626
|
|
|
626
627
|
## `eas build:submit`
|
|
627
628
|
|
|
@@ -671,7 +672,7 @@ DESCRIPTION
|
|
|
671
672
|
get the latest version from EAS servers
|
|
672
673
|
```
|
|
673
674
|
|
|
674
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
675
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
675
676
|
|
|
676
677
|
## `eas build:version:set`
|
|
677
678
|
|
|
@@ -690,7 +691,7 @@ DESCRIPTION
|
|
|
690
691
|
update version of an app
|
|
691
692
|
```
|
|
692
693
|
|
|
693
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
694
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
694
695
|
|
|
695
696
|
## `eas build:version:sync`
|
|
696
697
|
|
|
@@ -709,7 +710,7 @@ DESCRIPTION
|
|
|
709
710
|
update a version in native code with a value stored on EAS servers
|
|
710
711
|
```
|
|
711
712
|
|
|
712
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
713
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
713
714
|
|
|
714
715
|
## `eas build:view [BUILD_ID]`
|
|
715
716
|
|
|
@@ -726,7 +727,7 @@ DESCRIPTION
|
|
|
726
727
|
view a build for your project
|
|
727
728
|
```
|
|
728
729
|
|
|
729
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
730
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/build/view.ts)_
|
|
730
731
|
|
|
731
732
|
## `eas channel:create [NAME]`
|
|
732
733
|
|
|
@@ -747,7 +748,7 @@ DESCRIPTION
|
|
|
747
748
|
create a channel
|
|
748
749
|
```
|
|
749
750
|
|
|
750
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
751
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/channel/create.ts)_
|
|
751
752
|
|
|
752
753
|
## `eas channel:edit [NAME]`
|
|
753
754
|
|
|
@@ -769,7 +770,7 @@ DESCRIPTION
|
|
|
769
770
|
point a channel at a new branch
|
|
770
771
|
```
|
|
771
772
|
|
|
772
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
773
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
773
774
|
|
|
774
775
|
## `eas channel:list`
|
|
775
776
|
|
|
@@ -789,7 +790,7 @@ DESCRIPTION
|
|
|
789
790
|
list all channels
|
|
790
791
|
```
|
|
791
792
|
|
|
792
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
793
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/channel/list.ts)_
|
|
793
794
|
|
|
794
795
|
## `eas channel:pause [NAME]`
|
|
795
796
|
|
|
@@ -811,7 +812,7 @@ DESCRIPTION
|
|
|
811
812
|
pause a channel to stop it from sending updates
|
|
812
813
|
```
|
|
813
814
|
|
|
814
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
815
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
815
816
|
|
|
816
817
|
## `eas channel:resume [NAME]`
|
|
817
818
|
|
|
@@ -833,7 +834,7 @@ DESCRIPTION
|
|
|
833
834
|
resume a channel to start sending updates
|
|
834
835
|
```
|
|
835
836
|
|
|
836
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
837
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
837
838
|
|
|
838
839
|
## `eas channel:rollout [CHANNEL]`
|
|
839
840
|
|
|
@@ -866,7 +867,7 @@ DESCRIPTION
|
|
|
866
867
|
Roll a new branch out on a channel incrementally.
|
|
867
868
|
```
|
|
868
869
|
|
|
869
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
870
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
870
871
|
|
|
871
872
|
## `eas channel:view [NAME]`
|
|
872
873
|
|
|
@@ -889,7 +890,7 @@ DESCRIPTION
|
|
|
889
890
|
view a channel
|
|
890
891
|
```
|
|
891
892
|
|
|
892
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
893
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/channel/view.ts)_
|
|
893
894
|
|
|
894
895
|
## `eas config`
|
|
895
896
|
|
|
@@ -910,7 +911,7 @@ DESCRIPTION
|
|
|
910
911
|
display project configuration (app.json + eas.json)
|
|
911
912
|
```
|
|
912
913
|
|
|
913
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
914
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/config.ts)_
|
|
914
915
|
|
|
915
916
|
## `eas credentials`
|
|
916
917
|
|
|
@@ -927,7 +928,7 @@ DESCRIPTION
|
|
|
927
928
|
manage credentials
|
|
928
929
|
```
|
|
929
930
|
|
|
930
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
931
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
931
932
|
|
|
932
933
|
## `eas credentials:configure-build`
|
|
933
934
|
|
|
@@ -945,7 +946,7 @@ DESCRIPTION
|
|
|
945
946
|
Set up credentials for building your project.
|
|
946
947
|
```
|
|
947
948
|
|
|
948
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
949
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
949
950
|
|
|
950
951
|
## `eas deploy [2m[options][22m`
|
|
951
952
|
|
|
@@ -973,7 +974,7 @@ ALIASES
|
|
|
973
974
|
$ eas worker:deploy
|
|
974
975
|
```
|
|
975
976
|
|
|
976
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
977
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
977
978
|
|
|
978
979
|
## `eas deploy:alias`
|
|
979
980
|
|
|
@@ -998,7 +999,7 @@ ALIASES
|
|
|
998
999
|
$ eas deploy:promote
|
|
999
1000
|
```
|
|
1000
1001
|
|
|
1001
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1002
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/deploy/alias.ts)_
|
|
1002
1003
|
|
|
1003
1004
|
## `eas deploy:promote`
|
|
1004
1005
|
|
|
@@ -1035,7 +1036,7 @@ DESCRIPTION
|
|
|
1035
1036
|
register new Apple Devices to use for internal distribution
|
|
1036
1037
|
```
|
|
1037
1038
|
|
|
1038
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1039
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/device/create.ts)_
|
|
1039
1040
|
|
|
1040
1041
|
## `eas device:delete`
|
|
1041
1042
|
|
|
@@ -1055,7 +1056,7 @@ DESCRIPTION
|
|
|
1055
1056
|
remove a registered device from your account
|
|
1056
1057
|
```
|
|
1057
1058
|
|
|
1058
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1059
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1059
1060
|
|
|
1060
1061
|
## `eas device:list`
|
|
1061
1062
|
|
|
@@ -1076,7 +1077,7 @@ DESCRIPTION
|
|
|
1076
1077
|
list all registered devices for your account
|
|
1077
1078
|
```
|
|
1078
1079
|
|
|
1079
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1080
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/device/list.ts)_
|
|
1080
1081
|
|
|
1081
1082
|
## `eas device:rename`
|
|
1082
1083
|
|
|
@@ -1097,7 +1098,7 @@ DESCRIPTION
|
|
|
1097
1098
|
rename a registered device
|
|
1098
1099
|
```
|
|
1099
1100
|
|
|
1100
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1101
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1101
1102
|
|
|
1102
1103
|
## `eas device:view [UDID]`
|
|
1103
1104
|
|
|
@@ -1111,7 +1112,7 @@ DESCRIPTION
|
|
|
1111
1112
|
view a device for your project
|
|
1112
1113
|
```
|
|
1113
1114
|
|
|
1114
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1115
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/device/view.ts)_
|
|
1115
1116
|
|
|
1116
1117
|
## `eas diagnostics`
|
|
1117
1118
|
|
|
@@ -1125,7 +1126,7 @@ DESCRIPTION
|
|
|
1125
1126
|
display environment info
|
|
1126
1127
|
```
|
|
1127
1128
|
|
|
1128
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1129
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1129
1130
|
|
|
1130
1131
|
## `eas env:create [ENVIRONMENT]`
|
|
1131
1132
|
|
|
@@ -1154,7 +1155,7 @@ DESCRIPTION
|
|
|
1154
1155
|
create an environment variable for the current project or account
|
|
1155
1156
|
```
|
|
1156
1157
|
|
|
1157
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1158
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/env/create.ts)_
|
|
1158
1159
|
|
|
1159
1160
|
## `eas env:delete [ENVIRONMENT]`
|
|
1160
1161
|
|
|
@@ -1178,7 +1179,7 @@ DESCRIPTION
|
|
|
1178
1179
|
delete an environment variable for the current project or account
|
|
1179
1180
|
```
|
|
1180
1181
|
|
|
1181
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1182
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1182
1183
|
|
|
1183
1184
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1184
1185
|
|
|
@@ -1199,7 +1200,7 @@ DESCRIPTION
|
|
|
1199
1200
|
execute a command with environment variables from the selected environment
|
|
1200
1201
|
```
|
|
1201
1202
|
|
|
1202
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1203
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1203
1204
|
|
|
1204
1205
|
## `eas env:get [ENVIRONMENT]`
|
|
1205
1206
|
|
|
@@ -1224,7 +1225,7 @@ DESCRIPTION
|
|
|
1224
1225
|
view an environment variable for the current project or account
|
|
1225
1226
|
```
|
|
1226
1227
|
|
|
1227
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1228
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/env/get.ts)_
|
|
1228
1229
|
|
|
1229
1230
|
## `eas env:list [ENVIRONMENT]`
|
|
1230
1231
|
|
|
@@ -1249,7 +1250,7 @@ DESCRIPTION
|
|
|
1249
1250
|
list environment variables for the current project or account
|
|
1250
1251
|
```
|
|
1251
1252
|
|
|
1252
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1253
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/env/list.ts)_
|
|
1253
1254
|
|
|
1254
1255
|
## `eas env:pull [ENVIRONMENT]`
|
|
1255
1256
|
|
|
@@ -1272,7 +1273,7 @@ DESCRIPTION
|
|
|
1272
1273
|
pull environment variables for the selected environment to .env file
|
|
1273
1274
|
```
|
|
1274
1275
|
|
|
1275
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1276
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1276
1277
|
|
|
1277
1278
|
## `eas env:push [ENVIRONMENT]`
|
|
1278
1279
|
|
|
@@ -1293,7 +1294,7 @@ DESCRIPTION
|
|
|
1293
1294
|
push environment variables from .env file to the selected environment
|
|
1294
1295
|
```
|
|
1295
1296
|
|
|
1296
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1297
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/env/push.ts)_
|
|
1297
1298
|
|
|
1298
1299
|
## `eas env:update [ENVIRONMENT]`
|
|
1299
1300
|
|
|
@@ -1324,7 +1325,7 @@ DESCRIPTION
|
|
|
1324
1325
|
update an environment variable on the current project or account
|
|
1325
1326
|
```
|
|
1326
1327
|
|
|
1327
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1328
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/env/update.ts)_
|
|
1328
1329
|
|
|
1329
1330
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1330
1331
|
|
|
@@ -1369,7 +1370,7 @@ EXAMPLES
|
|
|
1369
1370
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1370
1371
|
```
|
|
1371
1372
|
|
|
1372
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1373
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1373
1374
|
|
|
1374
1375
|
## `eas fingerprint:generate`
|
|
1375
1376
|
|
|
@@ -1400,7 +1401,7 @@ EXAMPLES
|
|
|
1400
1401
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1401
1402
|
```
|
|
1402
1403
|
|
|
1403
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1404
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1404
1405
|
|
|
1405
1406
|
## `eas help [COMMAND]`
|
|
1406
1407
|
|
|
@@ -1508,7 +1509,7 @@ DESCRIPTION
|
|
|
1508
1509
|
validate the local store configuration
|
|
1509
1510
|
```
|
|
1510
1511
|
|
|
1511
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1512
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1512
1513
|
|
|
1513
1514
|
## `eas metadata:pull`
|
|
1514
1515
|
|
|
@@ -1525,7 +1526,7 @@ DESCRIPTION
|
|
|
1525
1526
|
generate the local store configuration from the app stores
|
|
1526
1527
|
```
|
|
1527
1528
|
|
|
1528
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1529
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1529
1530
|
|
|
1530
1531
|
## `eas metadata:push`
|
|
1531
1532
|
|
|
@@ -1542,7 +1543,7 @@ DESCRIPTION
|
|
|
1542
1543
|
sync the local store configuration to the app stores
|
|
1543
1544
|
```
|
|
1544
1545
|
|
|
1545
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1546
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1546
1547
|
|
|
1547
1548
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1548
1549
|
|
|
@@ -1572,7 +1573,7 @@ DESCRIPTION
|
|
|
1572
1573
|
open the project page in a web browser
|
|
1573
1574
|
```
|
|
1574
1575
|
|
|
1575
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1576
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/open.ts)_
|
|
1576
1577
|
|
|
1577
1578
|
## `eas project:info`
|
|
1578
1579
|
|
|
@@ -1586,7 +1587,7 @@ DESCRIPTION
|
|
|
1586
1587
|
information about the current project
|
|
1587
1588
|
```
|
|
1588
1589
|
|
|
1589
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1590
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/project/info.ts)_
|
|
1590
1591
|
|
|
1591
1592
|
## `eas project:init`
|
|
1592
1593
|
|
|
@@ -1609,7 +1610,7 @@ ALIASES
|
|
|
1609
1610
|
$ eas init
|
|
1610
1611
|
```
|
|
1611
1612
|
|
|
1612
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1613
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/project/init.ts)_
|
|
1613
1614
|
|
|
1614
1615
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1615
1616
|
|
|
@@ -1627,7 +1628,7 @@ ALIASES
|
|
|
1627
1628
|
$ eas onboarding
|
|
1628
1629
|
```
|
|
1629
1630
|
|
|
1630
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1631
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1631
1632
|
|
|
1632
1633
|
## `eas submit`
|
|
1633
1634
|
|
|
@@ -1658,7 +1659,7 @@ ALIASES
|
|
|
1658
1659
|
$ eas build:submit
|
|
1659
1660
|
```
|
|
1660
1661
|
|
|
1661
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1662
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/submit.ts)_
|
|
1662
1663
|
|
|
1663
1664
|
## `eas update`
|
|
1664
1665
|
|
|
@@ -1700,7 +1701,7 @@ DESCRIPTION
|
|
|
1700
1701
|
publish an update group
|
|
1701
1702
|
```
|
|
1702
1703
|
|
|
1703
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1704
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/update/index.ts)_
|
|
1704
1705
|
|
|
1705
1706
|
## `eas update:configure`
|
|
1706
1707
|
|
|
@@ -1720,7 +1721,7 @@ DESCRIPTION
|
|
|
1720
1721
|
configure the project to support EAS Update
|
|
1721
1722
|
```
|
|
1722
1723
|
|
|
1723
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1724
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1724
1725
|
|
|
1725
1726
|
## `eas update:delete GROUPID`
|
|
1726
1727
|
|
|
@@ -1741,7 +1742,7 @@ DESCRIPTION
|
|
|
1741
1742
|
delete all the updates in an update group
|
|
1742
1743
|
```
|
|
1743
1744
|
|
|
1744
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1745
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1745
1746
|
|
|
1746
1747
|
## `eas update:edit [GROUPID]`
|
|
1747
1748
|
|
|
@@ -1765,7 +1766,7 @@ DESCRIPTION
|
|
|
1765
1766
|
edit all the updates in an update group
|
|
1766
1767
|
```
|
|
1767
1768
|
|
|
1768
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1769
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1769
1770
|
|
|
1770
1771
|
## `eas update:list`
|
|
1771
1772
|
|
|
@@ -1787,7 +1788,7 @@ DESCRIPTION
|
|
|
1787
1788
|
view the recent updates
|
|
1788
1789
|
```
|
|
1789
1790
|
|
|
1790
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1791
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/update/list.ts)_
|
|
1791
1792
|
|
|
1792
1793
|
## `eas update:republish`
|
|
1793
1794
|
|
|
@@ -1819,7 +1820,7 @@ DESCRIPTION
|
|
|
1819
1820
|
roll back to an existing update
|
|
1820
1821
|
```
|
|
1821
1822
|
|
|
1822
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1823
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1823
1824
|
|
|
1824
1825
|
## `eas update:roll-back-to-embedded`
|
|
1825
1826
|
|
|
@@ -1847,7 +1848,7 @@ DESCRIPTION
|
|
|
1847
1848
|
roll back to the embedded update
|
|
1848
1849
|
```
|
|
1849
1850
|
|
|
1850
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1851
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1851
1852
|
|
|
1852
1853
|
## `eas update:rollback`
|
|
1853
1854
|
|
|
@@ -1867,7 +1868,7 @@ DESCRIPTION
|
|
|
1867
1868
|
roll back to an embedded update or an existing update
|
|
1868
1869
|
```
|
|
1869
1870
|
|
|
1870
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1871
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1871
1872
|
|
|
1872
1873
|
## `eas update:view GROUPID`
|
|
1873
1874
|
|
|
@@ -1887,7 +1888,7 @@ DESCRIPTION
|
|
|
1887
1888
|
update group details
|
|
1888
1889
|
```
|
|
1889
1890
|
|
|
1890
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1891
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/update/view.ts)_
|
|
1891
1892
|
|
|
1892
1893
|
## `eas webhook:create`
|
|
1893
1894
|
|
|
@@ -1908,7 +1909,7 @@ DESCRIPTION
|
|
|
1908
1909
|
create a webhook
|
|
1909
1910
|
```
|
|
1910
1911
|
|
|
1911
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1912
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1912
1913
|
|
|
1913
1914
|
## `eas webhook:delete [ID]`
|
|
1914
1915
|
|
|
@@ -1928,7 +1929,7 @@ DESCRIPTION
|
|
|
1928
1929
|
delete a webhook
|
|
1929
1930
|
```
|
|
1930
1931
|
|
|
1931
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1932
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1932
1933
|
|
|
1933
1934
|
## `eas webhook:list`
|
|
1934
1935
|
|
|
@@ -1946,7 +1947,7 @@ DESCRIPTION
|
|
|
1946
1947
|
list webhooks
|
|
1947
1948
|
```
|
|
1948
1949
|
|
|
1949
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1950
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1950
1951
|
|
|
1951
1952
|
## `eas webhook:update`
|
|
1952
1953
|
|
|
@@ -1968,7 +1969,7 @@ DESCRIPTION
|
|
|
1968
1969
|
update a webhook
|
|
1969
1970
|
```
|
|
1970
1971
|
|
|
1971
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1972
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1972
1973
|
|
|
1973
1974
|
## `eas webhook:view ID`
|
|
1974
1975
|
|
|
@@ -1985,7 +1986,7 @@ DESCRIPTION
|
|
|
1985
1986
|
view a webhook
|
|
1986
1987
|
```
|
|
1987
1988
|
|
|
1988
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1989
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1989
1990
|
|
|
1990
1991
|
## `eas whoami`
|
|
1991
1992
|
|
|
@@ -2069,7 +2070,7 @@ DESCRIPTION
|
|
|
2069
2070
|
create a new workflow configuration YAML file
|
|
2070
2071
|
```
|
|
2071
2072
|
|
|
2072
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2073
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2073
2074
|
|
|
2074
2075
|
## `eas workflow:run [FILE]`
|
|
2075
2076
|
|
|
@@ -2089,7 +2090,7 @@ DESCRIPTION
|
|
|
2089
2090
|
Run an EAS workflow
|
|
2090
2091
|
```
|
|
2091
2092
|
|
|
2092
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2093
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2093
2094
|
|
|
2094
2095
|
## `eas workflow:validate PATH`
|
|
2095
2096
|
|
|
@@ -2109,5 +2110,5 @@ DESCRIPTION
|
|
|
2109
2110
|
validate a workflow configuration yaml file
|
|
2110
2111
|
```
|
|
2111
2112
|
|
|
2112
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2113
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.4.1/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2113
2114
|
<!-- commandsstop -->
|
|
@@ -3,3 +3,7 @@ import { BuildRequestSender } from '../build';
|
|
|
3
3
|
import { AndroidBuildContext, BuildContext, CommonContext } from '../context';
|
|
4
4
|
export declare function createAndroidContextAsync(ctx: CommonContext<Platform.ANDROID>): Promise<AndroidBuildContext>;
|
|
5
5
|
export declare function prepareAndroidBuildAsync(ctx: BuildContext<Platform.ANDROID>): Promise<BuildRequestSender>;
|
|
6
|
+
export declare function maybeWarnAboutNonStandardBuildType({ buildProfile, buildType, }: {
|
|
7
|
+
buildProfile: Pick<CommonContext<Platform.ANDROID>['buildProfile'], 'gradleCommand'>;
|
|
8
|
+
buildType: string;
|
|
9
|
+
}): void;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.prepareAndroidBuildAsync = exports.createAndroidContextAsync = void 0;
|
|
3
|
+
exports.maybeWarnAboutNonStandardBuildType = exports.prepareAndroidBuildAsync = exports.createAndroidContextAsync = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const eas_build_job_1 = require("@expo/eas-build-job");
|
|
6
6
|
const eas_json_1 = require("@expo/eas-json");
|
|
7
7
|
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
8
|
+
const getenv_1 = tslib_1.__importDefault(require("getenv"));
|
|
8
9
|
const nullthrows_1 = tslib_1.__importDefault(require("nullthrows"));
|
|
9
10
|
const graphql_1 = require("./graphql");
|
|
10
11
|
const prepareJob_1 = require("./prepareJob");
|
|
@@ -12,7 +13,7 @@ const syncProjectConfiguration_1 = require("./syncProjectConfiguration");
|
|
|
12
13
|
const version_1 = require("./version");
|
|
13
14
|
const AndroidCredentialsProvider_1 = tslib_1.__importDefault(require("../../credentials/android/AndroidCredentialsProvider"));
|
|
14
15
|
const BuildMutation_1 = require("../../graphql/mutations/BuildMutation");
|
|
15
|
-
const log_1 = tslib_1.
|
|
16
|
+
const log_1 = tslib_1.__importStar(require("../../log"));
|
|
16
17
|
const applicationId_1 = require("../../project/android/applicationId");
|
|
17
18
|
const gradle_1 = require("../../project/android/gradle");
|
|
18
19
|
const prompts_1 = require("../../prompts");
|
|
@@ -37,6 +38,9 @@ This means that it will most likely produce an AAB and you will not be able to i
|
|
|
37
38
|
await (0, validate_1.checkGoogleServicesFileAsync)(ctx);
|
|
38
39
|
await (0, validate_1.validatePNGsForManagedProjectAsync)(ctx);
|
|
39
40
|
const gradleContext = await (0, gradle_1.resolveGradleBuildContextAsync)(ctx.projectDir, buildProfile, ctx.vcsClient);
|
|
41
|
+
if (gradleContext?.buildType) {
|
|
42
|
+
maybeWarnAboutNonStandardBuildType({ buildProfile, buildType: gradleContext.buildType });
|
|
43
|
+
}
|
|
40
44
|
if (ctx.workflow === eas_build_job_1.Workflow.MANAGED) {
|
|
41
45
|
await (0, applicationId_1.ensureApplicationIdIsDefinedForManagedProjectAsync)(ctx);
|
|
42
46
|
}
|
|
@@ -110,3 +114,16 @@ async function ensureAndroidCredentialsAsync(ctx) {
|
|
|
110
114
|
source: credentialsSource,
|
|
111
115
|
};
|
|
112
116
|
}
|
|
117
|
+
function maybeWarnAboutNonStandardBuildType({ buildProfile, buildType, }) {
|
|
118
|
+
const shouldSuppressWarning = getenv_1.default.boolish('EAS_BUILD_NO_GRADLE_BUILD_TYPE_WARNING', false);
|
|
119
|
+
if (shouldSuppressWarning) {
|
|
120
|
+
return;
|
|
121
|
+
}
|
|
122
|
+
const knownValidBuildTypes = ['debug', 'release'];
|
|
123
|
+
if (!knownValidBuildTypes.includes(buildType)) {
|
|
124
|
+
log_1.default.warn(`Custom gradle command "${chalk_1.default.bold(buildProfile.gradleCommand)}" has non-standard build type: "${chalk_1.default.bold(buildType)}". Expected the command to end with "${chalk_1.default.bold('...Debug')}" or "${chalk_1.default.bold('...Release')}"`);
|
|
125
|
+
log_1.default.warn(`Ensure the command is spelled correctly and ${chalk_1.default.bold('build.gradle')} is configured correctly. To suppress this warning, set ${chalk_1.default.bold('EAS_BUILD_NO_GRADLE_BUILD_TYPE_WARNING=true')}.`);
|
|
126
|
+
log_1.default.warn((0, log_1.learnMore)('https://developer.android.com/build/build-variants#build-types'));
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
exports.maybeWarnAboutNonStandardBuildType = maybeWarnAboutNonStandardBuildType;
|
|
@@ -58,7 +58,10 @@ async function prepareJobAsync(ctx, jobData) {
|
|
|
58
58
|
bun: buildProfile.bun,
|
|
59
59
|
yarn: buildProfile.yarn,
|
|
60
60
|
ndk: buildProfile.ndk,
|
|
61
|
-
env:
|
|
61
|
+
env: {
|
|
62
|
+
...buildProfile.env,
|
|
63
|
+
...(ctx.isVerboseLoggingEnabled ? { EAS_VERBOSE: '1' } : {}),
|
|
64
|
+
},
|
|
62
65
|
},
|
|
63
66
|
cache: {
|
|
64
67
|
...cacheDefaults,
|
package/build/build/context.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { ExpoGraphqlClient } from '../commandUtils/context/contextUtils/createGr
|
|
|
9
9
|
import { CustomBuildConfigMetadata } from '../project/customBuildConfig';
|
|
10
10
|
import { Actor } from '../user/User';
|
|
11
11
|
import { Client } from '../vcs/vcs';
|
|
12
|
-
export declare function createBuildContextAsync<T extends Platform>({ buildProfileName, buildProfile, easJsonCliConfig, clearCache, localBuildOptions, nonInteractive, noWait, platform, projectDir, resourceClassFlag, message, actor, graphqlClient, analytics, vcsClient, getDynamicPrivateProjectConfigAsync, customBuildConfigMetadata, buildLoggerLevel, freezeCredentials, repack, env, }: {
|
|
12
|
+
export declare function createBuildContextAsync<T extends Platform>({ buildProfileName, buildProfile, easJsonCliConfig, clearCache, localBuildOptions, nonInteractive, noWait, platform, projectDir, resourceClassFlag, message, actor, graphqlClient, analytics, vcsClient, getDynamicPrivateProjectConfigAsync, customBuildConfigMetadata, buildLoggerLevel, freezeCredentials, repack, isVerboseLoggingEnabled, env, }: {
|
|
13
13
|
buildProfileName: string;
|
|
14
14
|
buildProfile: BuildProfile<T>;
|
|
15
15
|
easJsonCliConfig: EasJson['cli'];
|
|
@@ -30,5 +30,6 @@ export declare function createBuildContextAsync<T extends Platform>({ buildProfi
|
|
|
30
30
|
buildLoggerLevel?: LoggerLevel;
|
|
31
31
|
freezeCredentials: boolean;
|
|
32
32
|
repack: boolean;
|
|
33
|
+
isVerboseLoggingEnabled: boolean;
|
|
33
34
|
env: Record<string, string>;
|
|
34
35
|
}): Promise<BuildContext<T>>;
|
|
@@ -16,7 +16,7 @@ const AnalyticsManager_1 = require("../analytics/AnalyticsManager");
|
|
|
16
16
|
const context_1 = require("../credentials/context");
|
|
17
17
|
const projectUtils_1 = require("../project/projectUtils");
|
|
18
18
|
const workflow_1 = require("../project/workflow");
|
|
19
|
-
async function createBuildContextAsync({ buildProfileName, buildProfile, easJsonCliConfig, clearCache = false, localBuildOptions, nonInteractive, noWait, platform, projectDir, resourceClassFlag, message, actor, graphqlClient, analytics, vcsClient, getDynamicPrivateProjectConfigAsync, customBuildConfigMetadata, buildLoggerLevel, freezeCredentials, repack, env, }) {
|
|
19
|
+
async function createBuildContextAsync({ buildProfileName, buildProfile, easJsonCliConfig, clearCache = false, localBuildOptions, nonInteractive, noWait, platform, projectDir, resourceClassFlag, message, actor, graphqlClient, analytics, vcsClient, getDynamicPrivateProjectConfigAsync, customBuildConfigMetadata, buildLoggerLevel, freezeCredentials, repack, isVerboseLoggingEnabled, env, }) {
|
|
20
20
|
const { exp, projectId } = await getDynamicPrivateProjectConfigAsync({
|
|
21
21
|
env,
|
|
22
22
|
});
|
|
@@ -91,6 +91,7 @@ async function createBuildContextAsync({ buildProfileName, buildProfile, easJson
|
|
|
91
91
|
requiredPackageManager,
|
|
92
92
|
loggerLevel: buildLoggerLevel,
|
|
93
93
|
repack,
|
|
94
|
+
isVerboseLoggingEnabled,
|
|
94
95
|
env,
|
|
95
96
|
};
|
|
96
97
|
if (platform === eas_build_job_1.Platform.ANDROID) {
|
|
@@ -51,7 +51,10 @@ async function prepareJobAsync(ctx, jobData) {
|
|
|
51
51
|
bundler: buildProfile.bundler,
|
|
52
52
|
cocoapods: buildProfile.cocoapods,
|
|
53
53
|
fastlane: buildProfile.fastlane,
|
|
54
|
-
env:
|
|
54
|
+
env: {
|
|
55
|
+
...buildProfile.env,
|
|
56
|
+
...(ctx.isVerboseLoggingEnabled ? { EAS_VERBOSE: '1' } : {}),
|
|
57
|
+
},
|
|
55
58
|
},
|
|
56
59
|
cache: {
|
|
57
60
|
...cacheDefaults,
|
|
@@ -25,6 +25,7 @@ export interface BuildFlags {
|
|
|
25
25
|
buildLoggerLevel?: LoggerLevel;
|
|
26
26
|
freezeCredentials: boolean;
|
|
27
27
|
repack: boolean;
|
|
28
|
+
isVerboseLoggingEnabled?: boolean;
|
|
28
29
|
}
|
|
29
30
|
export declare function runBuildAndSubmitAsync({ graphqlClient, analytics, vcsClient, projectDir, flags, actor, getDynamicPrivateProjectConfigAsync, downloadSimBuildAutoConfirm, envOverride, }: {
|
|
30
31
|
graphqlClient: ExpoGraphqlClient;
|
|
@@ -237,6 +237,7 @@ async function prepareAndStartBuildAsync({ projectDir, flags, moreBuilds, buildP
|
|
|
237
237
|
buildLoggerLevel: flags.buildLoggerLevel ?? (log_1.default.isDebug ? logger_1.LoggerLevel.DEBUG : undefined),
|
|
238
238
|
freezeCredentials: flags.freezeCredentials,
|
|
239
239
|
repack: flags.repack,
|
|
240
|
+
isVerboseLoggingEnabled: flags.isVerboseLoggingEnabled ?? false,
|
|
240
241
|
env,
|
|
241
242
|
});
|
|
242
243
|
if (moreBuilds) {
|
|
@@ -21,6 +21,7 @@ export default class Build extends EasCommand {
|
|
|
21
21
|
'build-logger-level': import("@oclif/core/lib/interfaces").OptionFlag<LoggerLevel | undefined>;
|
|
22
22
|
'freeze-credentials': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
23
23
|
repack: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
24
|
+
'verbose-logs': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
24
25
|
};
|
|
25
26
|
static contextDefinition: {
|
|
26
27
|
vcsClient: import("../../commandUtils/context/VcsClientContextField").default;
|
|
@@ -94,6 +94,10 @@ class Build extends EasCommand_1.default {
|
|
|
94
94
|
hidden: true,
|
|
95
95
|
description: 'Use the golden dev client build repack flow as it works for onboarding',
|
|
96
96
|
}),
|
|
97
|
+
'verbose-logs': core_1.Flags.boolean({
|
|
98
|
+
default: false,
|
|
99
|
+
description: 'Use verbose logs for the build process',
|
|
100
|
+
}),
|
|
97
101
|
...flags_1.EasNonInteractiveAndJsonFlags,
|
|
98
102
|
};
|
|
99
103
|
static contextDefinition = {
|
|
@@ -182,6 +186,7 @@ class Build extends EasCommand_1.default {
|
|
|
182
186
|
message,
|
|
183
187
|
buildLoggerLevel: flags['build-logger-level'],
|
|
184
188
|
freezeCredentials: flags['freeze-credentials'],
|
|
189
|
+
isVerboseLoggingEnabled: flags['verbose-logs'],
|
|
185
190
|
repack: flags.repack,
|
|
186
191
|
};
|
|
187
192
|
}
|
|
@@ -4,5 +4,6 @@ import { Client } from '../../vcs/vcs';
|
|
|
4
4
|
export interface GradleBuildContext {
|
|
5
5
|
moduleName?: string;
|
|
6
6
|
flavor?: string;
|
|
7
|
+
buildType?: string;
|
|
7
8
|
}
|
|
8
9
|
export declare function resolveGradleBuildContextAsync(projectDir: string, buildProfile: BuildProfile<Platform.ANDROID>, vcsClient: Client): Promise<GradleBuildContext | undefined>;
|
|
@@ -22,6 +22,7 @@ async function resolveGradleBuildContextAsync(projectDir, buildProfile, vcsClien
|
|
|
22
22
|
return {
|
|
23
23
|
moduleName: parsedGradleCommand?.moduleName ?? gradleUtils.DEFAULT_MODULE_NAME,
|
|
24
24
|
flavor: parsedGradleCommand?.flavor,
|
|
25
|
+
buildType: parsedGradleCommand?.buildType,
|
|
25
26
|
};
|
|
26
27
|
}
|
|
27
28
|
else {
|
|
@@ -48,7 +48,7 @@ function parseGradleCommand(cmd, buildGradle) {
|
|
|
48
48
|
// separate moduleName and rest of the definition
|
|
49
49
|
const splitCmd = rawCmd.split(':');
|
|
50
50
|
const [moduleName, taskName] = splitCmd.length > 1 ? [splitCmd[0], splitCmd[1]] : [undefined, splitCmd[0]];
|
|
51
|
-
const matchResult = taskName.match(/(build|bundle|assemble|package)(.*)(
|
|
51
|
+
const matchResult = taskName.match(/(build|bundle|assemble|package)(.*)([A-Z][a-z]+)/);
|
|
52
52
|
if (!matchResult) {
|
|
53
53
|
throw new Error(`Failed to parse gradle command: ${cmd}`);
|
|
54
54
|
}
|
|
@@ -70,10 +70,13 @@ function parseGradleCommand(cmd, buildGradle) {
|
|
|
70
70
|
throw new Error(`flavor ${firstLetter.toLowerCase().concat(rest)} is not defined`);
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
+
const buildType = matchResult[3]
|
|
74
|
+
? matchResult[3].charAt(0).toLowerCase() + matchResult[3].slice(1)
|
|
75
|
+
: undefined;
|
|
73
76
|
return {
|
|
74
77
|
moduleName,
|
|
75
78
|
flavor,
|
|
76
|
-
buildType
|
|
79
|
+
buildType,
|
|
77
80
|
};
|
|
78
81
|
}
|
|
79
82
|
exports.parseGradleCommand = parseGradleCommand;
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.
|
|
2
|
+
"version": "16.4.1",
|
|
3
3
|
"commands": {
|
|
4
4
|
"analytics": {
|
|
5
5
|
"id": "analytics",
|
|
@@ -913,6 +913,12 @@
|
|
|
913
913
|
"hidden": true,
|
|
914
914
|
"allowNo": false
|
|
915
915
|
},
|
|
916
|
+
"verbose-logs": {
|
|
917
|
+
"name": "verbose-logs",
|
|
918
|
+
"type": "boolean",
|
|
919
|
+
"description": "Use verbose logs for the build process",
|
|
920
|
+
"allowNo": false
|
|
921
|
+
},
|
|
916
922
|
"json": {
|
|
917
923
|
"name": "json",
|
|
918
924
|
"type": "boolean",
|
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.
|
|
4
|
+
"version": "16.4.1",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@expo/config": "10.0.6",
|
|
14
14
|
"@expo/config-plugins": "9.0.12",
|
|
15
15
|
"@expo/eas-build-job": "1.0.173",
|
|
16
|
-
"@expo/eas-json": "16.
|
|
16
|
+
"@expo/eas-json": "16.4.0",
|
|
17
17
|
"@expo/env": "^1.0.0",
|
|
18
18
|
"@expo/json-file": "8.3.3",
|
|
19
19
|
"@expo/logger": "1.0.117",
|
|
@@ -239,5 +239,5 @@
|
|
|
239
239
|
"node": "20.11.0",
|
|
240
240
|
"yarn": "1.22.21"
|
|
241
241
|
},
|
|
242
|
-
"gitHead": "
|
|
242
|
+
"gitHead": "c8aef9dc3abecca3c969e63501caa45db91fdd25"
|
|
243
243
|
}
|