Skip to content

Commit e4fbcb3

Browse files
committed
Added per-folder user logic to SKILL.md
1 parent 34e12a5 commit e4fbcb3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

skill/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ five9 logout [username] # Remove stored credentials
3333

3434
If not logged in, use `--username` and `--password` flags, or set `FIVE9_USERNAME` and `FIVE9_PASSWORD` environment variables.
3535

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+
3638
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.
3739

3840
## Command Structure

0 commit comments

Comments
 (0)