Skip to main content
machine.commands runs commands inside a live machine. AsyncMachine.commands provides the async equivalent.

Command Execution

Use shell=True for authored shell strings. Use args=[...] when exact argument boundaries matter.

Background Processes