Configuration Reference
Full reference for the TLD CLI config file.
Schema
| Key | Type | Default | Description |
|---|---|---|---|
| api_url | string | https://api.thelastdeploy.com | Base URL of the TLD API |
| auth_token | string | empty string | JWT auth token — set by tld login |
| lab_dir | string | ~/.tld/labs | Directory for local lab content |
| theme | string | dark | Terminal output theme: dark or light |
| no_color | bool | false | Disable ANSI color codes |
| verbose | bool | false | Enable verbose debug output |
