fix(cli): isolate management subprocess environments

This commit is contained in:
Xubin Ren
2026-08-12 21:09:29 +09:00
parent 5fc8303f9e
commit edaef4e4f5
3 changed files with 25 additions and 0 deletions
+1
View File
@@ -1029,6 +1029,7 @@ class CliAppManager:
encoding="utf-8",
errors="replace",
timeout=timeout,
env=self._subprocess_env(),
)
logger.info("CLI Apps: command exited with code {}: {}", result.returncode, command)
output = (result.stderr or result.stdout or "").strip()