Configuration
The TLD CLI config file — location, format, and all options.
Config file location
bash
# Default location
$ ~/.tld/config.yaml
# Override with env var
$ TLD_CONFIG=/path/to/config.yaml tld lab list
Format
yaml
# ~/.tld/config.yaml
api_url: https://api.thelastdeploy.com
auth_token: eyJhbGciOiJIUzI1NiJ9...
lab_dir: ~/.tld/labs
theme: dark
no_color: false
verbose: false
Options
| Key | Default | Description |
|---|---|---|
| api_url | https://api.thelastdeploy.com | API endpoint |
| auth_token | (empty) | Authentication token — set by tld login |
| lab_dir | ~/.tld/labs | Where lab content is stored |
| theme | dark | Terminal color theme (dark / light) |
| no_color | false | Disable colored output |
| verbose | false | Enable verbose output by default |
