mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-05 14:21:32 +00:00
CLI: skip exec SecretRef dry-run resolution unless explicitly allowed (#49322)
* CLI: gate exec SecretRef dry-run resolution behind opt-in * Docs: clarify config dry-run exec opt-in behavior * CLI: preserve static exec dry-run validation
This commit is contained in:
@@ -5,6 +5,7 @@ export type ConfigSetOptions = {
|
||||
strictJson?: boolean;
|
||||
json?: boolean;
|
||||
dryRun?: boolean;
|
||||
allowExec?: boolean;
|
||||
refProvider?: string;
|
||||
refSource?: string;
|
||||
refId?: string;
|
||||
|
||||
Reference in New Issue
Block a user