Exit Codes
TLD CLI exit codes — for scripting and CI integration.
Exit codes
| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | General error (invalid args, config error, etc.) |
| 2 | Docker not running or not accessible |
| 3 | Authentication required — run tld login |
| 4 | Lab not found |
| 5 | Validator failed — one or more checks did not pass |
| 10 | Network error — could not reach the API |
