You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If not logged in, use `--username` and `--password` flags, or set `FIVE9_USERNAME` and `FIVE9_PASSWORD` environment variables.
35
35
36
+
**Per-folder defaults:** Different folders can be associated with different Five9 users via `auth set-folder-default`. When a folder default is set, that user's credentials are used automatically when running commands from that directory. This is useful when different project folders connect to different Five9 tenants.
37
+
36
38
Credential resolution order: `--username`/`--password` flags > `FIVE9_USERNAME`/`FIVE9_PASSWORD` env vars > `--user` flag > `FIVE9_USER` env var > folder default (`.five9-cli/config.json`) > global default > OS keyring.
0 commit comments