Config TOML
Default paths:
Linux: ~/.config/teams-cli/config.toml
macOS: ~/Library/Application Support/teams-cli/config.toml
Windows: %APPDATA%\teams-cli\config.toml
Example:
[default]
profile = "prod"
output = "json"
page_size = 50
[profiles.prod]
auth_app = "oso"
tenant_id = "example.onmicrosoft.com"
auth_flow = "device-code"
[profiles.locked-down]
auth_app = "byo"
client_id = "11111111-1111-1111-1111-111111111111"
tenant_id = "22222222-2222-2222-2222-222222222222"
Tokens are stored in the OS keyring, not in this file.