docs: clarify before_install hook scope (#92766)

Signed-off-by: sallyom <somalley@redhat.com>
This commit is contained in:
Sally O'Malley
2026-06-13 16:54:04 -04:00
committed by GitHub
parent 8047350445
commit e6ffcf7362
10 changed files with 45 additions and 29 deletions
+2 -2
View File
@@ -153,7 +153,7 @@ export function registerPluginsCli(program: Command) {
.option("--pin", "Record npm installs as exact resolved <name>@<version>", false)
.option(
"--dangerously-force-unsafe-install",
"Deprecated no-op; install policy and plugin hooks may still block",
"Deprecated no-op; security.installPolicy may still block",
false,
)
.option(
@@ -184,7 +184,7 @@ export function registerPluginsCli(program: Command) {
.option("--dry-run", "Show what would change without writing", false)
.option(
"--dangerously-force-unsafe-install",
"Deprecated no-op; install policy and plugin hooks may still block",
"Deprecated no-op; security.installPolicy may still block",
false,
)
.action(async (id: string | undefined, opts: PluginUpdateOptions) => {