Adds executor runtime environment support to the plugin system, enabling plugins to contribute environment variables that get injected into executor commands. The implementation includes new plugin types (`ExecutorRuntimeEnvPlugin`), aggregation in the plugin runner, thread-through into executor com Fusion-Task-Id: FN-3767
412 B
412 B
@runfusion/fusion
| @runfusion/fusion |
|---|
| patch |
Add a new executorRuntimeEnv plugin contribution surface so plugins can inject task-scoped runtime environment variables and PATH prepends for executor-spawned commands.
The bundled fusion-plugin-cli-printing-press now contributes generated CLI artifact directories to task PATH and exports env_var credentials into the task environment for executor command execution.