fix: bt auth ignored --json#271
Open
Cedric / ViaDézo1er (viadezo1er) wants to merge 1 commit into
Open
Conversation
Contributor
|
Latest downloadable build artifacts for this PR commit
Available artifact names
|
9526668 to
c30726b
Compare
c30726b to
b4a8809
Compare
| "expected oauth-only refresh hint, got: {stderr}" | ||
| ); | ||
| // Errors are not part of the --json contract (they surface via the global | ||
| // error printer); stdout should not carry a partial result. |
There was a problem hiding this comment.
let's remove these redundant comments.
Contributor
Author
There was a problem hiding this comment.
Removed
6c6069c to
87e072f
Compare
and bt auth profiles --profile profile-name now prints only the designated profile information
87e072f to
8a7aace
Compare
Abhijeet Prasad (AbhiPrasad)
approved these changes
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
and bt auth profiles --profile profile-name
now prints only the designated profile information
bt auth refreshhonoring--json(same withbt auth login/logout, which is most useful with--no-input --api-key sk-...in scripts):Before:
After:
--profile profile-nameshowing only the selected profile forbt auth profiles:Before:
After:
Fix #249