set_env¶
Hook for setting environment variables.
Inputs¶
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| environment_variable | str | True | The name of the environment variable to set. | |
| value | str | None | False | The value to set it. |
Arguments¶
| Position | Argument | Type |
|---|---|---|
| 1 | environment_variable | str |
| 2 | value | str |
Returns¶
None
Examples¶
Basic implementation¶
compact->: get_env ENV_VAR
expanded:
->: get_env
environment_variable: ENV_VAR