Environment variables
TALOSCONFIG
Section titled “TALOSCONFIG”The standard Talos variable selects one configuration file:
export TALOSCONFIG="$HOME/.talos/config"Explicit --talosconfig arguments take part in file selection according to the CLI invocation.
TALOSCONFIGS
Section titled “TALOSCONFIGS”The t9s-specific variable selects multiple files as an operating-system path list:
export TALOSCONFIGS="$HOME/.talos/mgmt:$HOME/.talos/stage:$HOME/.talos/test"Use : as the separator on Unix and ; on Windows. Repeated --talosconfig flags provide the equivalent explicit form. Duplicate context names are rejected.