mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 04:47:03 -06:00
docs: clarify before_install hook scope (#92766)
Signed-off-by: sallyom <somalley@redhat.com>
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user