eas-cli 9.1.0 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "9.1.0",
2
+ "version": "10.0.0",
3
3
  "commands": {
4
4
  "analytics": {
5
5
  "id": "analytics",
@@ -929,17 +929,19 @@
929
929
  "platform": {
930
930
  "name": "platform",
931
931
  "type": "option",
932
- "helpValue": "(all|android|ios)",
932
+ "char": "p",
933
+ "helpValue": "(android|ios|all)",
933
934
  "multiple": false,
934
935
  "options": [
935
- "all",
936
936
  "android",
937
- "ios"
937
+ "ios",
938
+ "all"
938
939
  ]
939
940
  },
940
941
  "status": {
941
942
  "name": "status",
942
943
  "type": "option",
944
+ "description": "Filter only builds with the specified status",
943
945
  "helpValue": "(new|in-queue|in-progress|pending-cancel|errored|finished|canceled)",
944
946
  "multiple": false,
945
947
  "options": [
@@ -955,6 +957,7 @@
955
957
  "distribution": {
956
958
  "name": "distribution",
957
959
  "type": "option",
960
+ "description": "Filter only builds with the specified distribution type",
958
961
  "helpValue": "(store|internal|simulator)",
959
962
  "multiple": false,
960
963
  "options": [
@@ -968,40 +971,70 @@
968
971
  "type": "option",
969
972
  "multiple": false
970
973
  },
971
- "appVersion": {
972
- "name": "appVersion",
974
+ "app-version": {
975
+ "name": "app-version",
973
976
  "type": "option",
974
- "multiple": false
977
+ "description": "Filter only builds created with the specified main app version",
978
+ "multiple": false,
979
+ "aliases": [
980
+ "appVersion"
981
+ ]
975
982
  },
976
- "appBuildVersion": {
977
- "name": "appBuildVersion",
983
+ "app-build-version": {
984
+ "name": "app-build-version",
978
985
  "type": "option",
979
- "multiple": false
986
+ "description": "Filter only builds created with the specified app build version",
987
+ "multiple": false,
988
+ "aliases": [
989
+ "appBuildVersion"
990
+ ]
980
991
  },
981
- "sdkVersion": {
982
- "name": "sdkVersion",
992
+ "sdk-version": {
993
+ "name": "sdk-version",
983
994
  "type": "option",
984
- "multiple": false
995
+ "description": "Filter only builds created with the specified Expo SDK version",
996
+ "multiple": false,
997
+ "aliases": [
998
+ "sdkVersion"
999
+ ]
985
1000
  },
986
- "runtimeVersion": {
987
- "name": "runtimeVersion",
1001
+ "runtime-version": {
1002
+ "name": "runtime-version",
988
1003
  "type": "option",
989
- "multiple": false
1004
+ "description": "Filter only builds created with the specified runtime version",
1005
+ "multiple": false,
1006
+ "aliases": [
1007
+ "runtimeVersion"
1008
+ ]
990
1009
  },
991
- "appIdentifier": {
992
- "name": "appIdentifier",
1010
+ "app-identifier": {
1011
+ "name": "app-identifier",
993
1012
  "type": "option",
994
- "multiple": false
1013
+ "description": "Filter only builds created with the specified app identifier",
1014
+ "multiple": false,
1015
+ "aliases": [
1016
+ "appIdentifier"
1017
+ ]
995
1018
  },
996
- "buildProfile": {
997
- "name": "buildProfile",
1019
+ "build-profile": {
1020
+ "name": "build-profile",
998
1021
  "type": "option",
999
- "multiple": false
1022
+ "char": "e",
1023
+ "description": "Filter only builds created with the specified build profile",
1024
+ "multiple": false,
1025
+ "aliases": [
1026
+ "profile",
1027
+ "buildProfile"
1028
+ ]
1000
1029
  },
1001
- "gitCommitHash": {
1002
- "name": "gitCommitHash",
1030
+ "git-commit-hash": {
1031
+ "name": "git-commit-hash",
1003
1032
  "type": "option",
1004
- "multiple": false
1033
+ "description": "Filter only builds created with the specified git commit hash",
1034
+ "multiple": false,
1035
+ "aliases": [
1036
+ "gitCommitHash"
1037
+ ]
1005
1038
  },
1006
1039
  "offset": {
1007
1040
  "name": "offset",
@@ -1064,11 +1097,21 @@
1064
1097
  "ios"
1065
1098
  ]
1066
1099
  },
1067
- "profile": {
1068
- "name": "profile",
1100
+ "target-profile": {
1101
+ "name": "target-profile",
1069
1102
  "type": "option",
1070
1103
  "char": "e",
1071
- "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
1104
+ "description": "Name of the target build profile from eas.json. Credentials and environment variables from this profile will be used when re-signing. Defaults to \"production\" if defined in eas.json.",
1105
+ "helpValue": "PROFILE_NAME",
1106
+ "multiple": false,
1107
+ "aliases": [
1108
+ "profile"
1109
+ ]
1110
+ },
1111
+ "source-profile": {
1112
+ "name": "source-profile",
1113
+ "type": "option",
1114
+ "description": "Name of the source build profile from eas.json. Used to filter builds eligible for re-signing.",
1072
1115
  "helpValue": "PROFILE_NAME",
1073
1116
  "multiple": false
1074
1117
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eas-cli",
3
3
  "description": "EAS command line tool",
4
- "version": "9.1.0",
4
+ "version": "10.0.0",
5
5
  "author": "Expo <support@expo.dev>",
6
6
  "bin": {
7
7
  "eas": "./bin/run"
@@ -13,10 +13,10 @@
13
13
  "@expo/config": "8.5.4",
14
14
  "@expo/config-plugins": "7.8.4",
15
15
  "@expo/config-types": "50.0.0",
16
- "@expo/eas-build-job": "1.0.114",
17
- "@expo/eas-json": "9.0.8",
16
+ "@expo/eas-build-job": "1.0.117",
17
+ "@expo/eas-json": "10.0.0",
18
18
  "@expo/json-file": "8.2.37",
19
- "@expo/logger": "1.0.57",
19
+ "@expo/logger": "1.0.117",
20
20
  "@expo/multipart-body-parser": "1.1.0",
21
21
  "@expo/osascript": "2.0.33",
22
22
  "@expo/package-manager": "1.1.2",
@@ -28,7 +28,7 @@
28
28
  "@expo/results": "1.0.0",
29
29
  "@expo/rudder-sdk-node": "1.1.1",
30
30
  "@expo/spawn-async": "1.7.0",
31
- "@expo/steps": "1.0.114",
31
+ "@expo/steps": "1.0.117",
32
32
  "@expo/timeago.js": "1.0.0",
33
33
  "@oclif/core": "^1.26.2",
34
34
  "@oclif/plugin-autocomplete": "^2.3.10",
@@ -121,7 +121,7 @@
121
121
  "typescript": "5.3.3"
122
122
  },
123
123
  "engines": {
124
- "node": ">=16.0.0"
124
+ "node": ">=18.0.0"
125
125
  },
126
126
  "files": [
127
127
  "/bin",
@@ -223,5 +223,5 @@
223
223
  "node": "20.11.0",
224
224
  "yarn": "1.22.21"
225
225
  },
226
- "gitHead": "1d07e08a70a3f02a48c174deb3294b34ac8d5dd5"
226
+ "gitHead": "a9a77b6fcb85dc1e543c2ebf9e8e5c6e431faed2"
227
227
  }