Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow managedplugins to control their environment (#246)
This change allows callers of managedplugin to optionally pass in an `Environment` array, which, if used, will replace the default os.Environ for the created plugin. The idea is that we will use this from the CLI to isolate plugin environment from one another. The core logic of how exactly that happens will stay in the CLI.
- Loading branch information