env_env_set
Set environment variables for the current process to configure runtime settings and pass data to 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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes |