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
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,10 +266,11 @@ Local transaction-id conversion helpers:
266
266
267
267
Auth resolution order for commands is:
268
268
269
-
1.`--api-key` or `BRAINTRUST_API_KEY` (unless `--prefer-profile` is set)
270
-
2.`--profile` or `BRAINTRUST_PROFILE`
271
-
3. Org-based profile match (profile whose org matches `--org`/config org)
272
-
4. Single-profile auto-select (if only one profile exists)
269
+
1. Explicit `--profile`
270
+
2.`--api-key` or `BRAINTRUST_API_KEY` (unless `--prefer-profile` is set)
271
+
3.`BRAINTRUST_PROFILE`
272
+
4. Org-based profile match (profile whose org matches `--org`/config org)
273
+
5. Single-profile auto-select (if only one profile exists)
273
274
274
275
On Linux, secure storage uses `secret-tool` (libsecret) with a running Secret Service daemon. On macOS, it uses the `security` keychain utility. If a secure store is unavailable, `bt` falls back to a plaintext secrets file with `0600` permissions.
0 commit comments