eas-cli 5.2.0 → 5.3.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 +58 -57
- package/build/build/android/prepareJob.js +1 -0
- package/build/build/ios/prepareJob.js +1 -0
- package/build/build/local.js +1 -1
- package/build/commands/update/index.d.ts +1 -0
- package/build/commands/update/index.js +8 -3
- package/build/graphql/generated.d.ts +62 -6
- package/build/graphql/generated.js +46 -2
- package/build/project/ios/bundleIdentifier.js +7 -1
- package/build/project/publish.d.ts +2 -1
- package/build/project/publish.js +4 -1
- package/build/rollout/utils.js +4 -0
- package/build/utils/profiles.js +0 -4
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -133,7 +133,7 @@ ALIASES
|
|
|
133
133
|
$ eas login
|
|
134
134
|
```
|
|
135
135
|
|
|
136
|
-
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
136
|
+
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
137
137
|
|
|
138
138
|
## `eas account:logout`
|
|
139
139
|
|
|
@@ -150,7 +150,7 @@ ALIASES
|
|
|
150
150
|
$ eas logout
|
|
151
151
|
```
|
|
152
152
|
|
|
153
|
-
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
153
|
+
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
154
154
|
|
|
155
155
|
## `eas account:view`
|
|
156
156
|
|
|
@@ -167,7 +167,7 @@ ALIASES
|
|
|
167
167
|
$ eas whoami
|
|
168
168
|
```
|
|
169
169
|
|
|
170
|
-
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
170
|
+
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
171
171
|
|
|
172
172
|
## `eas analytics [STATUS]`
|
|
173
173
|
|
|
@@ -181,7 +181,7 @@ DESCRIPTION
|
|
|
181
181
|
display or change analytics settings
|
|
182
182
|
```
|
|
183
183
|
|
|
184
|
-
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
184
|
+
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
185
185
|
|
|
186
186
|
## `eas autocomplete [SHELL]`
|
|
187
187
|
|
|
@@ -231,7 +231,7 @@ DESCRIPTION
|
|
|
231
231
|
create a branch
|
|
232
232
|
```
|
|
233
233
|
|
|
234
|
-
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
234
|
+
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
235
235
|
|
|
236
236
|
## `eas branch:delete [NAME]`
|
|
237
237
|
|
|
@@ -252,7 +252,7 @@ DESCRIPTION
|
|
|
252
252
|
delete a branch
|
|
253
253
|
```
|
|
254
254
|
|
|
255
|
-
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
255
|
+
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
256
256
|
|
|
257
257
|
## `eas branch:list`
|
|
258
258
|
|
|
@@ -272,7 +272,7 @@ DESCRIPTION
|
|
|
272
272
|
list all branches
|
|
273
273
|
```
|
|
274
274
|
|
|
275
|
-
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
275
|
+
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
276
276
|
|
|
277
277
|
## `eas branch:rename`
|
|
278
278
|
|
|
@@ -292,7 +292,7 @@ DESCRIPTION
|
|
|
292
292
|
rename a branch
|
|
293
293
|
```
|
|
294
294
|
|
|
295
|
-
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
295
|
+
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
296
296
|
|
|
297
297
|
## `eas branch:view [NAME]`
|
|
298
298
|
|
|
@@ -315,7 +315,7 @@ DESCRIPTION
|
|
|
315
315
|
view a branch
|
|
316
316
|
```
|
|
317
317
|
|
|
318
|
-
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
318
|
+
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
319
319
|
|
|
320
320
|
## `eas build`
|
|
321
321
|
|
|
@@ -345,7 +345,7 @@ DESCRIPTION
|
|
|
345
345
|
start a build
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
348
|
+
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
349
349
|
|
|
350
350
|
## `eas build:cancel [BUILD_ID]`
|
|
351
351
|
|
|
@@ -362,7 +362,7 @@ DESCRIPTION
|
|
|
362
362
|
cancel a build
|
|
363
363
|
```
|
|
364
364
|
|
|
365
|
-
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
365
|
+
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
366
366
|
|
|
367
367
|
## `eas build:configure`
|
|
368
368
|
|
|
@@ -379,7 +379,7 @@ DESCRIPTION
|
|
|
379
379
|
configure the project to support EAS Build
|
|
380
380
|
```
|
|
381
381
|
|
|
382
|
-
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
382
|
+
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
383
383
|
|
|
384
384
|
## `eas build:inspect`
|
|
385
385
|
|
|
@@ -414,7 +414,7 @@ DESCRIPTION
|
|
|
414
414
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
415
415
|
```
|
|
416
416
|
|
|
417
|
-
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
417
|
+
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
418
418
|
|
|
419
419
|
## `eas build:list`
|
|
420
420
|
|
|
@@ -452,7 +452,7 @@ DESCRIPTION
|
|
|
452
452
|
list all builds for your project
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
455
|
+
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
456
456
|
|
|
457
457
|
## `eas build:resign`
|
|
458
458
|
|
|
@@ -478,7 +478,7 @@ DESCRIPTION
|
|
|
478
478
|
re-sign a build archive
|
|
479
479
|
```
|
|
480
480
|
|
|
481
|
-
_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
481
|
+
_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
482
482
|
|
|
483
483
|
## `eas build:run`
|
|
484
484
|
|
|
@@ -502,7 +502,7 @@ DESCRIPTION
|
|
|
502
502
|
run simulator/emulator builds from eas-cli
|
|
503
503
|
```
|
|
504
504
|
|
|
505
|
-
_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
505
|
+
_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
506
506
|
|
|
507
507
|
## `eas build:submit`
|
|
508
508
|
|
|
@@ -551,7 +551,7 @@ DESCRIPTION
|
|
|
551
551
|
get the latest version from EAS servers
|
|
552
552
|
```
|
|
553
553
|
|
|
554
|
-
_See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
554
|
+
_See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
555
555
|
|
|
556
556
|
## `eas build:version:set`
|
|
557
557
|
|
|
@@ -570,7 +570,7 @@ DESCRIPTION
|
|
|
570
570
|
update version of an app
|
|
571
571
|
```
|
|
572
572
|
|
|
573
|
-
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
573
|
+
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
574
574
|
|
|
575
575
|
## `eas build:version:sync`
|
|
576
576
|
|
|
@@ -589,7 +589,7 @@ DESCRIPTION
|
|
|
589
589
|
update a version in native code with a value stored on EAS servers
|
|
590
590
|
```
|
|
591
591
|
|
|
592
|
-
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
592
|
+
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
593
593
|
|
|
594
594
|
## `eas build:view [BUILD_ID]`
|
|
595
595
|
|
|
@@ -606,7 +606,7 @@ DESCRIPTION
|
|
|
606
606
|
view a build for your project
|
|
607
607
|
```
|
|
608
608
|
|
|
609
|
-
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
609
|
+
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
610
610
|
|
|
611
611
|
## `eas channel:create [NAME]`
|
|
612
612
|
|
|
@@ -627,7 +627,7 @@ DESCRIPTION
|
|
|
627
627
|
create a channel
|
|
628
628
|
```
|
|
629
629
|
|
|
630
|
-
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
630
|
+
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
631
631
|
|
|
632
632
|
## `eas channel:edit [NAME]`
|
|
633
633
|
|
|
@@ -649,7 +649,7 @@ DESCRIPTION
|
|
|
649
649
|
point a channel at a new branch
|
|
650
650
|
```
|
|
651
651
|
|
|
652
|
-
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
652
|
+
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
653
653
|
|
|
654
654
|
## `eas channel:list`
|
|
655
655
|
|
|
@@ -669,7 +669,7 @@ DESCRIPTION
|
|
|
669
669
|
list all channels
|
|
670
670
|
```
|
|
671
671
|
|
|
672
|
-
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
672
|
+
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
673
673
|
|
|
674
674
|
## `eas channel:rollout [CHANNEL]`
|
|
675
675
|
|
|
@@ -701,7 +701,7 @@ DESCRIPTION
|
|
|
701
701
|
Roll a new branch out on a channel incrementally.
|
|
702
702
|
```
|
|
703
703
|
|
|
704
|
-
_See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
704
|
+
_See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
705
705
|
|
|
706
706
|
## `eas channel:view [NAME]`
|
|
707
707
|
|
|
@@ -724,7 +724,7 @@ DESCRIPTION
|
|
|
724
724
|
view a channel
|
|
725
725
|
```
|
|
726
726
|
|
|
727
|
-
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
727
|
+
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
728
728
|
|
|
729
729
|
## `eas config`
|
|
730
730
|
|
|
@@ -745,7 +745,7 @@ DESCRIPTION
|
|
|
745
745
|
display project configuration (app.json + eas.json)
|
|
746
746
|
```
|
|
747
747
|
|
|
748
|
-
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
748
|
+
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/config.ts)_
|
|
749
749
|
|
|
750
750
|
## `eas credentials`
|
|
751
751
|
|
|
@@ -762,7 +762,7 @@ DESCRIPTION
|
|
|
762
762
|
manage credentials
|
|
763
763
|
```
|
|
764
764
|
|
|
765
|
-
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
765
|
+
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/credentials.ts)_
|
|
766
766
|
|
|
767
767
|
## `eas device:create`
|
|
768
768
|
|
|
@@ -776,7 +776,7 @@ DESCRIPTION
|
|
|
776
776
|
register new Apple Devices to use for internal distribution
|
|
777
777
|
```
|
|
778
778
|
|
|
779
|
-
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
779
|
+
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
780
780
|
|
|
781
781
|
## `eas device:delete`
|
|
782
782
|
|
|
@@ -796,7 +796,7 @@ DESCRIPTION
|
|
|
796
796
|
remove a registered device from your account
|
|
797
797
|
```
|
|
798
798
|
|
|
799
|
-
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
799
|
+
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
800
800
|
|
|
801
801
|
## `eas device:list`
|
|
802
802
|
|
|
@@ -817,7 +817,7 @@ DESCRIPTION
|
|
|
817
817
|
list all registered devices for your account
|
|
818
818
|
```
|
|
819
819
|
|
|
820
|
-
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
820
|
+
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
821
821
|
|
|
822
822
|
## `eas device:rename`
|
|
823
823
|
|
|
@@ -838,7 +838,7 @@ DESCRIPTION
|
|
|
838
838
|
rename a registered device
|
|
839
839
|
```
|
|
840
840
|
|
|
841
|
-
_See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
841
|
+
_See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
842
842
|
|
|
843
843
|
## `eas device:view [UDID]`
|
|
844
844
|
|
|
@@ -852,7 +852,7 @@ DESCRIPTION
|
|
|
852
852
|
view a device for your project
|
|
853
853
|
```
|
|
854
854
|
|
|
855
|
-
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
855
|
+
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
856
856
|
|
|
857
857
|
## `eas diagnostics`
|
|
858
858
|
|
|
@@ -866,7 +866,7 @@ DESCRIPTION
|
|
|
866
866
|
display environment info
|
|
867
867
|
```
|
|
868
868
|
|
|
869
|
-
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
869
|
+
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
870
870
|
|
|
871
871
|
## `eas help [COMMAND]`
|
|
872
872
|
|
|
@@ -954,7 +954,7 @@ DESCRIPTION
|
|
|
954
954
|
validate the local store configuration
|
|
955
955
|
```
|
|
956
956
|
|
|
957
|
-
_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
957
|
+
_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
958
958
|
|
|
959
959
|
## `eas metadata:pull`
|
|
960
960
|
|
|
@@ -971,7 +971,7 @@ DESCRIPTION
|
|
|
971
971
|
generate the local store configuration from the app stores
|
|
972
972
|
```
|
|
973
973
|
|
|
974
|
-
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
974
|
+
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
975
975
|
|
|
976
976
|
## `eas metadata:push`
|
|
977
977
|
|
|
@@ -988,7 +988,7 @@ DESCRIPTION
|
|
|
988
988
|
sync the local store configuration to the app stores
|
|
989
989
|
```
|
|
990
990
|
|
|
991
|
-
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
991
|
+
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
992
992
|
|
|
993
993
|
## `eas open`
|
|
994
994
|
|
|
@@ -1002,7 +1002,7 @@ DESCRIPTION
|
|
|
1002
1002
|
open the project page in a web browser
|
|
1003
1003
|
```
|
|
1004
1004
|
|
|
1005
|
-
_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1005
|
+
_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/open.ts)_
|
|
1006
1006
|
|
|
1007
1007
|
## `eas project:info`
|
|
1008
1008
|
|
|
@@ -1016,7 +1016,7 @@ DESCRIPTION
|
|
|
1016
1016
|
information about the current project
|
|
1017
1017
|
```
|
|
1018
1018
|
|
|
1019
|
-
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1019
|
+
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1020
1020
|
|
|
1021
1021
|
## `eas project:init`
|
|
1022
1022
|
|
|
@@ -1038,7 +1038,7 @@ ALIASES
|
|
|
1038
1038
|
$ eas init
|
|
1039
1039
|
```
|
|
1040
1040
|
|
|
1041
|
-
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1041
|
+
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1042
1042
|
|
|
1043
1043
|
## `eas secret:create`
|
|
1044
1044
|
|
|
@@ -1061,7 +1061,7 @@ DESCRIPTION
|
|
|
1061
1061
|
create an environment secret on the current project or owner account
|
|
1062
1062
|
```
|
|
1063
1063
|
|
|
1064
|
-
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1064
|
+
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/secret/create.ts)_
|
|
1065
1065
|
|
|
1066
1066
|
## `eas secret:delete`
|
|
1067
1067
|
|
|
@@ -1079,7 +1079,7 @@ DESCRIPTION
|
|
|
1079
1079
|
delete an environment secret by ID
|
|
1080
1080
|
```
|
|
1081
1081
|
|
|
1082
|
-
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1082
|
+
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/secret/delete.ts)_
|
|
1083
1083
|
|
|
1084
1084
|
## `eas secret:list`
|
|
1085
1085
|
|
|
@@ -1093,7 +1093,7 @@ DESCRIPTION
|
|
|
1093
1093
|
list environment secrets available for your current app
|
|
1094
1094
|
```
|
|
1095
1095
|
|
|
1096
|
-
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1096
|
+
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/secret/list.ts)_
|
|
1097
1097
|
|
|
1098
1098
|
## `eas secret:push`
|
|
1099
1099
|
|
|
@@ -1113,7 +1113,7 @@ DESCRIPTION
|
|
|
1113
1113
|
read environment secrets from env file and store on the server
|
|
1114
1114
|
```
|
|
1115
1115
|
|
|
1116
|
-
_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1116
|
+
_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/secret/push.ts)_
|
|
1117
1117
|
|
|
1118
1118
|
## `eas submit`
|
|
1119
1119
|
|
|
@@ -1143,7 +1143,7 @@ ALIASES
|
|
|
1143
1143
|
$ eas build:submit
|
|
1144
1144
|
```
|
|
1145
1145
|
|
|
1146
|
-
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1146
|
+
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1147
1147
|
|
|
1148
1148
|
## `eas update`
|
|
1149
1149
|
|
|
@@ -1152,8 +1152,8 @@ publish an update group
|
|
|
1152
1152
|
```
|
|
1153
1153
|
USAGE
|
|
1154
1154
|
$ eas update [--branch <value>] [--channel <value>] [-m <value>] [--republish | --input-dir <value> |
|
|
1155
|
-
--skip-bundler] [--group <value> | | ] [--clear-cache] [-p android|ios|all] [--auto] [--private-key-path
|
|
1156
|
-
[--json --non-interactive]
|
|
1155
|
+
--skip-bundler] [--group <value> | | ] [--clear-cache] [-p android|ios|all] [--dev] [--auto] [--private-key-path
|
|
1156
|
+
<value>] [--json --non-interactive]
|
|
1157
1157
|
|
|
1158
1158
|
FLAGS
|
|
1159
1159
|
-m, --message=<value> A short message describing the update
|
|
@@ -1162,6 +1162,7 @@ FLAGS
|
|
|
1162
1162
|
--branch=<value> Branch to publish the update group on
|
|
1163
1163
|
--channel=<value> Channel that the published update should affect
|
|
1164
1164
|
--clear-cache Clear the bundler cache before publishing
|
|
1165
|
+
--dev Publish a development bundle
|
|
1165
1166
|
--group=<value> Update group to republish (deprecated, see republish command)
|
|
1166
1167
|
--input-dir=<value> [default: dist] Location of the bundle
|
|
1167
1168
|
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
@@ -1176,7 +1177,7 @@ DESCRIPTION
|
|
|
1176
1177
|
publish an update group
|
|
1177
1178
|
```
|
|
1178
1179
|
|
|
1179
|
-
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1180
|
+
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1180
1181
|
|
|
1181
1182
|
## `eas update:configure`
|
|
1182
1183
|
|
|
@@ -1194,7 +1195,7 @@ DESCRIPTION
|
|
|
1194
1195
|
configure the project to support EAS Update
|
|
1195
1196
|
```
|
|
1196
1197
|
|
|
1197
|
-
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1198
|
+
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1198
1199
|
|
|
1199
1200
|
## `eas update:delete GROUPID`
|
|
1200
1201
|
|
|
@@ -1215,7 +1216,7 @@ DESCRIPTION
|
|
|
1215
1216
|
delete all the updates in an update group
|
|
1216
1217
|
```
|
|
1217
1218
|
|
|
1218
|
-
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1219
|
+
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1219
1220
|
|
|
1220
1221
|
## `eas update:list`
|
|
1221
1222
|
|
|
@@ -1237,7 +1238,7 @@ DESCRIPTION
|
|
|
1237
1238
|
view the recent updates
|
|
1238
1239
|
```
|
|
1239
1240
|
|
|
1240
|
-
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1241
|
+
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1241
1242
|
|
|
1242
1243
|
## `eas update:republish`
|
|
1243
1244
|
|
|
@@ -1264,7 +1265,7 @@ DESCRIPTION
|
|
|
1264
1265
|
roll back to an existing update
|
|
1265
1266
|
```
|
|
1266
1267
|
|
|
1267
|
-
_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1268
|
+
_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1268
1269
|
|
|
1269
1270
|
## `eas update:view GROUPID`
|
|
1270
1271
|
|
|
@@ -1284,7 +1285,7 @@ DESCRIPTION
|
|
|
1284
1285
|
update group details
|
|
1285
1286
|
```
|
|
1286
1287
|
|
|
1287
|
-
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1288
|
+
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
1288
1289
|
|
|
1289
1290
|
## `eas webhook:create`
|
|
1290
1291
|
|
|
@@ -1305,7 +1306,7 @@ DESCRIPTION
|
|
|
1305
1306
|
create a webhook
|
|
1306
1307
|
```
|
|
1307
1308
|
|
|
1308
|
-
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1309
|
+
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
1309
1310
|
|
|
1310
1311
|
## `eas webhook:delete [ID]`
|
|
1311
1312
|
|
|
@@ -1325,7 +1326,7 @@ DESCRIPTION
|
|
|
1325
1326
|
delete a webhook
|
|
1326
1327
|
```
|
|
1327
1328
|
|
|
1328
|
-
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1329
|
+
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
1329
1330
|
|
|
1330
1331
|
## `eas webhook:list`
|
|
1331
1332
|
|
|
@@ -1343,7 +1344,7 @@ DESCRIPTION
|
|
|
1343
1344
|
list webhooks
|
|
1344
1345
|
```
|
|
1345
1346
|
|
|
1346
|
-
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1347
|
+
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
1347
1348
|
|
|
1348
1349
|
## `eas webhook:update`
|
|
1349
1350
|
|
|
@@ -1365,7 +1366,7 @@ DESCRIPTION
|
|
|
1365
1366
|
update a webhook
|
|
1366
1367
|
```
|
|
1367
1368
|
|
|
1368
|
-
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1369
|
+
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
1369
1370
|
|
|
1370
1371
|
## `eas webhook:view ID`
|
|
1371
1372
|
|
|
@@ -1382,7 +1383,7 @@ DESCRIPTION
|
|
|
1382
1383
|
view a webhook
|
|
1383
1384
|
```
|
|
1384
1385
|
|
|
1385
|
-
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v5.
|
|
1386
|
+
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v5.3.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
1386
1387
|
|
|
1387
1388
|
## `eas whoami`
|
|
1388
1389
|
|
package/build/build/local.js
CHANGED
|
@@ -6,7 +6,7 @@ const spawn_async_1 = tslib_1.__importDefault(require("@expo/spawn-async"));
|
|
|
6
6
|
const semver_1 = tslib_1.__importDefault(require("semver"));
|
|
7
7
|
const ora_1 = require("../ora");
|
|
8
8
|
const PLUGIN_PACKAGE_NAME = 'eas-cli-local-build-plugin';
|
|
9
|
-
const PLUGIN_PACKAGE_VERSION = '1.0.
|
|
9
|
+
const PLUGIN_PACKAGE_VERSION = '1.0.44';
|
|
10
10
|
var LocalBuildMode;
|
|
11
11
|
(function (LocalBuildMode) {
|
|
12
12
|
/**
|
|
@@ -13,6 +13,7 @@ export default class UpdatePublish extends EasCommand {
|
|
|
13
13
|
'skip-bundler': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
14
14
|
'clear-cache': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
15
15
|
platform: import("@oclif/core/lib/interfaces").OptionFlag<string>;
|
|
16
|
+
dev: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
16
17
|
auto: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
17
18
|
'private-key-path': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
18
19
|
};
|
|
@@ -31,7 +31,7 @@ class UpdatePublish extends EasCommand_1.default {
|
|
|
31
31
|
async runAsync() {
|
|
32
32
|
const { flags: rawFlags } = await this.parse(UpdatePublish);
|
|
33
33
|
const paginatedQueryOptions = (0, pagination_1.getPaginatedQueryOptions)(rawFlags);
|
|
34
|
-
const { auto: autoFlag, platform: platformFlag, channelName: channelNameArg, updateMessage: updateMessageArg, inputDir, skipBundler, clearCache, privateKeyPath, json: jsonFlag, nonInteractive, branchName: branchNameArg, } = this.sanitizeFlags(rawFlags);
|
|
34
|
+
const { auto: autoFlag, platform: platformFlag, channelName: channelNameArg, dev, updateMessage: updateMessageArg, inputDir, skipBundler, clearCache, privateKeyPath, json: jsonFlag, nonInteractive, branchName: branchNameArg, } = this.sanitizeFlags(rawFlags);
|
|
35
35
|
const { getDynamicPublicProjectConfigAsync, getDynamicPrivateProjectConfigAsync, loggedIn: { graphqlClient }, } = await this.getContextAsync(UpdatePublish, {
|
|
36
36
|
nonInteractive,
|
|
37
37
|
});
|
|
@@ -68,7 +68,7 @@ class UpdatePublish extends EasCommand_1.default {
|
|
|
68
68
|
if (!skipBundler) {
|
|
69
69
|
const bundleSpinner = (0, ora_1.ora)().start('Exporting...');
|
|
70
70
|
try {
|
|
71
|
-
await (0, publish_1.buildBundlesAsync)({ projectDir, inputDir, exp, platformFlag, clearCache });
|
|
71
|
+
await (0, publish_1.buildBundlesAsync)({ projectDir, inputDir, dev, exp, platformFlag, clearCache });
|
|
72
72
|
bundleSpinner.succeed('Exported bundle(s)');
|
|
73
73
|
}
|
|
74
74
|
catch (e) {
|
|
@@ -291,7 +291,7 @@ class UpdatePublish extends EasCommand_1.default {
|
|
|
291
291
|
sanitizeFlags(flags) {
|
|
292
292
|
var _b, _c;
|
|
293
293
|
const nonInteractive = (_b = flags['non-interactive']) !== null && _b !== void 0 ? _b : false;
|
|
294
|
-
const { auto, branch: branchName, channel: channelName, message: updateMessage } = flags;
|
|
294
|
+
const { auto, branch: branchName, channel: channelName, dev, message: updateMessage } = flags;
|
|
295
295
|
if (nonInteractive && !auto && !(updateMessage && (branchName || channelName))) {
|
|
296
296
|
core_1.Errors.error('--branch and --message, or --channel and --message are required when updating in non-interactive mode unless --auto is specified', { exit: 1 });
|
|
297
297
|
}
|
|
@@ -311,6 +311,7 @@ class UpdatePublish extends EasCommand_1.default {
|
|
|
311
311
|
auto,
|
|
312
312
|
branchName,
|
|
313
313
|
channelName,
|
|
314
|
+
dev,
|
|
314
315
|
updateMessage,
|
|
315
316
|
inputDir: flags['input-dir'],
|
|
316
317
|
skipBundler: flags['skip-bundler'],
|
|
@@ -370,6 +371,10 @@ UpdatePublish.flags = {
|
|
|
370
371
|
default: 'all',
|
|
371
372
|
required: false,
|
|
372
373
|
}),
|
|
374
|
+
dev: core_1.Flags.boolean({
|
|
375
|
+
description: 'Publish a development bundle',
|
|
376
|
+
default: false,
|
|
377
|
+
}),
|
|
373
378
|
auto: core_1.Flags.boolean({
|
|
374
379
|
description: 'Use the current git branch and commit message for the EAS branch and update message',
|
|
375
380
|
default: false,
|