Skip to main content
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

string
required
The bash command to execute.
bool
If true, suppresses exceptions raised by the command.