fix: make CLI dump warning actionable
This commit is contained in:
@@ -345,7 +345,7 @@ function cliOutputPolicy(): CliOutputPolicy {
|
||||
maxStdoutBytes: EMERGENCY_OUTPUT_DUMP_THRESHOLD_BYTES,
|
||||
dumpDir: EMERGENCY_OUTPUT_DUMP_DIR,
|
||||
includePreview: false,
|
||||
warning: "CLI output policy YAML could not be loaded; emergency dump guard is active and this YAML configuration must be fixed.",
|
||||
warning: "CLI output policy YAML could not be loaded; emergency dump guard is active for one-off drill-down only. Fix config/unidesk-cli.yaml, then improve the noisy command itself to print concise tables/summaries and id-specific progressive disclosure instead of repeatedly depending on dump extraction.",
|
||||
configPath: CLI_OUTPUT_CONFIG_RELATIVE_PATH,
|
||||
configError: message,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user