CLI
Run TofuPilot test procedures from the command line for CI/CD pipelines, automated testing, and headless execution workflows.
You can run test procedures from the command line using the run command:
tofupilot run path/to/procedure.yamlTofuPilot runs the procedure and displays logs in the terminal.
Exit Codes
TofuPilot uses standard exit codes to indicate run outcome:
| Exit Code | Meaning |
|---|---|
0 | All tests passed |
1 | One or more tests failed |
How is this guide?