Reference

Environment Variables

All environment variables recognized by the TLD CLI.

Variables

VariableOverridesExample
TLD_CONFIGConfig file pathTLD_CONFIG=/etc/tld/config.yaml
TLD_API_URLapi_url in configTLD_API_URL=http://localhost:8000
TLD_AUTH_TOKENauth_token in configTLD_AUTH_TOKEN=eyJ...
TLD_LAB_DIRlab_dir in configTLD_LAB_DIR=/data/labs
TLD_NO_COLORno_color in configTLD_NO_COLOR=1
TLD_VERBOSEverbose in configTLD_VERBOSE=1
CI usage
Use environment variables instead of config files in CI pipelines. Set TLD_AUTH_TOKEN as a secret and TLD_NO_COLOR=1 for clean output.
On this page