env_env_set
Set an environment variable for the current process to configure child processes without affecting the parent shell.
Instructions
[env] Set an environment variable for the current process. Visible to child processes spawned after this call. Does not affect the parent shell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |