Plugin directory / Tools & Capabilities / dsh-subprocess-inherit-environment
dsh-subprocess-inherit-environment
Verified · installs & boots on dsh zhangzujian/dsh-subprocess-inherit-environment ↗
What it does
DSH plugin that forwards the complete Harness environment through ctx.subprocess
Works — verified, early-stage project
DSH plugin that forwards the complete Harness environment through ctx.subprocess It installs cleanly and boots without issues in our testing. It's early-stage but functional.
Install
This plugin is GitHub source (not published to npm) — install it straight from the repo:
dsh plugin --profile web add github:zhangzujian/dsh-subprocess-inherit-environment - Install pnpm once:
npm install -g pnpm. - Add it from GitHub:
dsh plugin --profile web add github:zhangzujian/dsh-subprocess-inherit-environment. - Restart
dsh web.
Note: plugins that ship a prepare build script may prompt pnpm to allow the build — add the key it prints under allowBuilds in pnpm-workspace.yaml, then re-run.
Test report
Verified: installed from GitHub, activated in the profile, and booted a task successfully.
Repository
github.com/zhangzujian/dsh-subprocess-inherit-environment ↗