Problem
wfctl plugin install supports -plugin-dir, but wfctl infra apply does not. During workflow-compute verification, I could install a clean plugin set into /tmp/.../data/plugins, but could not run wfctl infra apply --dry-run against that isolated directory:
flag provided but not defined: -plugin-dir
Desired behavior
- Infra commands that load external plugins should accept the same plugin directory override as plugin install/list/update.
- The option should be consistently named
-plugin-dir, with deprecated -data-dir alias only if existing command surfaces already expose it.
- This lets CI and local smoke tests run isolated plugin installs without mutating repo
data/plugins.
Related
Problem
wfctl plugin installsupports-plugin-dir, butwfctl infra applydoes not. During workflow-compute verification, I could install a clean plugin set into/tmp/.../data/plugins, but could not runwfctl infra apply --dry-runagainst that isolated directory:Desired behavior
-plugin-dir, with deprecated-data-diralias only if existing command surfaces already expose it.data/plugins.Related