Run and execute code at scale
Launch an async command
Retrieve the Status of the Async Command including the latest output
(Optionally) Kill the async command if needed
shell_name
parameter to use a ‘stateful’ shell. This means that the shell will maintain its state across commands including environment variables and working directory.
As an example, let’s create a series of interdependent commands that need to be run in the same shell:
Check initial directory
Create and enter new directory
Verify new working directory is preserved!