eas-cli 16.17.3 → 16.18.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 +110 -88
- package/build/build/utils/formatBuild.js +24 -2
- package/build/commands/channel/delete.d.ts +0 -1
- package/build/commands/channel/delete.js +0 -1
- package/build/commands/env/push.js +3 -3
- package/build/commands/metadata/pull.js +1 -1
- package/build/credentials/ios/actions/DistributionCertificateUtils.js +1 -1
- package/build/credentials/ios/actions/PushKeyUtils.js +1 -1
- package/build/graphql/generated.d.ts +86 -26
- package/build/graphql/generated.js +8 -3
- package/build/graphql/types/Build.js +4 -0
- package/build/user/expoSsoLauncher.js +1 -0
- package/oclif.manifest.json +1 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -81,6 +81,7 @@ eas --help COMMAND
|
|
|
81
81
|
* [`eas build:version:sync`](#eas-buildversionsync)
|
|
82
82
|
* [`eas build:view [BUILD_ID]`](#eas-buildview-build_id)
|
|
83
83
|
* [`eas channel:create [NAME]`](#eas-channelcreate-name)
|
|
84
|
+
* [`eas channel:delete [NAME]`](#eas-channeldelete-name)
|
|
84
85
|
* [`eas channel:edit [NAME]`](#eas-channeledit-name)
|
|
85
86
|
* [`eas channel:list`](#eas-channellist)
|
|
86
87
|
* [`eas channel:pause [NAME]`](#eas-channelpause-name)
|
|
@@ -90,7 +91,7 @@ eas --help COMMAND
|
|
|
90
91
|
* [`eas config`](#eas-config)
|
|
91
92
|
* [`eas credentials`](#eas-credentials)
|
|
92
93
|
* [`eas credentials:configure-build`](#eas-credentialsconfigure-build)
|
|
93
|
-
* [`eas deploy
|
|
94
|
+
* [`eas deploy [options]`](#eas-deploy-options)
|
|
94
95
|
* [`eas deploy:alias`](#eas-deployalias)
|
|
95
96
|
* [`eas deploy:alias:delete [ALIAS_NAME]`](#eas-deployaliasdelete-alias_name)
|
|
96
97
|
* [`eas deploy:delete [DEPLOYMENT_ID]`](#eas-deploydelete-deployment_id)
|
|
@@ -145,7 +146,7 @@ eas --help COMMAND
|
|
|
145
146
|
* [`eas worker:alias`](#eas-workeralias)
|
|
146
147
|
* [`eas worker:alias:delete [ALIAS_NAME]`](#eas-workeraliasdelete-alias_name)
|
|
147
148
|
* [`eas worker:delete [DEPLOYMENT_ID]`](#eas-workerdelete-deployment_id)
|
|
148
|
-
* [`eas deploy
|
|
149
|
+
* [`eas deploy [options]`](#eas-deploy-options-1)
|
|
149
150
|
* [`eas workflow:cancel`](#eas-workflowcancel)
|
|
150
151
|
* [`eas workflow:create [NAME]`](#eas-workflowcreate-name)
|
|
151
152
|
* [`eas workflow:logs [ID]`](#eas-workflowlogs-id)
|
|
@@ -172,7 +173,7 @@ ALIASES
|
|
|
172
173
|
$ eas login
|
|
173
174
|
```
|
|
174
175
|
|
|
175
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
176
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
176
177
|
|
|
177
178
|
## `eas account:logout`
|
|
178
179
|
|
|
@@ -189,7 +190,7 @@ ALIASES
|
|
|
189
190
|
$ eas logout
|
|
190
191
|
```
|
|
191
192
|
|
|
192
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
193
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
193
194
|
|
|
194
195
|
## `eas account:view`
|
|
195
196
|
|
|
@@ -206,7 +207,7 @@ ALIASES
|
|
|
206
207
|
$ eas whoami
|
|
207
208
|
```
|
|
208
209
|
|
|
209
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
210
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
210
211
|
|
|
211
212
|
## `eas analytics [STATUS]`
|
|
212
213
|
|
|
@@ -220,7 +221,7 @@ DESCRIPTION
|
|
|
220
221
|
display or change analytics settings
|
|
221
222
|
```
|
|
222
223
|
|
|
223
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
224
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
224
225
|
|
|
225
226
|
## `eas autocomplete [SHELL]`
|
|
226
227
|
|
|
@@ -272,7 +273,7 @@ DESCRIPTION
|
|
|
272
273
|
create a branch
|
|
273
274
|
```
|
|
274
275
|
|
|
275
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
276
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
276
277
|
|
|
277
278
|
## `eas branch:delete [NAME]`
|
|
278
279
|
|
|
@@ -293,7 +294,7 @@ DESCRIPTION
|
|
|
293
294
|
delete a branch
|
|
294
295
|
```
|
|
295
296
|
|
|
296
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
297
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
297
298
|
|
|
298
299
|
## `eas branch:list`
|
|
299
300
|
|
|
@@ -313,7 +314,7 @@ DESCRIPTION
|
|
|
313
314
|
list all branches
|
|
314
315
|
```
|
|
315
316
|
|
|
316
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
317
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
317
318
|
|
|
318
319
|
## `eas branch:rename`
|
|
319
320
|
|
|
@@ -333,7 +334,7 @@ DESCRIPTION
|
|
|
333
334
|
rename a branch
|
|
334
335
|
```
|
|
335
336
|
|
|
336
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
337
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
337
338
|
|
|
338
339
|
## `eas branch:view [NAME]`
|
|
339
340
|
|
|
@@ -356,7 +357,7 @@ DESCRIPTION
|
|
|
356
357
|
view a branch
|
|
357
358
|
```
|
|
358
359
|
|
|
359
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
360
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
360
361
|
|
|
361
362
|
## `eas build`
|
|
362
363
|
|
|
@@ -397,7 +398,7 @@ DESCRIPTION
|
|
|
397
398
|
start a build
|
|
398
399
|
```
|
|
399
400
|
|
|
400
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
401
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
401
402
|
|
|
402
403
|
## `eas build:cancel [BUILD_ID]`
|
|
403
404
|
|
|
@@ -416,7 +417,7 @@ DESCRIPTION
|
|
|
416
417
|
cancel a build
|
|
417
418
|
```
|
|
418
419
|
|
|
419
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
420
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
420
421
|
|
|
421
422
|
## `eas build:configure`
|
|
422
423
|
|
|
@@ -433,7 +434,7 @@ DESCRIPTION
|
|
|
433
434
|
configure the project to support EAS Build
|
|
434
435
|
```
|
|
435
436
|
|
|
436
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
437
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
437
438
|
|
|
438
439
|
## `eas build:delete [BUILD_ID]`
|
|
439
440
|
|
|
@@ -452,7 +453,7 @@ DESCRIPTION
|
|
|
452
453
|
delete a build
|
|
453
454
|
```
|
|
454
455
|
|
|
455
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
456
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
456
457
|
|
|
457
458
|
## `eas build:dev`
|
|
458
459
|
|
|
@@ -472,7 +473,7 @@ DESCRIPTION
|
|
|
472
473
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
473
474
|
```
|
|
474
475
|
|
|
475
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
476
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
476
477
|
|
|
477
478
|
## `eas build:download`
|
|
478
479
|
|
|
@@ -493,7 +494,7 @@ DESCRIPTION
|
|
|
493
494
|
download simulator/emulator builds for a given fingerprint hash
|
|
494
495
|
```
|
|
495
496
|
|
|
496
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
497
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/download.ts)_
|
|
497
498
|
|
|
498
499
|
## `eas build:inspect`
|
|
499
500
|
|
|
@@ -528,7 +529,7 @@ DESCRIPTION
|
|
|
528
529
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
529
530
|
```
|
|
530
531
|
|
|
531
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
532
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
532
533
|
|
|
533
534
|
## `eas build:list`
|
|
534
535
|
|
|
@@ -580,7 +581,7 @@ DESCRIPTION
|
|
|
580
581
|
list all builds for your project
|
|
581
582
|
```
|
|
582
583
|
|
|
583
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
584
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
584
585
|
|
|
585
586
|
## `eas build:resign`
|
|
586
587
|
|
|
@@ -609,7 +610,7 @@ DESCRIPTION
|
|
|
609
610
|
re-sign a build archive
|
|
610
611
|
```
|
|
611
612
|
|
|
612
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
613
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
613
614
|
|
|
614
615
|
## `eas build:run`
|
|
615
616
|
|
|
@@ -635,7 +636,7 @@ DESCRIPTION
|
|
|
635
636
|
run simulator/emulator builds from eas-cli
|
|
636
637
|
```
|
|
637
638
|
|
|
638
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
639
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
639
640
|
|
|
640
641
|
## `eas build:submit`
|
|
641
642
|
|
|
@@ -689,7 +690,7 @@ DESCRIPTION
|
|
|
689
690
|
get the latest version from EAS servers
|
|
690
691
|
```
|
|
691
692
|
|
|
692
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
693
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
693
694
|
|
|
694
695
|
## `eas build:version:set`
|
|
695
696
|
|
|
@@ -708,7 +709,7 @@ DESCRIPTION
|
|
|
708
709
|
update version of an app
|
|
709
710
|
```
|
|
710
711
|
|
|
711
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
712
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
712
713
|
|
|
713
714
|
## `eas build:version:sync`
|
|
714
715
|
|
|
@@ -727,7 +728,7 @@ DESCRIPTION
|
|
|
727
728
|
update a version in native code with a value stored on EAS servers
|
|
728
729
|
```
|
|
729
730
|
|
|
730
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
731
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
731
732
|
|
|
732
733
|
## `eas build:view [BUILD_ID]`
|
|
733
734
|
|
|
@@ -744,7 +745,7 @@ DESCRIPTION
|
|
|
744
745
|
view a build for your project
|
|
745
746
|
```
|
|
746
747
|
|
|
747
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
748
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
748
749
|
|
|
749
750
|
## `eas channel:create [NAME]`
|
|
750
751
|
|
|
@@ -765,7 +766,28 @@ DESCRIPTION
|
|
|
765
766
|
create a channel
|
|
766
767
|
```
|
|
767
768
|
|
|
768
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
769
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
770
|
+
|
|
771
|
+
## `eas channel:delete [NAME]`
|
|
772
|
+
|
|
773
|
+
Delete a channel
|
|
774
|
+
|
|
775
|
+
```
|
|
776
|
+
USAGE
|
|
777
|
+
$ eas channel:delete [NAME] [--json --non-interactive]
|
|
778
|
+
|
|
779
|
+
ARGUMENTS
|
|
780
|
+
NAME Name of the channel to delete
|
|
781
|
+
|
|
782
|
+
FLAGS
|
|
783
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
784
|
+
--non-interactive Run the command in non-interactive mode.
|
|
785
|
+
|
|
786
|
+
DESCRIPTION
|
|
787
|
+
Delete a channel
|
|
788
|
+
```
|
|
789
|
+
|
|
790
|
+
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/channel/delete.ts)_
|
|
769
791
|
|
|
770
792
|
## `eas channel:edit [NAME]`
|
|
771
793
|
|
|
@@ -787,7 +809,7 @@ DESCRIPTION
|
|
|
787
809
|
point a channel at a new branch
|
|
788
810
|
```
|
|
789
811
|
|
|
790
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
812
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
791
813
|
|
|
792
814
|
## `eas channel:list`
|
|
793
815
|
|
|
@@ -807,7 +829,7 @@ DESCRIPTION
|
|
|
807
829
|
list all channels
|
|
808
830
|
```
|
|
809
831
|
|
|
810
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
832
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
811
833
|
|
|
812
834
|
## `eas channel:pause [NAME]`
|
|
813
835
|
|
|
@@ -829,7 +851,7 @@ DESCRIPTION
|
|
|
829
851
|
pause a channel to stop it from sending updates
|
|
830
852
|
```
|
|
831
853
|
|
|
832
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
854
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
833
855
|
|
|
834
856
|
## `eas channel:resume [NAME]`
|
|
835
857
|
|
|
@@ -851,7 +873,7 @@ DESCRIPTION
|
|
|
851
873
|
resume a channel to start sending updates
|
|
852
874
|
```
|
|
853
875
|
|
|
854
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
876
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
855
877
|
|
|
856
878
|
## `eas channel:rollout [CHANNEL]`
|
|
857
879
|
|
|
@@ -884,7 +906,7 @@ DESCRIPTION
|
|
|
884
906
|
Roll a new branch out on a channel incrementally.
|
|
885
907
|
```
|
|
886
908
|
|
|
887
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
909
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
888
910
|
|
|
889
911
|
## `eas channel:view [NAME]`
|
|
890
912
|
|
|
@@ -907,7 +929,7 @@ DESCRIPTION
|
|
|
907
929
|
view a channel
|
|
908
930
|
```
|
|
909
931
|
|
|
910
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
932
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
911
933
|
|
|
912
934
|
## `eas config`
|
|
913
935
|
|
|
@@ -928,7 +950,7 @@ DESCRIPTION
|
|
|
928
950
|
display project configuration (app.json + eas.json)
|
|
929
951
|
```
|
|
930
952
|
|
|
931
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
953
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/config.ts)_
|
|
932
954
|
|
|
933
955
|
## `eas credentials`
|
|
934
956
|
|
|
@@ -945,7 +967,7 @@ DESCRIPTION
|
|
|
945
967
|
manage credentials
|
|
946
968
|
```
|
|
947
969
|
|
|
948
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
970
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
949
971
|
|
|
950
972
|
## `eas credentials:configure-build`
|
|
951
973
|
|
|
@@ -963,9 +985,9 @@ DESCRIPTION
|
|
|
963
985
|
Set up credentials for building your project.
|
|
964
986
|
```
|
|
965
987
|
|
|
966
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
988
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
967
989
|
|
|
968
|
-
## `eas deploy
|
|
990
|
+
## `eas deploy [options]`
|
|
969
991
|
|
|
970
992
|
deploy your Expo Router web build and API Routes
|
|
971
993
|
|
|
@@ -991,7 +1013,7 @@ ALIASES
|
|
|
991
1013
|
$ eas worker:deploy
|
|
992
1014
|
```
|
|
993
1015
|
|
|
994
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1016
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
995
1017
|
|
|
996
1018
|
## `eas deploy:alias`
|
|
997
1019
|
|
|
@@ -1016,7 +1038,7 @@ ALIASES
|
|
|
1016
1038
|
$ eas deploy:promote
|
|
1017
1039
|
```
|
|
1018
1040
|
|
|
1019
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1041
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/deploy/alias/index.ts)_
|
|
1020
1042
|
|
|
1021
1043
|
## `eas deploy:alias:delete [ALIAS_NAME]`
|
|
1022
1044
|
|
|
@@ -1037,7 +1059,7 @@ ALIASES
|
|
|
1037
1059
|
$ eas worker:alias:delete
|
|
1038
1060
|
```
|
|
1039
1061
|
|
|
1040
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1062
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
|
|
1041
1063
|
|
|
1042
1064
|
## `eas deploy:delete [DEPLOYMENT_ID]`
|
|
1043
1065
|
|
|
@@ -1058,7 +1080,7 @@ ALIASES
|
|
|
1058
1080
|
$ eas worker:delete
|
|
1059
1081
|
```
|
|
1060
1082
|
|
|
1061
|
-
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1083
|
+
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/deploy/delete.ts)_
|
|
1062
1084
|
|
|
1063
1085
|
## `eas deploy:promote`
|
|
1064
1086
|
|
|
@@ -1095,7 +1117,7 @@ DESCRIPTION
|
|
|
1095
1117
|
register new Apple Devices to use for internal distribution
|
|
1096
1118
|
```
|
|
1097
1119
|
|
|
1098
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1120
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1099
1121
|
|
|
1100
1122
|
## `eas device:delete`
|
|
1101
1123
|
|
|
@@ -1115,7 +1137,7 @@ DESCRIPTION
|
|
|
1115
1137
|
remove a registered device from your account
|
|
1116
1138
|
```
|
|
1117
1139
|
|
|
1118
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1140
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1119
1141
|
|
|
1120
1142
|
## `eas device:list`
|
|
1121
1143
|
|
|
@@ -1136,7 +1158,7 @@ DESCRIPTION
|
|
|
1136
1158
|
list all registered devices for your account
|
|
1137
1159
|
```
|
|
1138
1160
|
|
|
1139
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1161
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1140
1162
|
|
|
1141
1163
|
## `eas device:rename`
|
|
1142
1164
|
|
|
@@ -1157,7 +1179,7 @@ DESCRIPTION
|
|
|
1157
1179
|
rename a registered device
|
|
1158
1180
|
```
|
|
1159
1181
|
|
|
1160
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1182
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1161
1183
|
|
|
1162
1184
|
## `eas device:view [UDID]`
|
|
1163
1185
|
|
|
@@ -1171,7 +1193,7 @@ DESCRIPTION
|
|
|
1171
1193
|
view a device for your project
|
|
1172
1194
|
```
|
|
1173
1195
|
|
|
1174
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1196
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1175
1197
|
|
|
1176
1198
|
## `eas diagnostics`
|
|
1177
1199
|
|
|
@@ -1185,7 +1207,7 @@ DESCRIPTION
|
|
|
1185
1207
|
display environment info
|
|
1186
1208
|
```
|
|
1187
1209
|
|
|
1188
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1210
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1189
1211
|
|
|
1190
1212
|
## `eas env:create [ENVIRONMENT]`
|
|
1191
1213
|
|
|
@@ -1214,7 +1236,7 @@ DESCRIPTION
|
|
|
1214
1236
|
create an environment variable for the current project or account
|
|
1215
1237
|
```
|
|
1216
1238
|
|
|
1217
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1239
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1218
1240
|
|
|
1219
1241
|
## `eas env:delete [ENVIRONMENT]`
|
|
1220
1242
|
|
|
@@ -1238,7 +1260,7 @@ DESCRIPTION
|
|
|
1238
1260
|
delete an environment variable for the current project or account
|
|
1239
1261
|
```
|
|
1240
1262
|
|
|
1241
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1263
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1242
1264
|
|
|
1243
1265
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1244
1266
|
|
|
@@ -1259,7 +1281,7 @@ DESCRIPTION
|
|
|
1259
1281
|
execute a command with environment variables from the selected environment
|
|
1260
1282
|
```
|
|
1261
1283
|
|
|
1262
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1284
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1263
1285
|
|
|
1264
1286
|
## `eas env:get [ENVIRONMENT]`
|
|
1265
1287
|
|
|
@@ -1284,7 +1306,7 @@ DESCRIPTION
|
|
|
1284
1306
|
view an environment variable for the current project or account
|
|
1285
1307
|
```
|
|
1286
1308
|
|
|
1287
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1309
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1288
1310
|
|
|
1289
1311
|
## `eas env:list [ENVIRONMENT]`
|
|
1290
1312
|
|
|
@@ -1309,7 +1331,7 @@ DESCRIPTION
|
|
|
1309
1331
|
list environment variables for the current project or account
|
|
1310
1332
|
```
|
|
1311
1333
|
|
|
1312
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1334
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1313
1335
|
|
|
1314
1336
|
## `eas env:pull [ENVIRONMENT]`
|
|
1315
1337
|
|
|
@@ -1332,7 +1354,7 @@ DESCRIPTION
|
|
|
1332
1354
|
pull environment variables for the selected environment to .env file
|
|
1333
1355
|
```
|
|
1334
1356
|
|
|
1335
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1357
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1336
1358
|
|
|
1337
1359
|
## `eas env:push [ENVIRONMENT]`
|
|
1338
1360
|
|
|
@@ -1353,7 +1375,7 @@ DESCRIPTION
|
|
|
1353
1375
|
push environment variables from .env file to the selected environment
|
|
1354
1376
|
```
|
|
1355
1377
|
|
|
1356
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1378
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1357
1379
|
|
|
1358
1380
|
## `eas env:update [ENVIRONMENT]`
|
|
1359
1381
|
|
|
@@ -1384,7 +1406,7 @@ DESCRIPTION
|
|
|
1384
1406
|
update an environment variable on the current project or account
|
|
1385
1407
|
```
|
|
1386
1408
|
|
|
1387
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1409
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1388
1410
|
|
|
1389
1411
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1390
1412
|
|
|
@@ -1429,7 +1451,7 @@ EXAMPLES
|
|
|
1429
1451
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1430
1452
|
```
|
|
1431
1453
|
|
|
1432
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1454
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1433
1455
|
|
|
1434
1456
|
## `eas fingerprint:generate`
|
|
1435
1457
|
|
|
@@ -1460,7 +1482,7 @@ EXAMPLES
|
|
|
1460
1482
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1461
1483
|
```
|
|
1462
1484
|
|
|
1463
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1485
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1464
1486
|
|
|
1465
1487
|
## `eas help [COMMAND]`
|
|
1466
1488
|
|
|
@@ -1568,7 +1590,7 @@ DESCRIPTION
|
|
|
1568
1590
|
validate the local store configuration
|
|
1569
1591
|
```
|
|
1570
1592
|
|
|
1571
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1593
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1572
1594
|
|
|
1573
1595
|
## `eas metadata:pull`
|
|
1574
1596
|
|
|
@@ -1585,7 +1607,7 @@ DESCRIPTION
|
|
|
1585
1607
|
generate the local store configuration from the app stores
|
|
1586
1608
|
```
|
|
1587
1609
|
|
|
1588
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1610
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1589
1611
|
|
|
1590
1612
|
## `eas metadata:push`
|
|
1591
1613
|
|
|
@@ -1602,7 +1624,7 @@ DESCRIPTION
|
|
|
1602
1624
|
sync the local store configuration to the app stores
|
|
1603
1625
|
```
|
|
1604
1626
|
|
|
1605
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1627
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1606
1628
|
|
|
1607
1629
|
## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1608
1630
|
|
|
@@ -1632,7 +1654,7 @@ DESCRIPTION
|
|
|
1632
1654
|
open the project page in a web browser
|
|
1633
1655
|
```
|
|
1634
1656
|
|
|
1635
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1657
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/open.ts)_
|
|
1636
1658
|
|
|
1637
1659
|
## `eas project:info`
|
|
1638
1660
|
|
|
@@ -1646,7 +1668,7 @@ DESCRIPTION
|
|
|
1646
1668
|
information about the current project
|
|
1647
1669
|
```
|
|
1648
1670
|
|
|
1649
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1671
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1650
1672
|
|
|
1651
1673
|
## `eas project:init`
|
|
1652
1674
|
|
|
@@ -1669,7 +1691,7 @@ ALIASES
|
|
|
1669
1691
|
$ eas init
|
|
1670
1692
|
```
|
|
1671
1693
|
|
|
1672
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1694
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1673
1695
|
|
|
1674
1696
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1675
1697
|
|
|
@@ -1687,7 +1709,7 @@ ALIASES
|
|
|
1687
1709
|
$ eas onboarding
|
|
1688
1710
|
```
|
|
1689
1711
|
|
|
1690
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1712
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1691
1713
|
|
|
1692
1714
|
## `eas submit`
|
|
1693
1715
|
|
|
@@ -1722,7 +1744,7 @@ ALIASES
|
|
|
1722
1744
|
$ eas build:submit
|
|
1723
1745
|
```
|
|
1724
1746
|
|
|
1725
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1747
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1726
1748
|
|
|
1727
1749
|
## `eas update`
|
|
1728
1750
|
|
|
@@ -1764,7 +1786,7 @@ DESCRIPTION
|
|
|
1764
1786
|
publish an update group
|
|
1765
1787
|
```
|
|
1766
1788
|
|
|
1767
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1789
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1768
1790
|
|
|
1769
1791
|
## `eas update:configure`
|
|
1770
1792
|
|
|
@@ -1784,7 +1806,7 @@ DESCRIPTION
|
|
|
1784
1806
|
configure the project to support EAS Update
|
|
1785
1807
|
```
|
|
1786
1808
|
|
|
1787
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1809
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1788
1810
|
|
|
1789
1811
|
## `eas update:delete GROUPID`
|
|
1790
1812
|
|
|
@@ -1805,7 +1827,7 @@ DESCRIPTION
|
|
|
1805
1827
|
delete all the updates in an update group
|
|
1806
1828
|
```
|
|
1807
1829
|
|
|
1808
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1830
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1809
1831
|
|
|
1810
1832
|
## `eas update:edit [GROUPID]`
|
|
1811
1833
|
|
|
@@ -1829,7 +1851,7 @@ DESCRIPTION
|
|
|
1829
1851
|
edit all the updates in an update group
|
|
1830
1852
|
```
|
|
1831
1853
|
|
|
1832
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1854
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1833
1855
|
|
|
1834
1856
|
## `eas update:list`
|
|
1835
1857
|
|
|
@@ -1851,7 +1873,7 @@ DESCRIPTION
|
|
|
1851
1873
|
view the recent updates
|
|
1852
1874
|
```
|
|
1853
1875
|
|
|
1854
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1876
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1855
1877
|
|
|
1856
1878
|
## `eas update:republish`
|
|
1857
1879
|
|
|
@@ -1887,7 +1909,7 @@ DESCRIPTION
|
|
|
1887
1909
|
roll back to an existing update
|
|
1888
1910
|
```
|
|
1889
1911
|
|
|
1890
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1912
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1891
1913
|
|
|
1892
1914
|
## `eas update:revert-update-rollout`
|
|
1893
1915
|
|
|
@@ -1914,7 +1936,7 @@ DESCRIPTION
|
|
|
1914
1936
|
revert a rollout update for a project
|
|
1915
1937
|
```
|
|
1916
1938
|
|
|
1917
|
-
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1939
|
+
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
|
|
1918
1940
|
|
|
1919
1941
|
## `eas update:roll-back-to-embedded`
|
|
1920
1942
|
|
|
@@ -1942,7 +1964,7 @@ DESCRIPTION
|
|
|
1942
1964
|
roll back to the embedded update
|
|
1943
1965
|
```
|
|
1944
1966
|
|
|
1945
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1967
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
1946
1968
|
|
|
1947
1969
|
## `eas update:rollback`
|
|
1948
1970
|
|
|
@@ -1962,7 +1984,7 @@ DESCRIPTION
|
|
|
1962
1984
|
roll back to an embedded update or an existing update
|
|
1963
1985
|
```
|
|
1964
1986
|
|
|
1965
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
1987
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
1966
1988
|
|
|
1967
1989
|
## `eas update:view GROUPID`
|
|
1968
1990
|
|
|
@@ -1982,7 +2004,7 @@ DESCRIPTION
|
|
|
1982
2004
|
update group details
|
|
1983
2005
|
```
|
|
1984
2006
|
|
|
1985
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2007
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
1986
2008
|
|
|
1987
2009
|
## `eas upload`
|
|
1988
2010
|
|
|
@@ -2003,7 +2025,7 @@ DESCRIPTION
|
|
|
2003
2025
|
upload a local build and generate a sharable link
|
|
2004
2026
|
```
|
|
2005
2027
|
|
|
2006
|
-
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2028
|
+
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/upload.ts)_
|
|
2007
2029
|
|
|
2008
2030
|
## `eas webhook:create`
|
|
2009
2031
|
|
|
@@ -2024,7 +2046,7 @@ DESCRIPTION
|
|
|
2024
2046
|
create a webhook
|
|
2025
2047
|
```
|
|
2026
2048
|
|
|
2027
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2049
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
2028
2050
|
|
|
2029
2051
|
## `eas webhook:delete [ID]`
|
|
2030
2052
|
|
|
@@ -2044,7 +2066,7 @@ DESCRIPTION
|
|
|
2044
2066
|
delete a webhook
|
|
2045
2067
|
```
|
|
2046
2068
|
|
|
2047
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2069
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
2048
2070
|
|
|
2049
2071
|
## `eas webhook:list`
|
|
2050
2072
|
|
|
@@ -2062,7 +2084,7 @@ DESCRIPTION
|
|
|
2062
2084
|
list webhooks
|
|
2063
2085
|
```
|
|
2064
2086
|
|
|
2065
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2087
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
2066
2088
|
|
|
2067
2089
|
## `eas webhook:update`
|
|
2068
2090
|
|
|
@@ -2084,7 +2106,7 @@ DESCRIPTION
|
|
|
2084
2106
|
update a webhook
|
|
2085
2107
|
```
|
|
2086
2108
|
|
|
2087
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2109
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
2088
2110
|
|
|
2089
2111
|
## `eas webhook:view ID`
|
|
2090
2112
|
|
|
@@ -2101,7 +2123,7 @@ DESCRIPTION
|
|
|
2101
2123
|
view a webhook
|
|
2102
2124
|
```
|
|
2103
2125
|
|
|
2104
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2126
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2105
2127
|
|
|
2106
2128
|
## `eas whoami`
|
|
2107
2129
|
|
|
@@ -2179,7 +2201,7 @@ ALIASES
|
|
|
2179
2201
|
$ eas worker:delete
|
|
2180
2202
|
```
|
|
2181
2203
|
|
|
2182
|
-
## `eas deploy
|
|
2204
|
+
## `eas deploy [options]`
|
|
2183
2205
|
|
|
2184
2206
|
deploy your Expo Router web build and API Routes
|
|
2185
2207
|
|
|
@@ -2221,7 +2243,7 @@ DESCRIPTION
|
|
|
2221
2243
|
to cancel.
|
|
2222
2244
|
```
|
|
2223
2245
|
|
|
2224
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2246
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2225
2247
|
|
|
2226
2248
|
## `eas workflow:create [NAME]`
|
|
2227
2249
|
|
|
@@ -2241,7 +2263,7 @@ DESCRIPTION
|
|
|
2241
2263
|
create a new workflow configuration YAML file
|
|
2242
2264
|
```
|
|
2243
2265
|
|
|
2244
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2266
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2245
2267
|
|
|
2246
2268
|
## `eas workflow:logs [ID]`
|
|
2247
2269
|
|
|
@@ -2265,7 +2287,7 @@ DESCRIPTION
|
|
|
2265
2287
|
If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
|
|
2266
2288
|
```
|
|
2267
2289
|
|
|
2268
|
-
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2290
|
+
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/workflow/logs.ts)_
|
|
2269
2291
|
|
|
2270
2292
|
## `eas workflow:run [FILE]`
|
|
2271
2293
|
|
|
@@ -2297,7 +2319,7 @@ FLAG DESCRIPTIONS
|
|
|
2297
2319
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2298
2320
|
```
|
|
2299
2321
|
|
|
2300
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2322
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2301
2323
|
|
|
2302
2324
|
## `eas workflow:runs`
|
|
2303
2325
|
|
|
@@ -2322,7 +2344,7 @@ DESCRIPTION
|
|
|
2322
2344
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2323
2345
|
```
|
|
2324
2346
|
|
|
2325
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2347
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2326
2348
|
|
|
2327
2349
|
## `eas workflow:validate PATH`
|
|
2328
2350
|
|
|
@@ -2342,7 +2364,7 @@ DESCRIPTION
|
|
|
2342
2364
|
validate a workflow configuration yaml file
|
|
2343
2365
|
```
|
|
2344
2366
|
|
|
2345
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2367
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2346
2368
|
|
|
2347
2369
|
## `eas workflow:view [ID]`
|
|
2348
2370
|
|
|
@@ -2364,5 +2386,5 @@ DESCRIPTION
|
|
|
2364
2386
|
workflow runs for the current project.
|
|
2365
2387
|
```
|
|
2366
2388
|
|
|
2367
|
-
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v16.
|
|
2389
|
+
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v16.18.0/packages/eas-cli/src/commands/workflow/view.ts)_
|
|
2368
2390
|
<!-- commandsstop -->
|
|
@@ -5,6 +5,7 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
6
6
|
const url_1 = require("./url");
|
|
7
7
|
const generated_1 = require("../../graphql/generated");
|
|
8
|
+
const log_1 = require("../../log");
|
|
8
9
|
const platform_1 = require("../../platform");
|
|
9
10
|
const formatFields_1 = tslib_1.__importDefault(require("../../utils/formatFields"));
|
|
10
11
|
function formatGraphQLBuild(build) {
|
|
@@ -79,7 +80,7 @@ function formatGraphQLBuild(build) {
|
|
|
79
80
|
},
|
|
80
81
|
{
|
|
81
82
|
label: 'Logs',
|
|
82
|
-
value: (0, url_1.getBuildLogsUrl)(build),
|
|
83
|
+
value: (0, log_1.link)((0, url_1.getBuildLogsUrl)(build)),
|
|
83
84
|
},
|
|
84
85
|
{
|
|
85
86
|
label: 'Artifact',
|
|
@@ -95,7 +96,28 @@ function formatGraphQLBuild(build) {
|
|
|
95
96
|
return null;
|
|
96
97
|
case generated_1.BuildStatus.Finished: {
|
|
97
98
|
const url = build.artifacts?.buildUrl;
|
|
98
|
-
return url ? url : chalk_1.default.red('not found');
|
|
99
|
+
return url ? (0, log_1.link)(url) : chalk_1.default.red('not found');
|
|
100
|
+
}
|
|
101
|
+
default:
|
|
102
|
+
return null;
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
label: 'Fingerprint',
|
|
108
|
+
get value() {
|
|
109
|
+
switch (build.status) {
|
|
110
|
+
case generated_1.BuildStatus.New:
|
|
111
|
+
case generated_1.BuildStatus.InQueue:
|
|
112
|
+
case generated_1.BuildStatus.InProgress:
|
|
113
|
+
return '<in progress>';
|
|
114
|
+
case generated_1.BuildStatus.PendingCancel:
|
|
115
|
+
case generated_1.BuildStatus.Canceled:
|
|
116
|
+
case generated_1.BuildStatus.Errored:
|
|
117
|
+
return null;
|
|
118
|
+
case generated_1.BuildStatus.Finished: {
|
|
119
|
+
const hash = build.fingerprint?.hash;
|
|
120
|
+
return hash ? chalk_1.default.green(hash) : chalk_1.default.red('not found');
|
|
99
121
|
}
|
|
100
122
|
default:
|
|
101
123
|
return null;
|
|
@@ -11,7 +11,6 @@ const log_1 = tslib_1.__importDefault(require("../../log"));
|
|
|
11
11
|
const prompts_1 = require("../../prompts");
|
|
12
12
|
const json_1 = require("../../utils/json");
|
|
13
13
|
class ChannelDelete extends EasCommand_1.default {
|
|
14
|
-
static hidden = true;
|
|
15
14
|
static description = 'Delete a channel';
|
|
16
15
|
static args = [
|
|
17
16
|
{
|
|
@@ -171,9 +171,9 @@ class EnvPush extends EasCommand_1.default {
|
|
|
171
171
|
name,
|
|
172
172
|
value,
|
|
173
173
|
environments,
|
|
174
|
-
visibility: name.startsWith('
|
|
175
|
-
? generated_1.EnvironmentVariableVisibility.
|
|
176
|
-
: generated_1.EnvironmentVariableVisibility.
|
|
174
|
+
visibility: name.startsWith('EXPO_PUBLIC_')
|
|
175
|
+
? generated_1.EnvironmentVariableVisibility.Public
|
|
176
|
+
: generated_1.EnvironmentVariableVisibility.Sensitive,
|
|
177
177
|
};
|
|
178
178
|
}
|
|
179
179
|
return pushInput;
|
|
@@ -71,7 +71,7 @@ class MetadataPull extends EasCommand_1.default {
|
|
|
71
71
|
- Update the ${chalk_1.default.bold(relativePath)} file to prepare the app information.
|
|
72
72
|
- Run ${chalk_1.default.bold('eas submit')} or manually upload a new app version to the app stores.
|
|
73
73
|
- Once the app is uploaded, run ${chalk_1.default.bold('eas metadata:push')} to sync the store config.
|
|
74
|
-
- ${(0, log_1.learnMore)('https://docs.expo.dev/eas
|
|
74
|
+
- ${(0, log_1.learnMore)('https://docs.expo.dev/eas/metadata/')}`);
|
|
75
75
|
}
|
|
76
76
|
catch (error) {
|
|
77
77
|
(0, errors_1.handleMetadataError)(error);
|
|
@@ -156,7 +156,7 @@ async function generateDistributionCertificateAsync(ctx) {
|
|
|
156
156
|
throw new Error("Start the CLI without the '--non-interactive' flag to revoke existing certificates.");
|
|
157
157
|
}
|
|
158
158
|
log_1.default.log(chalk_1.default.grey(`✅ Distribution Certificates can be revoked with no side effects for App Store builds.`));
|
|
159
|
-
log_1.default.log((0, log_1.learnMore)('https://docs.expo.dev/
|
|
159
|
+
log_1.default.log((0, log_1.learnMore)('https://docs.expo.dev/app-signing/app-credentials/#summary'));
|
|
160
160
|
log_1.default.newLine();
|
|
161
161
|
const { distCertsToRevoke } = await (0, prompts_1.promptAsync)({
|
|
162
162
|
type: 'multiselect',
|
|
@@ -72,7 +72,7 @@ async function generatePushKeyAsync(ctx) {
|
|
|
72
72
|
throw new Error("Start the CLI without the '--non-interactive' flag to revoke existing push notification keys.");
|
|
73
73
|
}
|
|
74
74
|
log_1.default.log(chalk_1.default.grey(`⚠️ Revoking a Push Key will affect other apps that rely on it`));
|
|
75
|
-
log_1.default.log((0, log_1.learnMore)('https://docs.expo.dev/
|
|
75
|
+
log_1.default.log((0, log_1.learnMore)('https://docs.expo.dev/app-signing/app-credentials/#push-notification-keys'));
|
|
76
76
|
log_1.default.log();
|
|
77
77
|
const { pushKeysToRevoke } = await (0, prompts_1.promptAsync)({
|
|
78
78
|
type: 'multiselect',
|
|
@@ -3178,6 +3178,10 @@ export declare enum CustomDomainStatus {
|
|
|
3178
3178
|
Pending = "PENDING",
|
|
3179
3179
|
TimedOut = "TIMED_OUT"
|
|
3180
3180
|
}
|
|
3181
|
+
export declare enum DashboardViewPin {
|
|
3182
|
+
Activity = "ACTIVITY",
|
|
3183
|
+
Overview = "OVERVIEW"
|
|
3184
|
+
}
|
|
3181
3185
|
export type DatasetTimespan = {
|
|
3182
3186
|
end: Scalars['DateTime']['input'];
|
|
3183
3187
|
start: Scalars['DateTime']['input'];
|
|
@@ -3305,8 +3309,6 @@ export type Deployment = {
|
|
|
3305
3309
|
builds: DeploymentBuildsConnection;
|
|
3306
3310
|
channel: UpdateChannel;
|
|
3307
3311
|
id: Scalars['ID']['output'];
|
|
3308
|
-
/** Deployment query field */
|
|
3309
|
-
insights: DeploymentInsights;
|
|
3310
3312
|
/** Ordered the same way as 'updateBranches' in UpdateChannel */
|
|
3311
3313
|
latestUpdatesPerBranch: Array<LatestUpdateOnBranch>;
|
|
3312
3314
|
runtime: Runtime;
|
|
@@ -3357,30 +3359,6 @@ export type DeploymentFilterInput = {
|
|
|
3357
3359
|
channel?: InputMaybe<Scalars['String']['input']>;
|
|
3358
3360
|
runtimeVersion?: InputMaybe<Scalars['String']['input']>;
|
|
3359
3361
|
};
|
|
3360
|
-
export type DeploymentInsights = {
|
|
3361
|
-
__typename?: 'DeploymentInsights';
|
|
3362
|
-
cumulativeMetricsOverTime: DeploymentCumulativeMetricsOverTimeData;
|
|
3363
|
-
embeddedUpdateTotalUniqueUsers: Scalars['Int']['output'];
|
|
3364
|
-
embeddedUpdateUniqueUsersOverTime: UniqueUsersOverTimeData;
|
|
3365
|
-
id: Scalars['ID']['output'];
|
|
3366
|
-
mostPopularUpdates: Array<Update>;
|
|
3367
|
-
uniqueUsersOverTime: UniqueUsersOverTimeData;
|
|
3368
|
-
};
|
|
3369
|
-
export type DeploymentInsightsCumulativeMetricsOverTimeArgs = {
|
|
3370
|
-
timespan: InsightsTimespan;
|
|
3371
|
-
};
|
|
3372
|
-
export type DeploymentInsightsEmbeddedUpdateTotalUniqueUsersArgs = {
|
|
3373
|
-
timespan: InsightsTimespan;
|
|
3374
|
-
};
|
|
3375
|
-
export type DeploymentInsightsEmbeddedUpdateUniqueUsersOverTimeArgs = {
|
|
3376
|
-
timespan: InsightsTimespan;
|
|
3377
|
-
};
|
|
3378
|
-
export type DeploymentInsightsMostPopularUpdatesArgs = {
|
|
3379
|
-
timespan: InsightsTimespan;
|
|
3380
|
-
};
|
|
3381
|
-
export type DeploymentInsightsUniqueUsersOverTimeArgs = {
|
|
3382
|
-
timespan: InsightsTimespan;
|
|
3383
|
-
};
|
|
3384
3362
|
export type DeploymentQuery = {
|
|
3385
3363
|
__typename?: 'DeploymentQuery';
|
|
3386
3364
|
/** Query a Deployment by ID */
|
|
@@ -4946,6 +4924,11 @@ export declare enum Permission {
|
|
|
4946
4924
|
Publish = "PUBLISH",
|
|
4947
4925
|
View = "VIEW"
|
|
4948
4926
|
}
|
|
4927
|
+
export type PinnedDashboardView = {
|
|
4928
|
+
__typename?: 'PinnedDashboardView';
|
|
4929
|
+
account: Account;
|
|
4930
|
+
view: DashboardViewPin;
|
|
4931
|
+
};
|
|
4949
4932
|
export type PlanEnablement = Concurrencies | EasTotalPlanEnablement;
|
|
4950
4933
|
export type Project = {
|
|
4951
4934
|
description: Scalars['String']['output'];
|
|
@@ -5250,6 +5233,8 @@ export type RootMutation = {
|
|
|
5250
5233
|
/** Mutations that create, update, and delete pinned apps */
|
|
5251
5234
|
userAppPins: UserAppPinMutation;
|
|
5252
5235
|
userAuditLog: UserAuditLogMutation;
|
|
5236
|
+
/** Mutations that create, update, and delete pinned dashboard views */
|
|
5237
|
+
userDashboardViewPins: UserDashboardViewPinMutation;
|
|
5253
5238
|
/** Mutations that create, delete, and accept UserInvitations */
|
|
5254
5239
|
userInvitation: UserInvitationMutation;
|
|
5255
5240
|
/** Mutations that create, delete, update Webhooks */
|
|
@@ -5412,6 +5397,7 @@ export type RootQueryUserByUsernameArgs = {
|
|
|
5412
5397
|
export type Runtime = {
|
|
5413
5398
|
__typename?: 'Runtime';
|
|
5414
5399
|
app: App;
|
|
5400
|
+
buildCount: Scalars['Int']['output'];
|
|
5415
5401
|
builds: AppBuildsConnection;
|
|
5416
5402
|
createdAt: Scalars['DateTime']['output'];
|
|
5417
5403
|
deployments: DeploymentsConnection;
|
|
@@ -5423,6 +5409,10 @@ export type Runtime = {
|
|
|
5423
5409
|
updates: AppUpdatesConnection;
|
|
5424
5410
|
version: Scalars['String']['output'];
|
|
5425
5411
|
};
|
|
5412
|
+
export type RuntimeBuildCountArgs = {
|
|
5413
|
+
channel?: InputMaybe<Scalars['String']['input']>;
|
|
5414
|
+
statuses?: InputMaybe<Array<BuildStatus>>;
|
|
5415
|
+
};
|
|
5426
5416
|
export type RuntimeBuildsArgs = {
|
|
5427
5417
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
5428
5418
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -5440,6 +5430,7 @@ export type RuntimeDeploymentsArgs = {
|
|
|
5440
5430
|
export type RuntimeUpdatesArgs = {
|
|
5441
5431
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
5442
5432
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
5433
|
+
filter?: InputMaybe<RuntimeUpdatesFilterInput>;
|
|
5443
5434
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5444
5435
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
5445
5436
|
};
|
|
@@ -5463,6 +5454,7 @@ export type RuntimeFilterInput = {
|
|
|
5463
5454
|
/** Only return runtimes shared with this branch */
|
|
5464
5455
|
branchId?: InputMaybe<Scalars['String']['input']>;
|
|
5465
5456
|
runtimeVersions?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
5457
|
+
searchTerm?: InputMaybe<Scalars['String']['input']>;
|
|
5466
5458
|
};
|
|
5467
5459
|
export type RuntimeQuery = {
|
|
5468
5460
|
__typename?: 'RuntimeQuery';
|
|
@@ -5472,6 +5464,9 @@ export type RuntimeQuery = {
|
|
|
5472
5464
|
export type RuntimeQueryByIdArgs = {
|
|
5473
5465
|
runtimeId: Scalars['ID']['input'];
|
|
5474
5466
|
};
|
|
5467
|
+
export type RuntimeUpdatesFilterInput = {
|
|
5468
|
+
channel?: InputMaybe<Scalars['String']['input']>;
|
|
5469
|
+
};
|
|
5475
5470
|
export type RuntimeWithLastActivity = {
|
|
5476
5471
|
__typename?: 'RuntimeWithLastActivity';
|
|
5477
5472
|
lastActivityPostgresSerialized: Scalars['String']['output'];
|
|
@@ -5527,6 +5522,7 @@ export type SsoUser = Actor & UserActor & {
|
|
|
5527
5522
|
location?: Maybe<Scalars['String']['output']>;
|
|
5528
5523
|
notificationSubscriptions: Array<NotificationSubscription>;
|
|
5529
5524
|
pinnedApps: Array<App>;
|
|
5525
|
+
pinnedDashboardViews: Array<PinnedDashboardView>;
|
|
5530
5526
|
preferences: UserPreferences;
|
|
5531
5527
|
/** Associated accounts */
|
|
5532
5528
|
primaryAccount: Account;
|
|
@@ -6155,6 +6151,7 @@ export type UpdateChannelRuntimeInsights = {
|
|
|
6155
6151
|
uniqueUsersOverTime: UniqueUsersOverTimeData;
|
|
6156
6152
|
};
|
|
6157
6153
|
export type UpdateChannelRuntimeInsightsCumulativeMetricsOverTimeArgs = {
|
|
6154
|
+
runtimeVersion: Scalars['String']['input'];
|
|
6158
6155
|
timespan: InsightsTimespan;
|
|
6159
6156
|
};
|
|
6160
6157
|
export type UpdateChannelRuntimeInsightsEmbeddedUpdateTotalUniqueUsersArgs = {
|
|
@@ -6407,6 +6404,7 @@ export type User = Actor & UserActor & {
|
|
|
6407
6404
|
/** Pending UserInvitations for this user. Only resolves for the viewer. */
|
|
6408
6405
|
pendingUserInvitations: Array<UserInvitation>;
|
|
6409
6406
|
pinnedApps: Array<App>;
|
|
6407
|
+
pinnedDashboardViews: Array<PinnedDashboardView>;
|
|
6410
6408
|
preferences: UserPreferences;
|
|
6411
6409
|
/** Associated accounts */
|
|
6412
6410
|
primaryAccount: Account;
|
|
@@ -6697,6 +6695,18 @@ export type UserAuditLogQueryByUserIdPaginatedArgs = {
|
|
|
6697
6695
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
6698
6696
|
userId: Scalars['ID']['input'];
|
|
6699
6697
|
};
|
|
6698
|
+
export type UserDashboardViewPinMutation = {
|
|
6699
|
+
__typename?: 'UserDashboardViewPinMutation';
|
|
6700
|
+
pinDashboardView: PinnedDashboardView;
|
|
6701
|
+
unpinDashboardView?: Maybe<PinnedDashboardView>;
|
|
6702
|
+
};
|
|
6703
|
+
export type UserDashboardViewPinMutationPinDashboardViewArgs = {
|
|
6704
|
+
accountId: Scalars['ID']['input'];
|
|
6705
|
+
view: DashboardViewPin;
|
|
6706
|
+
};
|
|
6707
|
+
export type UserDashboardViewPinMutationUnpinDashboardViewArgs = {
|
|
6708
|
+
accountId: Scalars['ID']['input'];
|
|
6709
|
+
};
|
|
6700
6710
|
export type UserDataInput = {
|
|
6701
6711
|
email?: InputMaybe<Scalars['String']['input']>;
|
|
6702
6712
|
firstName?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -11489,6 +11499,11 @@ export type CreateAndroidBuildMutation = {
|
|
|
11489
11499
|
applicationArchiveUrl?: string | null;
|
|
11490
11500
|
buildArtifactsUrl?: string | null;
|
|
11491
11501
|
} | null;
|
|
11502
|
+
fingerprint?: {
|
|
11503
|
+
__typename?: 'Fingerprint';
|
|
11504
|
+
id: string;
|
|
11505
|
+
hash: string;
|
|
11506
|
+
} | null;
|
|
11492
11507
|
initiatingActor?: {
|
|
11493
11508
|
__typename: 'Robot';
|
|
11494
11509
|
id: string;
|
|
@@ -11583,6 +11598,11 @@ export type CreateIosBuildMutation = {
|
|
|
11583
11598
|
applicationArchiveUrl?: string | null;
|
|
11584
11599
|
buildArtifactsUrl?: string | null;
|
|
11585
11600
|
} | null;
|
|
11601
|
+
fingerprint?: {
|
|
11602
|
+
__typename?: 'Fingerprint';
|
|
11603
|
+
id: string;
|
|
11604
|
+
hash: string;
|
|
11605
|
+
} | null;
|
|
11586
11606
|
initiatingActor?: {
|
|
11587
11607
|
__typename: 'Robot';
|
|
11588
11608
|
id: string;
|
|
@@ -11673,6 +11693,11 @@ export type UpdateBuildMetadataMutation = {
|
|
|
11673
11693
|
applicationArchiveUrl?: string | null;
|
|
11674
11694
|
buildArtifactsUrl?: string | null;
|
|
11675
11695
|
} | null;
|
|
11696
|
+
fingerprint?: {
|
|
11697
|
+
__typename?: 'Fingerprint';
|
|
11698
|
+
id: string;
|
|
11699
|
+
hash: string;
|
|
11700
|
+
} | null;
|
|
11676
11701
|
initiatingActor?: {
|
|
11677
11702
|
__typename: 'Robot';
|
|
11678
11703
|
id: string;
|
|
@@ -11757,6 +11782,11 @@ export type RetryIosBuildMutation = {
|
|
|
11757
11782
|
applicationArchiveUrl?: string | null;
|
|
11758
11783
|
buildArtifactsUrl?: string | null;
|
|
11759
11784
|
} | null;
|
|
11785
|
+
fingerprint?: {
|
|
11786
|
+
__typename?: 'Fingerprint';
|
|
11787
|
+
id: string;
|
|
11788
|
+
hash: string;
|
|
11789
|
+
} | null;
|
|
11760
11790
|
initiatingActor?: {
|
|
11761
11791
|
__typename: 'Robot';
|
|
11762
11792
|
id: string;
|
|
@@ -12036,6 +12066,11 @@ export type CreateLocalBuildMutation = {
|
|
|
12036
12066
|
applicationArchiveUrl?: string | null;
|
|
12037
12067
|
buildArtifactsUrl?: string | null;
|
|
12038
12068
|
} | null;
|
|
12069
|
+
fingerprint?: {
|
|
12070
|
+
__typename?: 'Fingerprint';
|
|
12071
|
+
id: string;
|
|
12072
|
+
hash: string;
|
|
12073
|
+
} | null;
|
|
12039
12074
|
initiatingActor?: {
|
|
12040
12075
|
__typename: 'Robot';
|
|
12041
12076
|
id: string;
|
|
@@ -13006,6 +13041,11 @@ export type BuildsByIdQuery = {
|
|
|
13006
13041
|
applicationArchiveUrl?: string | null;
|
|
13007
13042
|
buildArtifactsUrl?: string | null;
|
|
13008
13043
|
} | null;
|
|
13044
|
+
fingerprint?: {
|
|
13045
|
+
__typename?: 'Fingerprint';
|
|
13046
|
+
id: string;
|
|
13047
|
+
hash: string;
|
|
13048
|
+
} | null;
|
|
13009
13049
|
initiatingActor?: {
|
|
13010
13050
|
__typename: 'Robot';
|
|
13011
13051
|
id: string;
|
|
@@ -13124,6 +13164,11 @@ export type BuildsWithSubmissionsByIdQuery = {
|
|
|
13124
13164
|
applicationArchiveUrl?: string | null;
|
|
13125
13165
|
buildArtifactsUrl?: string | null;
|
|
13126
13166
|
} | null;
|
|
13167
|
+
fingerprint?: {
|
|
13168
|
+
__typename?: 'Fingerprint';
|
|
13169
|
+
id: string;
|
|
13170
|
+
hash: string;
|
|
13171
|
+
} | null;
|
|
13127
13172
|
initiatingActor?: {
|
|
13128
13173
|
__typename: 'Robot';
|
|
13129
13174
|
id: string;
|
|
@@ -13324,6 +13369,11 @@ export type ViewBuildsOnAppQuery = {
|
|
|
13324
13369
|
applicationArchiveUrl?: string | null;
|
|
13325
13370
|
buildArtifactsUrl?: string | null;
|
|
13326
13371
|
} | null;
|
|
13372
|
+
fingerprint?: {
|
|
13373
|
+
__typename?: 'Fingerprint';
|
|
13374
|
+
id: string;
|
|
13375
|
+
hash: string;
|
|
13376
|
+
} | null;
|
|
13327
13377
|
initiatingActor?: {
|
|
13328
13378
|
__typename: 'Robot';
|
|
13329
13379
|
id: string;
|
|
@@ -14853,6 +14903,11 @@ export type BuildFragment = {
|
|
|
14853
14903
|
applicationArchiveUrl?: string | null;
|
|
14854
14904
|
buildArtifactsUrl?: string | null;
|
|
14855
14905
|
} | null;
|
|
14906
|
+
fingerprint?: {
|
|
14907
|
+
__typename?: 'Fingerprint';
|
|
14908
|
+
id: string;
|
|
14909
|
+
hash: string;
|
|
14910
|
+
} | null;
|
|
14856
14911
|
initiatingActor?: {
|
|
14857
14912
|
__typename: 'Robot';
|
|
14858
14913
|
id: string;
|
|
@@ -14962,6 +15017,11 @@ export type BuildWithSubmissionsFragment = {
|
|
|
14962
15017
|
applicationArchiveUrl?: string | null;
|
|
14963
15018
|
buildArtifactsUrl?: string | null;
|
|
14964
15019
|
} | null;
|
|
15020
|
+
fingerprint?: {
|
|
15021
|
+
__typename?: 'Fingerprint';
|
|
15022
|
+
id: string;
|
|
15023
|
+
hash: string;
|
|
15024
|
+
} | null;
|
|
14965
15025
|
initiatingActor?: {
|
|
14966
15026
|
__typename: 'Robot';
|
|
14967
15027
|
id: string;
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
* For more info and docs, visit https://graphql-code-generator.com/
|
|
7
7
|
*/
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.WorkflowRunTriggerEventType = exports.WorkflowRunStatus = exports.WorkflowProjectSourceType = exports.WorkflowJobType = exports.WorkflowJobStatus = exports.WorkflowJobReviewDecision = exports.WorkflowArtifactStorageType = exports.WorkerLoggerLevel = exports.WorkerDeploymentLogLevel = exports.WorkerDeploymentCrashKind = exports.WebhookType = exports.UserEntityTypeName = exports.UserAgentPlatform = exports.UserAgentOs = exports.UserAgentBrowser = exports.UsageMetricsGranularity = exports.UsageMetricType = exports.UploadSessionType = exports.TargetEntityMutationType = exports.SubmissionStatus = void 0;
|
|
9
|
+
exports.EnvironmentVariableScope = exports.EnvironmentVariableEnvironment = exports.EnvironmentSecretType = exports.EntityTypeName = exports.EasTotalPlanEnablementUnit = exports.EasServiceMetric = exports.EasService = exports.EasBuildWaiverType = exports.EasBuildDeprecationInfoType = exports.EasBuildBillingResourceClass = exports.DistributionType = exports.DashboardViewPin = exports.CustomDomainStatus = exports.CustomDomainDnsRecordType = exports.CrashSampleFor = exports.ContinentCode = exports.BuildWorkflow = exports.BuildTrigger = exports.BuildStatus = exports.BuildRetryDisabledReason = exports.BuildResourceClass = exports.BuildPriority = exports.BuildPhase = exports.BuildMode = exports.BuildLimitThresholdExceededMetadataType = exports.BuildIosEnterpriseProvisioning = exports.BuildCredentialsSource = exports.BuildAnnotationType = exports.BackgroundJobState = exports.BackgroundJobResultType = exports.AuthProviderIdentifier = exports.AuthProtocolType = exports.AuditLogsExportFormat = exports.AssetMetadataStatus = exports.AssetMapSourceType = exports.AppsFilter = exports.AppleTeamType = exports.AppleDeviceClass = exports.AppUploadSessionType = exports.AppStoreConnectUserRole = exports.AppSort = exports.AppPrivacy = exports.AppPlatform = exports.AppInternalDistributionBuildPrivacy = exports.AndroidKeystoreType = exports.AndroidFcmVersion = exports.AndroidBuildType = exports.ActivityTimelineProjectActivityType = exports.AccountUploadSessionType = exports.AccountAppsSortByField = void 0;
|
|
10
|
+
exports.SubmissionArchiveSourceType = exports.SubmissionAndroidTrack = exports.SubmissionAndroidReleaseStatus = exports.SubmissionAndroidArchiveType = exports.StatuspageServiceStatus = exports.StatuspageServiceName = exports.StatuspageIncidentStatus = exports.StatuspageIncidentImpact = exports.StandardOffer = exports.SecondFactorMethod = exports.Role = exports.ResponseType = exports.ResponseStatusType = exports.ResponseCacheStatus = exports.ResourceClassExperiment = exports.RequestsOrderByField = exports.RequestsOrderByDirection = exports.RequestMethod = exports.ProjectArchiveSourceType = exports.Permission = exports.Order = exports.OnboardingEnvironment = exports.OnboardingDeviceType = exports.OfferType = exports.NotificationType = exports.NotificationEvent = exports.MailchimpTag = exports.MailchimpAudience = exports.LocalBuildArchiveSourceType = exports.JobRunStatus = exports.JobRunPriority = exports.IosSchemeBuildConfiguration = exports.IosManagedBuildType = exports.IosDistributionType = exports.IosBuildType = exports.InvoiceDiscountType = exports.InsightsFilterType = exports.GitHubJobRunTriggerType = exports.GitHubJobRunTriggerRunStatus = exports.GitHubJobRunJobType = exports.GitHubBuildTriggerType = exports.GitHubBuildTriggerRunStatus = exports.GitHubBuildTriggerExecutionBehavior = exports.GitHubAppInstallationStatus = exports.GitHubAppInstallationAccountType = exports.GitHubAppEnvironment = exports.FingerprintSourceType = exports.Feature = exports.Experiment = exports.EnvironmentVariableVisibility = void 0;
|
|
11
|
+
exports.WorkflowRunTriggerEventType = exports.WorkflowRunStatus = exports.WorkflowProjectSourceType = exports.WorkflowJobType = exports.WorkflowJobStatus = exports.WorkflowJobReviewDecision = exports.WorkflowArtifactStorageType = exports.WorkerLoggerLevel = exports.WorkerDeploymentLogLevel = exports.WorkerDeploymentCrashKind = exports.WebhookType = exports.UserEntityTypeName = exports.UserAgentPlatform = exports.UserAgentOs = exports.UserAgentBrowser = exports.UsageMetricsGranularity = exports.UsageMetricType = exports.UploadSessionType = exports.TargetEntityMutationType = exports.SubmissionStatus = exports.SubmissionPriority = void 0;
|
|
12
12
|
var AccountAppsSortByField;
|
|
13
13
|
(function (AccountAppsSortByField) {
|
|
14
14
|
AccountAppsSortByField["LatestActivityTime"] = "LATEST_ACTIVITY_TIME";
|
|
@@ -316,6 +316,11 @@ var CustomDomainStatus;
|
|
|
316
316
|
CustomDomainStatus["Pending"] = "PENDING";
|
|
317
317
|
CustomDomainStatus["TimedOut"] = "TIMED_OUT";
|
|
318
318
|
})(CustomDomainStatus || (exports.CustomDomainStatus = CustomDomainStatus = {}));
|
|
319
|
+
var DashboardViewPin;
|
|
320
|
+
(function (DashboardViewPin) {
|
|
321
|
+
DashboardViewPin["Activity"] = "ACTIVITY";
|
|
322
|
+
DashboardViewPin["Overview"] = "OVERVIEW";
|
|
323
|
+
})(DashboardViewPin || (exports.DashboardViewPin = DashboardViewPin = {}));
|
|
319
324
|
var DistributionType;
|
|
320
325
|
(function (DistributionType) {
|
|
321
326
|
DistributionType["Internal"] = "INTERNAL";
|
|
@@ -83,6 +83,7 @@ async function getSessionUsingBrowserAuthFlowAsync({ expoWebsiteUrl, }) {
|
|
|
83
83
|
(0, assert_1.default)(address !== null && typeof address === 'object', 'Server address and port should be set after listening has begun');
|
|
84
84
|
const port = address.port;
|
|
85
85
|
const authorizeUrl = buildExpoSsoLoginUrl(port);
|
|
86
|
+
log_1.default.log(`If your browser doesn't automatically open, visit this link to log in: ${authorizeUrl}`);
|
|
86
87
|
void (0, better_opn_1.default)(authorizeUrl);
|
|
87
88
|
});
|
|
88
89
|
server.on('connection', connection => {
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.
|
|
2
|
+
"version": "16.18.0",
|
|
3
3
|
"commands": {
|
|
4
4
|
"analytics": {
|
|
5
5
|
"id": "analytics",
|
|
@@ -1505,7 +1505,6 @@
|
|
|
1505
1505
|
"pluginName": "eas-cli",
|
|
1506
1506
|
"pluginAlias": "eas-cli",
|
|
1507
1507
|
"pluginType": "core",
|
|
1508
|
-
"hidden": true,
|
|
1509
1508
|
"aliases": [],
|
|
1510
1509
|
"flags": {
|
|
1511
1510
|
"json": {
|
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.18.0",
|
|
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.18.0",
|
|
17
17
|
"@expo/env": "^1.0.0",
|
|
18
18
|
"@expo/json-file": "8.3.3",
|
|
19
19
|
"@expo/logger": "1.0.117",
|
|
@@ -241,5 +241,5 @@
|
|
|
241
241
|
"node": "20.11.0",
|
|
242
242
|
"yarn": "1.22.21"
|
|
243
243
|
},
|
|
244
|
-
"gitHead": "
|
|
244
|
+
"gitHead": "74dcb40caada6386b60a8edd262dfdab3cf5670b"
|
|
245
245
|
}
|