SDK
experimental_bash
The experimental_bash
module is for when you need to create a persistent and stateful bash session. For one-off stateless bash commands, you can use the bash module instead.
Example Usage
Arguments
The bash command to execute.
If true
, suppresses exceptions raised by the command.