eas-cli 15.0.15 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +74 -74
- package/build/ApiV2Error.d.ts +2 -0
- package/build/ApiV2Error.js +2 -0
- package/build/build/build.js +2 -2
- package/build/commands/build/dev.js +2 -2
- package/build/commands/fingerprint/compare.js +10 -88
- package/build/commands/fingerprint/generate.d.ts +21 -0
- package/build/commands/fingerprint/generate.js +81 -0
- package/build/{utils/fingerprintCli.d.ts → fingerprint/cli.d.ts} +1 -1
- package/build/{utils/fingerprintCli.js → fingerprint/cli.js} +1 -1
- package/build/fingerprint/utils.d.ts +9 -0
- package/build/fingerprint/utils.js +93 -0
- package/build/project/publish.js +2 -2
- package/build/run/utils.js +1 -1
- package/build/vcs/clients/git.js +7 -4
- package/build/vcs/clients/noVcs.js +7 -3
- package/oclif.manifest.json +50 -1
- package/package.json +3 -3
- /package/build/{utils/fingerprintDiff.d.ts → fingerprint/diff.d.ts} +0 -0
- /package/build/{utils/fingerprintDiff.js → fingerprint/diff.js} +0 -0
- /package/build/{utils/fingerprint.d.ts → fingerprint/types.d.ts} +0 -0
- /package/build/{utils/fingerprint.js → fingerprint/types.js} +0 -0
package/README.md
CHANGED
|
@@ -160,7 +160,7 @@ ALIASES
|
|
|
160
160
|
$ eas login
|
|
161
161
|
```
|
|
162
162
|
|
|
163
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/
|
|
163
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
164
164
|
|
|
165
165
|
## `eas account:logout`
|
|
166
166
|
|
|
@@ -177,7 +177,7 @@ ALIASES
|
|
|
177
177
|
$ eas logout
|
|
178
178
|
```
|
|
179
179
|
|
|
180
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/
|
|
180
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
181
181
|
|
|
182
182
|
## `eas account:view`
|
|
183
183
|
|
|
@@ -194,7 +194,7 @@ ALIASES
|
|
|
194
194
|
$ eas whoami
|
|
195
195
|
```
|
|
196
196
|
|
|
197
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/
|
|
197
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
198
198
|
|
|
199
199
|
## `eas analytics [STATUS]`
|
|
200
200
|
|
|
@@ -208,7 +208,7 @@ DESCRIPTION
|
|
|
208
208
|
display or change analytics settings
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/
|
|
211
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
212
212
|
|
|
213
213
|
## `eas autocomplete [SHELL]`
|
|
214
214
|
|
|
@@ -260,7 +260,7 @@ DESCRIPTION
|
|
|
260
260
|
create a branch
|
|
261
261
|
```
|
|
262
262
|
|
|
263
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/
|
|
263
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
264
264
|
|
|
265
265
|
## `eas branch:delete [NAME]`
|
|
266
266
|
|
|
@@ -281,7 +281,7 @@ DESCRIPTION
|
|
|
281
281
|
delete a branch
|
|
282
282
|
```
|
|
283
283
|
|
|
284
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
284
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
285
285
|
|
|
286
286
|
## `eas branch:list`
|
|
287
287
|
|
|
@@ -301,7 +301,7 @@ DESCRIPTION
|
|
|
301
301
|
list all branches
|
|
302
302
|
```
|
|
303
303
|
|
|
304
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/
|
|
304
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
305
305
|
|
|
306
306
|
## `eas branch:rename`
|
|
307
307
|
|
|
@@ -321,7 +321,7 @@ DESCRIPTION
|
|
|
321
321
|
rename a branch
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/
|
|
324
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
325
325
|
|
|
326
326
|
## `eas branch:view [NAME]`
|
|
327
327
|
|
|
@@ -344,7 +344,7 @@ DESCRIPTION
|
|
|
344
344
|
view a branch
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/
|
|
347
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
348
348
|
|
|
349
349
|
## `eas build`
|
|
350
350
|
|
|
@@ -381,7 +381,7 @@ DESCRIPTION
|
|
|
381
381
|
start a build
|
|
382
382
|
```
|
|
383
383
|
|
|
384
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/
|
|
384
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
385
385
|
|
|
386
386
|
## `eas build:cancel [BUILD_ID]`
|
|
387
387
|
|
|
@@ -400,7 +400,7 @@ DESCRIPTION
|
|
|
400
400
|
cancel a build
|
|
401
401
|
```
|
|
402
402
|
|
|
403
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/
|
|
403
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
404
404
|
|
|
405
405
|
## `eas build:configure`
|
|
406
406
|
|
|
@@ -417,7 +417,7 @@ DESCRIPTION
|
|
|
417
417
|
configure the project to support EAS Build
|
|
418
418
|
```
|
|
419
419
|
|
|
420
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/
|
|
420
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
421
421
|
|
|
422
422
|
## `eas build:delete [BUILD_ID]`
|
|
423
423
|
|
|
@@ -436,7 +436,7 @@ DESCRIPTION
|
|
|
436
436
|
delete a build
|
|
437
437
|
```
|
|
438
438
|
|
|
439
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
439
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
440
440
|
|
|
441
441
|
## `eas build:dev`
|
|
442
442
|
|
|
@@ -456,7 +456,7 @@ DESCRIPTION
|
|
|
456
456
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
457
457
|
```
|
|
458
458
|
|
|
459
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/
|
|
459
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
460
460
|
|
|
461
461
|
## `eas build:inspect`
|
|
462
462
|
|
|
@@ -491,7 +491,7 @@ DESCRIPTION
|
|
|
491
491
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
492
492
|
```
|
|
493
493
|
|
|
494
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/
|
|
494
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
495
495
|
|
|
496
496
|
## `eas build:list`
|
|
497
497
|
|
|
@@ -543,7 +543,7 @@ DESCRIPTION
|
|
|
543
543
|
list all builds for your project
|
|
544
544
|
```
|
|
545
545
|
|
|
546
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/
|
|
546
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
547
547
|
|
|
548
548
|
## `eas build:resign`
|
|
549
549
|
|
|
@@ -572,7 +572,7 @@ DESCRIPTION
|
|
|
572
572
|
re-sign a build archive
|
|
573
573
|
```
|
|
574
574
|
|
|
575
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/
|
|
575
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
576
576
|
|
|
577
577
|
## `eas build:run`
|
|
578
578
|
|
|
@@ -598,7 +598,7 @@ DESCRIPTION
|
|
|
598
598
|
run simulator/emulator builds from eas-cli
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/
|
|
601
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
602
602
|
|
|
603
603
|
## `eas build:submit`
|
|
604
604
|
|
|
@@ -648,7 +648,7 @@ DESCRIPTION
|
|
|
648
648
|
get the latest version from EAS servers
|
|
649
649
|
```
|
|
650
650
|
|
|
651
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/
|
|
651
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
652
652
|
|
|
653
653
|
## `eas build:version:set`
|
|
654
654
|
|
|
@@ -667,7 +667,7 @@ DESCRIPTION
|
|
|
667
667
|
update version of an app
|
|
668
668
|
```
|
|
669
669
|
|
|
670
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/
|
|
670
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
671
671
|
|
|
672
672
|
## `eas build:version:sync`
|
|
673
673
|
|
|
@@ -686,7 +686,7 @@ DESCRIPTION
|
|
|
686
686
|
update a version in native code with a value stored on EAS servers
|
|
687
687
|
```
|
|
688
688
|
|
|
689
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/
|
|
689
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
690
690
|
|
|
691
691
|
## `eas build:view [BUILD_ID]`
|
|
692
692
|
|
|
@@ -703,7 +703,7 @@ DESCRIPTION
|
|
|
703
703
|
view a build for your project
|
|
704
704
|
```
|
|
705
705
|
|
|
706
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/
|
|
706
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
707
707
|
|
|
708
708
|
## `eas channel:create [NAME]`
|
|
709
709
|
|
|
@@ -724,7 +724,7 @@ DESCRIPTION
|
|
|
724
724
|
create a channel
|
|
725
725
|
```
|
|
726
726
|
|
|
727
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/
|
|
727
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
728
728
|
|
|
729
729
|
## `eas channel:edit [NAME]`
|
|
730
730
|
|
|
@@ -746,7 +746,7 @@ DESCRIPTION
|
|
|
746
746
|
point a channel at a new branch
|
|
747
747
|
```
|
|
748
748
|
|
|
749
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/
|
|
749
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
750
750
|
|
|
751
751
|
## `eas channel:list`
|
|
752
752
|
|
|
@@ -766,7 +766,7 @@ DESCRIPTION
|
|
|
766
766
|
list all channels
|
|
767
767
|
```
|
|
768
768
|
|
|
769
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/
|
|
769
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
770
770
|
|
|
771
771
|
## `eas channel:pause [NAME]`
|
|
772
772
|
|
|
@@ -788,7 +788,7 @@ DESCRIPTION
|
|
|
788
788
|
pause a channel to stop it from sending updates
|
|
789
789
|
```
|
|
790
790
|
|
|
791
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/
|
|
791
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
792
792
|
|
|
793
793
|
## `eas channel:resume [NAME]`
|
|
794
794
|
|
|
@@ -810,7 +810,7 @@ DESCRIPTION
|
|
|
810
810
|
resume a channel to start sending updates
|
|
811
811
|
```
|
|
812
812
|
|
|
813
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/
|
|
813
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
814
814
|
|
|
815
815
|
## `eas channel:rollout [CHANNEL]`
|
|
816
816
|
|
|
@@ -843,7 +843,7 @@ DESCRIPTION
|
|
|
843
843
|
Roll a new branch out on a channel incrementally.
|
|
844
844
|
```
|
|
845
845
|
|
|
846
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/
|
|
846
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
847
847
|
|
|
848
848
|
## `eas channel:view [NAME]`
|
|
849
849
|
|
|
@@ -866,7 +866,7 @@ DESCRIPTION
|
|
|
866
866
|
view a channel
|
|
867
867
|
```
|
|
868
868
|
|
|
869
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/
|
|
869
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
870
870
|
|
|
871
871
|
## `eas config`
|
|
872
872
|
|
|
@@ -887,7 +887,7 @@ DESCRIPTION
|
|
|
887
887
|
display project configuration (app.json + eas.json)
|
|
888
888
|
```
|
|
889
889
|
|
|
890
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/
|
|
890
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/config.ts)_
|
|
891
891
|
|
|
892
892
|
## `eas credentials`
|
|
893
893
|
|
|
@@ -904,7 +904,7 @@ DESCRIPTION
|
|
|
904
904
|
manage credentials
|
|
905
905
|
```
|
|
906
906
|
|
|
907
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/
|
|
907
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
908
908
|
|
|
909
909
|
## `eas credentials:configure-build`
|
|
910
910
|
|
|
@@ -922,7 +922,7 @@ DESCRIPTION
|
|
|
922
922
|
Set up credentials for building your project.
|
|
923
923
|
```
|
|
924
924
|
|
|
925
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/
|
|
925
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
926
926
|
|
|
927
927
|
## `eas deploy [2m[options][22m`
|
|
928
928
|
|
|
@@ -950,7 +950,7 @@ ALIASES
|
|
|
950
950
|
$ eas worker:deploy
|
|
951
951
|
```
|
|
952
952
|
|
|
953
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/
|
|
953
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
954
954
|
|
|
955
955
|
## `eas deploy:alias`
|
|
956
956
|
|
|
@@ -975,7 +975,7 @@ ALIASES
|
|
|
975
975
|
$ eas deploy:promote
|
|
976
976
|
```
|
|
977
977
|
|
|
978
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/
|
|
978
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/deploy/alias.ts)_
|
|
979
979
|
|
|
980
980
|
## `eas deploy:promote`
|
|
981
981
|
|
|
@@ -1012,7 +1012,7 @@ DESCRIPTION
|
|
|
1012
1012
|
register new Apple Devices to use for internal distribution
|
|
1013
1013
|
```
|
|
1014
1014
|
|
|
1015
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/
|
|
1015
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1016
1016
|
|
|
1017
1017
|
## `eas device:delete`
|
|
1018
1018
|
|
|
@@ -1032,7 +1032,7 @@ DESCRIPTION
|
|
|
1032
1032
|
remove a registered device from your account
|
|
1033
1033
|
```
|
|
1034
1034
|
|
|
1035
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
1035
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1036
1036
|
|
|
1037
1037
|
## `eas device:list`
|
|
1038
1038
|
|
|
@@ -1053,7 +1053,7 @@ DESCRIPTION
|
|
|
1053
1053
|
list all registered devices for your account
|
|
1054
1054
|
```
|
|
1055
1055
|
|
|
1056
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/
|
|
1056
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1057
1057
|
|
|
1058
1058
|
## `eas device:rename`
|
|
1059
1059
|
|
|
@@ -1074,7 +1074,7 @@ DESCRIPTION
|
|
|
1074
1074
|
rename a registered device
|
|
1075
1075
|
```
|
|
1076
1076
|
|
|
1077
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/
|
|
1077
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1078
1078
|
|
|
1079
1079
|
## `eas device:view [UDID]`
|
|
1080
1080
|
|
|
@@ -1088,7 +1088,7 @@ DESCRIPTION
|
|
|
1088
1088
|
view a device for your project
|
|
1089
1089
|
```
|
|
1090
1090
|
|
|
1091
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/
|
|
1091
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1092
1092
|
|
|
1093
1093
|
## `eas diagnostics`
|
|
1094
1094
|
|
|
@@ -1102,7 +1102,7 @@ DESCRIPTION
|
|
|
1102
1102
|
display environment info
|
|
1103
1103
|
```
|
|
1104
1104
|
|
|
1105
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/
|
|
1105
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1106
1106
|
|
|
1107
1107
|
## `eas env:create [ENVIRONMENT]`
|
|
1108
1108
|
|
|
@@ -1131,7 +1131,7 @@ DESCRIPTION
|
|
|
1131
1131
|
create an environment variable for the current project or account
|
|
1132
1132
|
```
|
|
1133
1133
|
|
|
1134
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/
|
|
1134
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1135
1135
|
|
|
1136
1136
|
## `eas env:delete [ENVIRONMENT]`
|
|
1137
1137
|
|
|
@@ -1155,7 +1155,7 @@ DESCRIPTION
|
|
|
1155
1155
|
delete an environment variable for the current project or account
|
|
1156
1156
|
```
|
|
1157
1157
|
|
|
1158
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
1158
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1159
1159
|
|
|
1160
1160
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1161
1161
|
|
|
@@ -1176,7 +1176,7 @@ DESCRIPTION
|
|
|
1176
1176
|
execute a command with environment variables from the selected environment
|
|
1177
1177
|
```
|
|
1178
1178
|
|
|
1179
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/
|
|
1179
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1180
1180
|
|
|
1181
1181
|
## `eas env:get [ENVIRONMENT]`
|
|
1182
1182
|
|
|
@@ -1201,7 +1201,7 @@ DESCRIPTION
|
|
|
1201
1201
|
view an environment variable for the current project or account
|
|
1202
1202
|
```
|
|
1203
1203
|
|
|
1204
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/
|
|
1204
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1205
1205
|
|
|
1206
1206
|
## `eas env:list [ENVIRONMENT]`
|
|
1207
1207
|
|
|
@@ -1226,7 +1226,7 @@ DESCRIPTION
|
|
|
1226
1226
|
list environment variables for the current project or account
|
|
1227
1227
|
```
|
|
1228
1228
|
|
|
1229
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/
|
|
1229
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1230
1230
|
|
|
1231
1231
|
## `eas env:pull [ENVIRONMENT]`
|
|
1232
1232
|
|
|
@@ -1249,7 +1249,7 @@ DESCRIPTION
|
|
|
1249
1249
|
pull environment variables for the selected environment to .env file
|
|
1250
1250
|
```
|
|
1251
1251
|
|
|
1252
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/
|
|
1252
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1253
1253
|
|
|
1254
1254
|
## `eas env:push [ENVIRONMENT]`
|
|
1255
1255
|
|
|
@@ -1270,7 +1270,7 @@ DESCRIPTION
|
|
|
1270
1270
|
push environment variables from .env file to the selected environment
|
|
1271
1271
|
```
|
|
1272
1272
|
|
|
1273
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/
|
|
1273
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1274
1274
|
|
|
1275
1275
|
## `eas env:update [ENVIRONMENT]`
|
|
1276
1276
|
|
|
@@ -1301,7 +1301,7 @@ DESCRIPTION
|
|
|
1301
1301
|
update an environment variable on the current project or account
|
|
1302
1302
|
```
|
|
1303
1303
|
|
|
1304
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/
|
|
1304
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1305
1305
|
|
|
1306
1306
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1307
1307
|
|
|
@@ -1342,7 +1342,7 @@ EXAMPLES
|
|
|
1342
1342
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1343
1343
|
```
|
|
1344
1344
|
|
|
1345
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/
|
|
1345
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1346
1346
|
|
|
1347
1347
|
## `eas help [COMMAND]`
|
|
1348
1348
|
|
|
@@ -1450,7 +1450,7 @@ DESCRIPTION
|
|
|
1450
1450
|
validate the local store configuration
|
|
1451
1451
|
```
|
|
1452
1452
|
|
|
1453
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/
|
|
1453
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1454
1454
|
|
|
1455
1455
|
## `eas metadata:pull`
|
|
1456
1456
|
|
|
@@ -1467,7 +1467,7 @@ DESCRIPTION
|
|
|
1467
1467
|
generate the local store configuration from the app stores
|
|
1468
1468
|
```
|
|
1469
1469
|
|
|
1470
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/
|
|
1470
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1471
1471
|
|
|
1472
1472
|
## `eas metadata:push`
|
|
1473
1473
|
|
|
@@ -1484,7 +1484,7 @@ DESCRIPTION
|
|
|
1484
1484
|
sync the local store configuration to the app stores
|
|
1485
1485
|
```
|
|
1486
1486
|
|
|
1487
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/
|
|
1487
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1488
1488
|
|
|
1489
1489
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1490
1490
|
|
|
@@ -1514,7 +1514,7 @@ DESCRIPTION
|
|
|
1514
1514
|
open the project page in a web browser
|
|
1515
1515
|
```
|
|
1516
1516
|
|
|
1517
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/
|
|
1517
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/open.ts)_
|
|
1518
1518
|
|
|
1519
1519
|
## `eas project:info`
|
|
1520
1520
|
|
|
@@ -1528,7 +1528,7 @@ DESCRIPTION
|
|
|
1528
1528
|
information about the current project
|
|
1529
1529
|
```
|
|
1530
1530
|
|
|
1531
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/
|
|
1531
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1532
1532
|
|
|
1533
1533
|
## `eas project:init`
|
|
1534
1534
|
|
|
@@ -1551,7 +1551,7 @@ ALIASES
|
|
|
1551
1551
|
$ eas init
|
|
1552
1552
|
```
|
|
1553
1553
|
|
|
1554
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/
|
|
1554
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1555
1555
|
|
|
1556
1556
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1557
1557
|
|
|
@@ -1569,7 +1569,7 @@ ALIASES
|
|
|
1569
1569
|
$ eas onboarding
|
|
1570
1570
|
```
|
|
1571
1571
|
|
|
1572
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/
|
|
1572
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1573
1573
|
|
|
1574
1574
|
## `eas submit`
|
|
1575
1575
|
|
|
@@ -1600,7 +1600,7 @@ ALIASES
|
|
|
1600
1600
|
$ eas build:submit
|
|
1601
1601
|
```
|
|
1602
1602
|
|
|
1603
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/
|
|
1603
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1604
1604
|
|
|
1605
1605
|
## `eas update`
|
|
1606
1606
|
|
|
@@ -1642,7 +1642,7 @@ DESCRIPTION
|
|
|
1642
1642
|
publish an update group
|
|
1643
1643
|
```
|
|
1644
1644
|
|
|
1645
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/
|
|
1645
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1646
1646
|
|
|
1647
1647
|
## `eas update:configure`
|
|
1648
1648
|
|
|
@@ -1662,7 +1662,7 @@ DESCRIPTION
|
|
|
1662
1662
|
configure the project to support EAS Update
|
|
1663
1663
|
```
|
|
1664
1664
|
|
|
1665
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/
|
|
1665
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1666
1666
|
|
|
1667
1667
|
## `eas update:delete GROUPID`
|
|
1668
1668
|
|
|
@@ -1683,7 +1683,7 @@ DESCRIPTION
|
|
|
1683
1683
|
delete all the updates in an update group
|
|
1684
1684
|
```
|
|
1685
1685
|
|
|
1686
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
1686
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1687
1687
|
|
|
1688
1688
|
## `eas update:edit [GROUPID]`
|
|
1689
1689
|
|
|
@@ -1707,7 +1707,7 @@ DESCRIPTION
|
|
|
1707
1707
|
edit all the updates in an update group
|
|
1708
1708
|
```
|
|
1709
1709
|
|
|
1710
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/
|
|
1710
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1711
1711
|
|
|
1712
1712
|
## `eas update:list`
|
|
1713
1713
|
|
|
@@ -1729,7 +1729,7 @@ DESCRIPTION
|
|
|
1729
1729
|
view the recent updates
|
|
1730
1730
|
```
|
|
1731
1731
|
|
|
1732
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/
|
|
1732
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1733
1733
|
|
|
1734
1734
|
## `eas update:republish`
|
|
1735
1735
|
|
|
@@ -1761,7 +1761,7 @@ DESCRIPTION
|
|
|
1761
1761
|
roll back to an existing update
|
|
1762
1762
|
```
|
|
1763
1763
|
|
|
1764
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/
|
|
1764
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1765
1765
|
|
|
1766
1766
|
## `eas update:roll-back-to-embedded`
|
|
1767
1767
|
|
|
@@ -1789,7 +1789,7 @@ DESCRIPTION
|
|
|
1789
1789
|
roll back to the embedded update
|
|
1790
1790
|
```
|
|
1791
1791
|
|
|
1792
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/
|
|
1792
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1793
1793
|
|
|
1794
1794
|
## `eas update:rollback`
|
|
1795
1795
|
|
|
@@ -1809,7 +1809,7 @@ DESCRIPTION
|
|
|
1809
1809
|
roll back to an embedded update or an existing update
|
|
1810
1810
|
```
|
|
1811
1811
|
|
|
1812
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/
|
|
1812
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1813
1813
|
|
|
1814
1814
|
## `eas update:view GROUPID`
|
|
1815
1815
|
|
|
@@ -1829,7 +1829,7 @@ DESCRIPTION
|
|
|
1829
1829
|
update group details
|
|
1830
1830
|
```
|
|
1831
1831
|
|
|
1832
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/
|
|
1832
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
1833
1833
|
|
|
1834
1834
|
## `eas webhook:create`
|
|
1835
1835
|
|
|
@@ -1850,7 +1850,7 @@ DESCRIPTION
|
|
|
1850
1850
|
create a webhook
|
|
1851
1851
|
```
|
|
1852
1852
|
|
|
1853
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/
|
|
1853
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1854
1854
|
|
|
1855
1855
|
## `eas webhook:delete [ID]`
|
|
1856
1856
|
|
|
@@ -1870,7 +1870,7 @@ DESCRIPTION
|
|
|
1870
1870
|
delete a webhook
|
|
1871
1871
|
```
|
|
1872
1872
|
|
|
1873
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/
|
|
1873
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1874
1874
|
|
|
1875
1875
|
## `eas webhook:list`
|
|
1876
1876
|
|
|
@@ -1888,7 +1888,7 @@ DESCRIPTION
|
|
|
1888
1888
|
list webhooks
|
|
1889
1889
|
```
|
|
1890
1890
|
|
|
1891
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/
|
|
1891
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1892
1892
|
|
|
1893
1893
|
## `eas webhook:update`
|
|
1894
1894
|
|
|
@@ -1910,7 +1910,7 @@ DESCRIPTION
|
|
|
1910
1910
|
update a webhook
|
|
1911
1911
|
```
|
|
1912
1912
|
|
|
1913
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/
|
|
1913
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1914
1914
|
|
|
1915
1915
|
## `eas webhook:view ID`
|
|
1916
1916
|
|
|
@@ -1927,7 +1927,7 @@ DESCRIPTION
|
|
|
1927
1927
|
view a webhook
|
|
1928
1928
|
```
|
|
1929
1929
|
|
|
1930
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/
|
|
1930
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1931
1931
|
|
|
1932
1932
|
## `eas whoami`
|
|
1933
1933
|
|
|
@@ -2011,7 +2011,7 @@ DESCRIPTION
|
|
|
2011
2011
|
create a new workflow configuration YAML file
|
|
2012
2012
|
```
|
|
2013
2013
|
|
|
2014
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/
|
|
2014
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2015
2015
|
|
|
2016
2016
|
## `eas workflow:run [FILE]`
|
|
2017
2017
|
|
|
@@ -2031,7 +2031,7 @@ DESCRIPTION
|
|
|
2031
2031
|
Run an EAS workflow
|
|
2032
2032
|
```
|
|
2033
2033
|
|
|
2034
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/
|
|
2034
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2035
2035
|
|
|
2036
2036
|
## `eas workflow:validate PATH`
|
|
2037
2037
|
|
|
@@ -2051,5 +2051,5 @@ DESCRIPTION
|
|
|
2051
2051
|
validate a workflow configuration yaml file
|
|
2052
2052
|
```
|
|
2053
2053
|
|
|
2054
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/
|
|
2054
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.0.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2055
2055
|
<!-- commandsstop -->
|