Patch Changes
-
#490
2959826- Fix process crash when config folder is not writable (e.g., in Kubernetes containers). The anonymous ID write failure now logs at debug level and continues gracefully instead of callinggracefulExit(1). -
#472
0ca309d- Fix:varlock load --format shellnow properly escapes special characters in values.Values are now wrapped in single quotes instead of double quotes, preventing shell injection via backticks,
$()subshell syntax, and variable expansion ($VAR). Single quotes within values are safely escaped using the'\''sequence. -
#475
583c2f8Thanks @developerzeke! - Add ts-nocheck directive to ts type-generation output -
#481
80c0475- Fix: invalid load path errors now throw aCliExitErrorinstead of logging and callinggracefulExit, for consistent error handling across the CLI.