Authentication
twc-rs auth flow # guided browser flow, stored in the OS keyring
# or
twc-rs config set-token --token <TOKEN>
The token is resolved in this order:
--tokenflagTWC_TOKENenvironment variable- OS keyring
- config file (
~/.config/twc-rs/config.toml)
Profiles
Multiple accounts are supported via named profiles:
twc-rs config set-token --profile staging --token <TOKEN>
twc-rs --profile staging server list
The active profile can also be switched from inside the dashboard.