From c6572ef9148d06a473bac188afc2dc24322f5c20 Mon Sep 17 00:00:00 2001 From: "John M. Daniel" Date: Mon, 4 Nov 2024 20:25:42 -0500 Subject: [PATCH] feat: switched back to previous flag of "prompt" --- .../toolbox.package.dependencies.install.md | 8 ++++---- .../toolbox/package/dependencies/install.ts | 20 ++++++------------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/messages/toolbox.package.dependencies.install.md b/messages/toolbox.package.dependencies.install.md index 44954fc..0225b72 100644 --- a/messages/toolbox.package.dependencies.install.md +++ b/messages/toolbox.package.dependencies.install.md @@ -50,13 +50,13 @@ Installation key for key-protected packages Installation key for key-protected packages in the key:value format of SubscriberPackageVersionId:Key. Specify multiple "--installation-key" flags for more than one key -# flags.no-prompt.summary +# flags.prompt.summary -Don't prompt for confirmation. +Prompt for confirmation. -# flags.no-prompt.description +# flags.prompt.description -Allows the following without an explicit confirmation response: 1) Remote Site Settings and Content Security Policy websites to send or receive data, and 2) --upgrade-type Delete to proceed. +Require explicit confirmation response: 1) Remote Site Settings and Content Security Policy websites to send or receive data, and 2) --upgrade-type Delete to proceed. # flags.publish-wait.summary diff --git a/src/commands/toolbox/package/dependencies/install.ts b/src/commands/toolbox/package/dependencies/install.ts index 280e7da..c2e5810 100644 --- a/src/commands/toolbox/package/dependencies/install.ts +++ b/src/commands/toolbox/package/dependencies/install.ts @@ -85,10 +85,10 @@ export default class PackageDependenciesInstall extends SfCommand({ options: ['DeprecateOnly', 'Mixed', 'Delete'], @@ -366,8 +358,8 @@ export default class PackageDependenciesInstall extends SfCommand