···6677dev:
88 if [[ ! -f {{testConfig}} ]]; then go run ./cmd/lasad/ gen-config -c {{testConfig}}; fi
99- go run ./cmd/lasad/ -c {{testConfig}}
99+ go run ./cmd/lasad/ -c {{testConfig}} -v
10101111valkey:
1212 {{docker}} run --rm --name {{valkey_container}} -p 6379:6379 -d docker.io/valkey/valkey:alpine
+4
lasad.1.scd
···27272828*-c* specifies the path to the config. Default: */etc/lasad.toml*.
29293030+*-v* increases verbosity (DEBUG is logged).
3131+3232+*-no-color* disables colors in logs.
3333+3034*-h* prints the help.
31353236# CONFIGURATION