eas-cli 10.2.4 → 11.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +63 -65
- package/build/branch/actions/SelectBranch.d.ts +1 -1
- package/build/branch/actions/SelectBranch.js +2 -2
- package/build/branch/queries.js +3 -1
- package/build/build/android/build.js +1 -1
- package/build/build/android/version.js +1 -1
- package/build/build/build.js +21 -10
- package/build/build/context.d.ts +1 -0
- package/build/build/createContext.d.ts +2 -1
- package/build/build/createContext.js +6 -3
- package/build/build/evaluateConfigWithEnvVarsAsync.d.ts +16 -0
- package/build/build/evaluateConfigWithEnvVarsAsync.js +44 -0
- package/build/build/ios/build.js +4 -4
- package/build/build/local.d.ts +1 -1
- package/build/build/local.js +2 -1
- package/build/build/queries.js +3 -1
- package/build/build/runBuildAndSubmit.d.ts +2 -0
- package/build/build/runBuildAndSubmit.js +14 -7
- package/build/build/utils/printBuildInfo.js +6 -2
- package/build/build/validate.js +2 -2
- package/build/channel/actions/SelectChannel.d.ts +1 -1
- package/build/channel/actions/SelectChannel.js +2 -2
- package/build/channel/queries.js +6 -2
- package/build/commandUtils/EasCommand.js +2 -2
- package/build/commandUtils/context/contextUtils/createGraphqlClient.js +1 -1
- package/build/commandUtils/flags.d.ts +3 -0
- package/build/commandUtils/flags.js +15 -1
- package/build/commandUtils/gating/FeatureGating.js +6 -2
- package/build/commands/analytics.js +1 -1
- package/build/commands/build/index.d.ts +4 -1
- package/build/commands/build/index.js +3 -0
- package/build/commands/build/resign.d.ts +4 -1
- package/build/commands/build/resign.js +12 -3
- package/build/commands/build/version/get.d.ts +1 -0
- package/build/commands/build/version/get.js +9 -2
- package/build/commands/build/version/set.d.ts +1 -0
- package/build/commands/build/version/set.js +11 -1
- package/build/commands/build/version/sync.d.ts +1 -0
- package/build/commands/build/version/sync.js +13 -5
- package/build/commands/config.d.ts +2 -0
- package/build/commands/config.js +10 -3
- package/build/commands/device/delete.js +1 -1
- package/build/commands/device/rename.js +1 -1
- package/build/commands/env/create.js +7 -2
- package/build/commands/env/delete.js +5 -2
- package/build/commands/env/get.js +12 -4
- package/build/commands/env/link.js +3 -1
- package/build/commands/env/list.d.ts +4 -2
- package/build/commands/env/list.js +31 -4
- package/build/commands/env/pull.d.ts +15 -0
- package/build/commands/env/pull.js +64 -0
- package/build/commands/env/push.d.ts +17 -0
- package/build/commands/env/push.js +148 -0
- package/build/commands/env/unlink.js +4 -1
- package/build/commands/env/update.js +7 -2
- package/build/commands/metadata/lint.js +4 -2
- package/build/commands/project/onboarding.js +1 -1
- package/build/commands/update/edit.d.ts +19 -0
- package/build/commands/update/edit.js +102 -0
- package/build/commands/update/index.d.ts +1 -2
- package/build/commands/update/index.js +53 -25
- package/build/commands/update/list.js +6 -3
- package/build/commands/update/roll-back-to-embedded.js +1 -1
- package/build/credentials/android/AndroidCredentialsProvider.d.ts +2 -2
- package/build/credentials/android/actions/AssignFcm.d.ts +1 -1
- package/build/credentials/android/actions/AssignGoogleServiceAccountKeyForFcmV1.d.ts +1 -1
- package/build/credentials/android/actions/AssignGoogleServiceAccountKeyForSubmissions.d.ts +1 -1
- package/build/credentials/android/actions/CreateFcm.d.ts +1 -1
- package/build/credentials/android/actions/CreateGoogleServiceAccountKey.d.ts +1 -1
- package/build/credentials/android/actions/CreateKeystore.d.ts +1 -1
- package/build/credentials/android/actions/DownloadKeystore.d.ts +2 -2
- package/build/credentials/android/actions/RemoveFcm.d.ts +1 -1
- package/build/credentials/android/actions/RemoveGoogleServiceAccountKey.d.ts +2 -2
- package/build/credentials/android/actions/RemoveKeystore.d.ts +1 -1
- package/build/credentials/android/actions/SetUpBuildCredentials.d.ts +1 -1
- package/build/credentials/android/actions/SetUpBuildCredentialsFromCredentialsJson.d.ts +1 -1
- package/build/credentials/android/actions/SetUpGoogleServiceAccountKeyForFcmV1.d.ts +1 -1
- package/build/credentials/android/actions/SetUpGoogleServiceAccountKeyForSubmissions.d.ts +1 -1
- package/build/credentials/android/actions/UseExistingGoogleServiceAccountKey.d.ts +1 -1
- package/build/credentials/android/api/GraphqlClient.js +3 -3
- package/build/credentials/context.d.ts +2 -2
- package/build/credentials/context.js +1 -1
- package/build/credentials/ios/IosCredentialsProvider.d.ts +2 -2
- package/build/credentials/ios/IosCredentialsProvider.js +1 -1
- package/build/credentials/ios/actions/AscApiKeyUtils.js +1 -1
- package/build/credentials/ios/actions/AssignAscApiKey.d.ts +1 -1
- package/build/credentials/ios/actions/AssignPushKey.d.ts +1 -1
- package/build/credentials/ios/actions/ConfigureProvisioningProfile.d.ts +4 -4
- package/build/credentials/ios/actions/CreateAscApiKey.d.ts +1 -1
- package/build/credentials/ios/actions/CreateDistributionCertificate.d.ts +1 -1
- package/build/credentials/ios/actions/CreateProvisioningProfile.d.ts +3 -3
- package/build/credentials/ios/actions/CreatePushKey.d.ts +1 -1
- package/build/credentials/ios/actions/DistributionCertificateUtils.js +5 -5
- package/build/credentials/ios/actions/ProvisioningProfileUtils.js +1 -1
- package/build/credentials/ios/actions/PushKeyUtils.js +2 -2
- package/build/credentials/ios/actions/RemoveAscApiKey.d.ts +2 -2
- package/build/credentials/ios/actions/RemoveDistributionCertificate.d.ts +3 -3
- package/build/credentials/ios/actions/RemoveProvisioningProfile.d.ts +2 -2
- package/build/credentials/ios/actions/RemovePushKey.d.ts +2 -2
- package/build/credentials/ios/actions/SetUpAdhocProvisioningProfile.d.ts +1 -1
- package/build/credentials/ios/actions/SetUpAdhocProvisioningProfile.js +1 -1
- package/build/credentials/ios/actions/SetUpAscApiKey.d.ts +2 -2
- package/build/credentials/ios/actions/SetUpBuildCredentials.d.ts +1 -1
- package/build/credentials/ios/actions/SetUpBuildCredentialsFromCredentialsJson.d.ts +3 -3
- package/build/credentials/ios/actions/SetUpDistributionCertificate.d.ts +2 -2
- package/build/credentials/ios/actions/SetUpDistributionCertificate.js +1 -1
- package/build/credentials/ios/actions/SetUpInternalProvisioningProfile.d.ts +1 -1
- package/build/credentials/ios/actions/SetUpProvisioningProfile.d.ts +3 -3
- package/build/credentials/ios/actions/SetUpProvisioningProfile.js +1 -1
- package/build/credentials/ios/actions/SetUpPushKey.d.ts +1 -1
- package/build/credentials/ios/actions/SetUpTargetBuildCredentials.d.ts +1 -1
- package/build/credentials/ios/actions/SetUpTargetBuildCredentialsFromCredentialsJson.d.ts +3 -3
- package/build/credentials/ios/actions/UpdateCredentialsJson.d.ts +3 -3
- package/build/credentials/ios/api/GraphqlClient.js +4 -4
- package/build/credentials/ios/appstore/AppStoreApi.js +4 -4
- package/build/credentials/ios/appstore/authenticate.js +1 -1
- package/build/credentials/ios/appstore/bundleId.js +1 -1
- package/build/credentials/ios/appstore/bundleIdCapabilities.js +1 -1
- package/build/credentials/ios/appstore/ensureAppExists.js +1 -1
- package/build/credentials/ios/appstore/keychain.js +8 -6
- package/build/credentials/ios/appstore/provisioningProfile.js +1 -1
- package/build/credentials/ios/appstore/pushKey.js +1 -1
- package/build/credentials/ios/appstore/resolveCredentials.js +2 -2
- package/build/credentials/ios/credentials.js +1 -1
- package/build/credentials/ios/utils/convertHTMLToASCII.js +1 -1
- package/build/credentials/ios/validators/validateProvisioningProfile.js +2 -4
- package/build/credentials/manager/CheckBuildProfileFlagAgainstEasJson.d.ts +3 -3
- package/build/credentials/manager/CreateAndroidBuildCredentials.d.ts +1 -1
- package/build/credentials/manager/ManageAndroid.js +2 -1
- package/build/credentials/manager/ManageIos.js +3 -2
- package/build/credentials/manager/SelectAndroidBuildCredentials.d.ts +2 -2
- package/build/credentials/manager/SelectBuildProfileFromEasJson.d.ts +2 -2
- package/build/credentials/manager/SelectIosDistributionTypeGraphqlFromBuildProfile.d.ts +1 -1
- package/build/credentials/manager/SelectIosDistributionTypeGraphqlFromBuildProfile.js +1 -1
- package/build/credentials/manager/SelectPlatform.js +3 -2
- package/build/credentials/manager/SetDefaultAndroidKeystore.d.ts +1 -1
- package/build/credentials/manager/SetUpAndroidBuildCredentials.d.ts +1 -1
- package/build/credentials/manager/SetUpBuildCredentialsCommandAction.js +3 -2
- package/build/credentials/manager/SetUpIosBuildCredentials.d.ts +1 -1
- package/build/devices/actions/create/action.d.ts +4 -4
- package/build/devices/actions/create/registrationUrlMethod.js +3 -1
- package/build/devices/manager.d.ts +4 -4
- package/build/devices/queries.js +3 -1
- package/build/easMultiselect.js +6 -2
- package/build/graphql/generated.d.ts +342 -33
- package/build/graphql/generated.js +52 -2
- package/build/graphql/mutations/EnvironmentVariableMutation.d.ts +1 -0
- package/build/graphql/mutations/EnvironmentVariableMutation.js +20 -0
- package/build/graphql/mutations/PublishMutation.d.ts +1 -0
- package/build/graphql/mutations/PublishMutation.js +16 -0
- package/build/graphql/queries/BranchQuery.d.ts +7 -1
- package/build/graphql/queries/BranchQuery.js +42 -0
- package/build/graphql/queries/EnvironmentVariablesQuery.d.ts +16 -7
- package/build/graphql/queries/EnvironmentVariablesQuery.js +29 -6
- package/build/graphql/types/Update.js +4 -0
- package/build/metadata/apple/config/reader.js +1 -1
- package/build/metadata/apple/tasks/age-rating.js +1 -1
- package/build/metadata/apple/tasks/app-review-detail.js +2 -1
- package/build/metadata/apple/tasks/app-version.d.ts +1 -1
- package/build/metadata/config/resolve.js +2 -1
- package/build/metadata/errors.js +2 -1
- package/build/metadata/utils/log.js +1 -1
- package/build/metadata/utils/retry.js +1 -1
- package/build/onboarding/runCommand.js +1 -1
- package/build/ora.js +12 -4
- package/build/project/android/applicationId.js +1 -1
- package/build/project/applicationIdentifier.d.ts +3 -2
- package/build/project/applicationIdentifier.js +2 -2
- package/build/project/expoConfig.js +2 -2
- package/build/project/ios/entitlements.js +1 -1
- package/build/project/publish.d.ts +31 -18
- package/build/project/publish.js +61 -37
- package/build/project/resolveRuntimeVersionAsync.d.ts +4 -1
- package/build/project/resolveRuntimeVersionAsync.js +9 -3
- package/build/rollout/actions/CreateRollout.d.ts +2 -2
- package/build/rollout/actions/EditRollout.d.ts +2 -2
- package/build/rollout/actions/EndRollout.d.ts +2 -2
- package/build/rollout/actions/ManageRollout.d.ts +2 -2
- package/build/rollout/actions/NonInteractiveRollout.d.ts +1 -1
- package/build/rollout/actions/RolloutMainMenu.d.ts +1 -1
- package/build/rollout/actions/SelectRuntime.d.ts +3 -3
- package/build/run/android/adb.js +1 -1
- package/build/run/ios/simctl.js +1 -1
- package/build/run/ios/systemRequirements.js +1 -1
- package/build/submit/ArchiveSource.js +15 -15
- package/build/submit/BaseSubmitter.js +2 -2
- package/build/submit/submit.js +1 -1
- package/build/update/android/UpdatesModule.js +1 -1
- package/build/update/configure.d.ts +1 -1
- package/build/update/queries.js +8 -3
- package/build/update/republish.js +2 -1
- package/build/update/utils.d.ts +1 -0
- package/build/update/utils.js +7 -0
- package/build/user/expoSsoLauncher.js +1 -1
- package/build/utils/download.js +2 -2
- package/build/utils/filterAsync.js +1 -1
- package/build/utils/image.js +2 -2
- package/build/utils/progress.js +1 -1
- package/build/utils/promise.js +1 -1
- package/build/utils/queries.js +2 -2
- package/build/vcs/clients/git.d.ts +1 -1
- package/build/vcs/local.d.ts +1 -1
- package/oclif.manifest.json +218 -22
- package/package.json +14 -14
package/build/utils/image.js
CHANGED
|
@@ -15,7 +15,7 @@ async function ensurePNGIsNotTransparentAsync(imagePathOrURL) {
|
|
|
15
15
|
let hasAlreadyResolved = false;
|
|
16
16
|
const stream = await getImageStreamAsync(imagePathOrURL);
|
|
17
17
|
let metadata;
|
|
18
|
-
|
|
18
|
+
await new Promise((res, rej) => {
|
|
19
19
|
stream
|
|
20
20
|
.pipe(new pngjs_1.PNG({ filterType: 4 }))
|
|
21
21
|
.on('error', err => {
|
|
@@ -59,7 +59,7 @@ async function ensurePNGIsNotTransparentAsync(imagePathOrURL) {
|
|
|
59
59
|
exports.ensurePNGIsNotTransparentAsync = ensurePNGIsNotTransparentAsync;
|
|
60
60
|
async function isPNGAsync(imagePathOrURL) {
|
|
61
61
|
const stream = await getImageStreamAsync(imagePathOrURL);
|
|
62
|
-
return new Promise((res, rej) => {
|
|
62
|
+
return await new Promise((res, rej) => {
|
|
63
63
|
stream
|
|
64
64
|
.pipe(new pngjs_1.PNG({ filterType: 4 }))
|
|
65
65
|
.on('error', err => {
|
package/build/utils/progress.js
CHANGED
|
@@ -21,7 +21,7 @@ function createProgressTracker({ total, message, completedMessage, }) {
|
|
|
21
21
|
return ({ progress, isComplete, error }) => {
|
|
22
22
|
if (progress) {
|
|
23
23
|
if (!bar && (progress.total !== undefined || total !== undefined)) {
|
|
24
|
-
calcTotal =
|
|
24
|
+
calcTotal = total ?? progress.total;
|
|
25
25
|
bar = (0, ora_1.ora)(getMessage(0, calcTotal)).start();
|
|
26
26
|
(0, timer_1.startTimer)(timerLabel);
|
|
27
27
|
}
|
package/build/utils/promise.js
CHANGED
|
@@ -8,6 +8,6 @@ exports.sleepAsync = void 0;
|
|
|
8
8
|
* @returns A promise that resolves after the provided number of milliseconds.
|
|
9
9
|
*/
|
|
10
10
|
async function sleepAsync(ms) {
|
|
11
|
-
|
|
11
|
+
await new Promise(res => setTimeout(res, ms));
|
|
12
12
|
}
|
|
13
13
|
exports.sleepAsync = sleepAsync;
|
package/build/utils/queries.js
CHANGED
|
@@ -6,7 +6,7 @@ const uniqBy_1 = tslib_1.__importDefault(require("./expodash/uniqBy"));
|
|
|
6
6
|
const prompts_1 = require("../prompts");
|
|
7
7
|
const fetchMoreValue = '_fetchMore';
|
|
8
8
|
async function paginatedQueryWithConfirmPromptAsync(queryArgs) {
|
|
9
|
-
|
|
9
|
+
await paginatedQueryWithConfirmPromptInternalAsync(queryArgs, []);
|
|
10
10
|
}
|
|
11
11
|
exports.paginatedQueryWithConfirmPromptAsync = paginatedQueryWithConfirmPromptAsync;
|
|
12
12
|
async function paginatedQueryWithConfirmPromptInternalAsync({ limit, offset, queryToPerform, promptOptions, }, accumulator) {
|
|
@@ -21,7 +21,7 @@ async function paginatedQueryWithConfirmPromptInternalAsync({ limit, offset, que
|
|
|
21
21
|
return;
|
|
22
22
|
}
|
|
23
23
|
if (await (0, prompts_1.confirmAsync)({ message: promptOptions.title })) {
|
|
24
|
-
|
|
24
|
+
await paginatedQueryWithConfirmPromptInternalAsync({
|
|
25
25
|
limit,
|
|
26
26
|
offset: offset + limit,
|
|
27
27
|
queryToPerform,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Client } from '../vcs';
|
|
2
2
|
export default class GitClient extends Client {
|
|
3
|
-
private maybeCwdOverride?;
|
|
3
|
+
private readonly maybeCwdOverride?;
|
|
4
4
|
constructor(maybeCwdOverride?: string | undefined);
|
|
5
5
|
ensureRepoExistsAsync(): Promise<void>;
|
|
6
6
|
commitAsync({ commitMessage, commitAllFiles, nonInteractive, }: {
|
package/build/vcs/local.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export declare function getRootPath(): string;
|
|
|
10
10
|
* - if .easignore exists, .gitignore files are not used.
|
|
11
11
|
*/
|
|
12
12
|
export declare class Ignore {
|
|
13
|
-
private rootDir;
|
|
13
|
+
private readonly rootDir;
|
|
14
14
|
private ignoreMapping;
|
|
15
15
|
constructor(rootDir: string);
|
|
16
16
|
initIgnoreAsync(): Promise<void>;
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "11.0.0",
|
|
3
3
|
"commands": {
|
|
4
4
|
"analytics": {
|
|
5
5
|
"id": "analytics",
|
|
@@ -54,6 +54,19 @@
|
|
|
54
54
|
"hidden": true,
|
|
55
55
|
"allowNo": false
|
|
56
56
|
},
|
|
57
|
+
"environment": {
|
|
58
|
+
"name": "environment",
|
|
59
|
+
"type": "option",
|
|
60
|
+
"description": "Environment variable's environment",
|
|
61
|
+
"hidden": true,
|
|
62
|
+
"helpValue": "(development|preview|production)",
|
|
63
|
+
"multiple": false,
|
|
64
|
+
"options": [
|
|
65
|
+
"development",
|
|
66
|
+
"preview",
|
|
67
|
+
"production"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
57
70
|
"json": {
|
|
58
71
|
"name": "json",
|
|
59
72
|
"type": "boolean",
|
|
@@ -74,7 +87,8 @@
|
|
|
74
87
|
"contextDefinition": {
|
|
75
88
|
"getDynamicPublicProjectConfigAsync": {},
|
|
76
89
|
"getDynamicPrivateProjectConfigAsync": {},
|
|
77
|
-
"projectDir": {}
|
|
90
|
+
"projectDir": {},
|
|
91
|
+
"loggedIn": {}
|
|
78
92
|
}
|
|
79
93
|
},
|
|
80
94
|
"diagnostics": {
|
|
@@ -773,6 +787,19 @@
|
|
|
773
787
|
"type": "boolean",
|
|
774
788
|
"description": "Run the command in non-interactive mode.",
|
|
775
789
|
"allowNo": false
|
|
790
|
+
},
|
|
791
|
+
"environment": {
|
|
792
|
+
"name": "environment",
|
|
793
|
+
"type": "option",
|
|
794
|
+
"description": "Environment variable's environment",
|
|
795
|
+
"hidden": true,
|
|
796
|
+
"helpValue": "(development|preview|production)",
|
|
797
|
+
"multiple": false,
|
|
798
|
+
"options": [
|
|
799
|
+
"development",
|
|
800
|
+
"preview",
|
|
801
|
+
"production"
|
|
802
|
+
]
|
|
776
803
|
}
|
|
777
804
|
},
|
|
778
805
|
"args": {},
|
|
@@ -781,6 +808,7 @@
|
|
|
781
808
|
"getDynamicPublicProjectConfigAsync": {},
|
|
782
809
|
"getDynamicPrivateProjectConfigAsync": {},
|
|
783
810
|
"projectDir": {},
|
|
811
|
+
"privateProjectConfig": {},
|
|
784
812
|
"analytics": {},
|
|
785
813
|
"vcsClient": {}
|
|
786
814
|
}
|
|
@@ -1155,6 +1183,19 @@
|
|
|
1155
1183
|
"type": "boolean",
|
|
1156
1184
|
"description": "Run the command in non-interactive mode.",
|
|
1157
1185
|
"allowNo": false
|
|
1186
|
+
},
|
|
1187
|
+
"environment": {
|
|
1188
|
+
"name": "environment",
|
|
1189
|
+
"type": "option",
|
|
1190
|
+
"description": "Environment variable's environment",
|
|
1191
|
+
"hidden": true,
|
|
1192
|
+
"helpValue": "(development|preview|production)",
|
|
1193
|
+
"multiple": false,
|
|
1194
|
+
"options": [
|
|
1195
|
+
"development",
|
|
1196
|
+
"preview",
|
|
1197
|
+
"production"
|
|
1198
|
+
]
|
|
1158
1199
|
}
|
|
1159
1200
|
},
|
|
1160
1201
|
"args": {},
|
|
@@ -2102,6 +2143,12 @@
|
|
|
2102
2143
|
"hidden": true,
|
|
2103
2144
|
"aliases": [],
|
|
2104
2145
|
"flags": {
|
|
2146
|
+
"include-sensitive": {
|
|
2147
|
+
"name": "include-sensitive",
|
|
2148
|
+
"type": "boolean",
|
|
2149
|
+
"description": "Display sensitive values in the output",
|
|
2150
|
+
"allowNo": false
|
|
2151
|
+
},
|
|
2105
2152
|
"format": {
|
|
2106
2153
|
"name": "format",
|
|
2107
2154
|
"type": "option",
|
|
@@ -2145,6 +2192,84 @@
|
|
|
2145
2192
|
"privateProjectConfig": {}
|
|
2146
2193
|
}
|
|
2147
2194
|
},
|
|
2195
|
+
"env:pull": {
|
|
2196
|
+
"id": "env:pull",
|
|
2197
|
+
"description": "pull env file",
|
|
2198
|
+
"strict": true,
|
|
2199
|
+
"pluginName": "eas-cli",
|
|
2200
|
+
"pluginAlias": "eas-cli",
|
|
2201
|
+
"pluginType": "core",
|
|
2202
|
+
"hidden": true,
|
|
2203
|
+
"aliases": [],
|
|
2204
|
+
"flags": {
|
|
2205
|
+
"environment": {
|
|
2206
|
+
"name": "environment",
|
|
2207
|
+
"type": "option",
|
|
2208
|
+
"description": "Environment variable's environment",
|
|
2209
|
+
"helpValue": "(development|preview|production)",
|
|
2210
|
+
"multiple": false,
|
|
2211
|
+
"options": [
|
|
2212
|
+
"development",
|
|
2213
|
+
"preview",
|
|
2214
|
+
"production"
|
|
2215
|
+
]
|
|
2216
|
+
},
|
|
2217
|
+
"non-interactive": {
|
|
2218
|
+
"name": "non-interactive",
|
|
2219
|
+
"type": "boolean",
|
|
2220
|
+
"description": "Run the command in non-interactive mode.",
|
|
2221
|
+
"allowNo": false
|
|
2222
|
+
},
|
|
2223
|
+
"path": {
|
|
2224
|
+
"name": "path",
|
|
2225
|
+
"type": "option",
|
|
2226
|
+
"description": "Path to the result `.env` file",
|
|
2227
|
+
"multiple": false,
|
|
2228
|
+
"default": ".env.local"
|
|
2229
|
+
}
|
|
2230
|
+
},
|
|
2231
|
+
"args": {},
|
|
2232
|
+
"contextDefinition": {
|
|
2233
|
+
"loggedIn": {},
|
|
2234
|
+
"privateProjectConfig": {}
|
|
2235
|
+
}
|
|
2236
|
+
},
|
|
2237
|
+
"env:push": {
|
|
2238
|
+
"id": "env:push",
|
|
2239
|
+
"description": "push env file",
|
|
2240
|
+
"strict": true,
|
|
2241
|
+
"pluginName": "eas-cli",
|
|
2242
|
+
"pluginAlias": "eas-cli",
|
|
2243
|
+
"pluginType": "core",
|
|
2244
|
+
"hidden": true,
|
|
2245
|
+
"aliases": [],
|
|
2246
|
+
"flags": {
|
|
2247
|
+
"environment": {
|
|
2248
|
+
"name": "environment",
|
|
2249
|
+
"type": "option",
|
|
2250
|
+
"description": "Environment variable's environment",
|
|
2251
|
+
"helpValue": "(development|preview|production)",
|
|
2252
|
+
"multiple": false,
|
|
2253
|
+
"options": [
|
|
2254
|
+
"development",
|
|
2255
|
+
"preview",
|
|
2256
|
+
"production"
|
|
2257
|
+
]
|
|
2258
|
+
},
|
|
2259
|
+
"path": {
|
|
2260
|
+
"name": "path",
|
|
2261
|
+
"type": "option",
|
|
2262
|
+
"description": "Path to the input `.env` file",
|
|
2263
|
+
"multiple": false,
|
|
2264
|
+
"default": ".env.local"
|
|
2265
|
+
}
|
|
2266
|
+
},
|
|
2267
|
+
"args": {},
|
|
2268
|
+
"contextDefinition": {
|
|
2269
|
+
"loggedIn": {},
|
|
2270
|
+
"privateProjectConfig": {}
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2148
2273
|
"env:unlink": {
|
|
2149
2274
|
"id": "env:unlink",
|
|
2150
2275
|
"description": "unlink a shared environment variable to the current project",
|
|
@@ -2639,6 +2764,50 @@
|
|
|
2639
2764
|
"loggedIn": {}
|
|
2640
2765
|
}
|
|
2641
2766
|
},
|
|
2767
|
+
"update:edit": {
|
|
2768
|
+
"id": "update:edit",
|
|
2769
|
+
"description": "edit all the updates in an update group",
|
|
2770
|
+
"strict": true,
|
|
2771
|
+
"pluginName": "eas-cli",
|
|
2772
|
+
"pluginAlias": "eas-cli",
|
|
2773
|
+
"pluginType": "core",
|
|
2774
|
+
"hidden": true,
|
|
2775
|
+
"aliases": [],
|
|
2776
|
+
"flags": {
|
|
2777
|
+
"rollout-percentage": {
|
|
2778
|
+
"name": "rollout-percentage",
|
|
2779
|
+
"type": "option",
|
|
2780
|
+
"description": "Rollout percentage to set for a rollout update. The specified number must be an integer between 1 and 100.",
|
|
2781
|
+
"required": false,
|
|
2782
|
+
"multiple": false
|
|
2783
|
+
},
|
|
2784
|
+
"json": {
|
|
2785
|
+
"name": "json",
|
|
2786
|
+
"type": "boolean",
|
|
2787
|
+
"description": "Enable JSON output, non-JSON messages will be printed to stderr.",
|
|
2788
|
+
"allowNo": false,
|
|
2789
|
+
"dependsOn": [
|
|
2790
|
+
"non-interactive"
|
|
2791
|
+
]
|
|
2792
|
+
},
|
|
2793
|
+
"non-interactive": {
|
|
2794
|
+
"name": "non-interactive",
|
|
2795
|
+
"type": "boolean",
|
|
2796
|
+
"description": "Run the command in non-interactive mode.",
|
|
2797
|
+
"allowNo": false
|
|
2798
|
+
}
|
|
2799
|
+
},
|
|
2800
|
+
"args": {
|
|
2801
|
+
"groupId": {
|
|
2802
|
+
"name": "groupId",
|
|
2803
|
+
"description": "The ID of an update group to edit.",
|
|
2804
|
+
"required": true
|
|
2805
|
+
}
|
|
2806
|
+
},
|
|
2807
|
+
"contextDefinition": {
|
|
2808
|
+
"loggedIn": {}
|
|
2809
|
+
}
|
|
2810
|
+
},
|
|
2642
2811
|
"update": {
|
|
2643
2812
|
"id": "update",
|
|
2644
2813
|
"description": "publish an update group",
|
|
@@ -2670,26 +2839,6 @@
|
|
|
2670
2839
|
"required": false,
|
|
2671
2840
|
"multiple": false
|
|
2672
2841
|
},
|
|
2673
|
-
"republish": {
|
|
2674
|
-
"name": "republish",
|
|
2675
|
-
"type": "boolean",
|
|
2676
|
-
"description": "Republish an update group (deprecated, see republish command)",
|
|
2677
|
-
"allowNo": false,
|
|
2678
|
-
"exclusive": [
|
|
2679
|
-
"input-dir",
|
|
2680
|
-
"skip-bundler"
|
|
2681
|
-
]
|
|
2682
|
-
},
|
|
2683
|
-
"group": {
|
|
2684
|
-
"name": "group",
|
|
2685
|
-
"type": "option",
|
|
2686
|
-
"description": "Update group to republish (deprecated, see republish command)",
|
|
2687
|
-
"multiple": false,
|
|
2688
|
-
"exclusive": [
|
|
2689
|
-
"input-dir",
|
|
2690
|
-
"skip-bundler"
|
|
2691
|
-
]
|
|
2692
|
-
},
|
|
2693
2842
|
"input-dir": {
|
|
2694
2843
|
"name": "input-dir",
|
|
2695
2844
|
"type": "option",
|
|
@@ -2716,6 +2865,14 @@
|
|
|
2716
2865
|
"description": "Emit \"eas-update-metadata.json\" in the bundle folder with detailed information about the generated updates",
|
|
2717
2866
|
"allowNo": false
|
|
2718
2867
|
},
|
|
2868
|
+
"rollout-percentage": {
|
|
2869
|
+
"name": "rollout-percentage",
|
|
2870
|
+
"type": "option",
|
|
2871
|
+
"description": "Percentage of users this update should be immediately available to. Users not in the rollout will be served the previous latest update on the branch, even if that update is itself being rolled out. The specified number must be an integer between 1 and 100. When not specified, this defaults to 100.",
|
|
2872
|
+
"hidden": true,
|
|
2873
|
+
"required": false,
|
|
2874
|
+
"multiple": false
|
|
2875
|
+
},
|
|
2719
2876
|
"platform": {
|
|
2720
2877
|
"name": "platform",
|
|
2721
2878
|
"type": "option",
|
|
@@ -3251,6 +3408,19 @@
|
|
|
3251
3408
|
"helpValue": "PROFILE_NAME",
|
|
3252
3409
|
"multiple": false
|
|
3253
3410
|
},
|
|
3411
|
+
"environment": {
|
|
3412
|
+
"name": "environment",
|
|
3413
|
+
"type": "option",
|
|
3414
|
+
"description": "Environment variable's environment",
|
|
3415
|
+
"hidden": true,
|
|
3416
|
+
"helpValue": "(development|preview|production)",
|
|
3417
|
+
"multiple": false,
|
|
3418
|
+
"options": [
|
|
3419
|
+
"development",
|
|
3420
|
+
"preview",
|
|
3421
|
+
"production"
|
|
3422
|
+
]
|
|
3423
|
+
},
|
|
3254
3424
|
"json": {
|
|
3255
3425
|
"name": "json",
|
|
3256
3426
|
"type": "boolean",
|
|
@@ -3303,6 +3473,19 @@
|
|
|
3303
3473
|
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
3304
3474
|
"helpValue": "PROFILE_NAME",
|
|
3305
3475
|
"multiple": false
|
|
3476
|
+
},
|
|
3477
|
+
"environment": {
|
|
3478
|
+
"name": "environment",
|
|
3479
|
+
"type": "option",
|
|
3480
|
+
"description": "Environment variable's environment",
|
|
3481
|
+
"hidden": true,
|
|
3482
|
+
"helpValue": "(development|preview|production)",
|
|
3483
|
+
"multiple": false,
|
|
3484
|
+
"options": [
|
|
3485
|
+
"development",
|
|
3486
|
+
"preview",
|
|
3487
|
+
"production"
|
|
3488
|
+
]
|
|
3306
3489
|
}
|
|
3307
3490
|
},
|
|
3308
3491
|
"args": {},
|
|
@@ -3342,6 +3525,19 @@
|
|
|
3342
3525
|
"description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
|
|
3343
3526
|
"helpValue": "PROFILE_NAME",
|
|
3344
3527
|
"multiple": false
|
|
3528
|
+
},
|
|
3529
|
+
"environment": {
|
|
3530
|
+
"name": "environment",
|
|
3531
|
+
"type": "option",
|
|
3532
|
+
"description": "Environment variable's environment",
|
|
3533
|
+
"hidden": true,
|
|
3534
|
+
"helpValue": "(development|preview|production)",
|
|
3535
|
+
"multiple": false,
|
|
3536
|
+
"options": [
|
|
3537
|
+
"development",
|
|
3538
|
+
"preview",
|
|
3539
|
+
"production"
|
|
3540
|
+
]
|
|
3345
3541
|
}
|
|
3346
3542
|
},
|
|
3347
3543
|
"args": {},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "11.0.0",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -10,24 +10,24 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@expo/apple-utils": "1.7.1",
|
|
12
12
|
"@expo/code-signing-certificates": "0.0.5",
|
|
13
|
-
"@expo/config": "
|
|
14
|
-
"@expo/config-plugins": "
|
|
15
|
-
"@expo/config-types": "
|
|
16
|
-
"@expo/eas-build-job": "1.0.
|
|
17
|
-
"@expo/eas-json": "
|
|
18
|
-
"@expo/json-file": "8.
|
|
13
|
+
"@expo/config": "9.0.3",
|
|
14
|
+
"@expo/config-plugins": "8.0.8",
|
|
15
|
+
"@expo/config-types": "51.0.2",
|
|
16
|
+
"@expo/eas-build-job": "1.0.133",
|
|
17
|
+
"@expo/eas-json": "11.0.0",
|
|
18
|
+
"@expo/json-file": "8.3.3",
|
|
19
19
|
"@expo/logger": "1.0.117",
|
|
20
20
|
"@expo/multipart-body-parser": "1.1.0",
|
|
21
|
-
"@expo/osascript": "2.
|
|
22
|
-
"@expo/package-manager": "1.
|
|
23
|
-
"@expo/pkcs12": "0.
|
|
24
|
-
"@expo/plist": "0.
|
|
21
|
+
"@expo/osascript": "2.1.3",
|
|
22
|
+
"@expo/package-manager": "1.5.2",
|
|
23
|
+
"@expo/pkcs12": "0.1.2",
|
|
24
|
+
"@expo/plist": "0.1.3",
|
|
25
25
|
"@expo/plugin-help": "5.1.23",
|
|
26
26
|
"@expo/plugin-warn-if-update-available": "2.5.1",
|
|
27
|
-
"@expo/prebuild-config": "
|
|
27
|
+
"@expo/prebuild-config": "7.0.8",
|
|
28
28
|
"@expo/results": "1.0.0",
|
|
29
29
|
"@expo/rudder-sdk-node": "1.1.1",
|
|
30
|
-
"@expo/spawn-async": "1.7.
|
|
30
|
+
"@expo/spawn-async": "1.7.2",
|
|
31
31
|
"@expo/steps": "1.0.130",
|
|
32
32
|
"@expo/timeago.js": "1.0.0",
|
|
33
33
|
"@oclif/core": "^1.26.2",
|
|
@@ -223,5 +223,5 @@
|
|
|
223
223
|
"node": "20.11.0",
|
|
224
224
|
"yarn": "1.22.21"
|
|
225
225
|
},
|
|
226
|
-
"gitHead": "
|
|
226
|
+
"gitHead": "e01a70943b548230bdc997b53ecc026d3684f5d0"
|
|
227
227
|
}
|