Expose disable-token-refresh flag on jf login - #3643
Open
ehl-jf wants to merge 1 commit into
Open
Conversation
Contributor
vitaliil-jfrog
approved these changes
Aug 6, 2026
| // Should not be updated to 0.2.6 due to a bug (https://github.com/jfrog/jfrog-cli-core/pull/372) | ||
| github.com/c-bata/go-prompt => github.com/c-bata/go-prompt v0.2.5 | ||
| // JGC-520: point at in-progress jfrog-cli-core branch - remove before merging | ||
| github.com/jfrog/jfrog-cli-core/v2 => github.com/jfrog/jfrog-cli-core/v2 v2.60.1-0.20260806050251-7359ffdda915 |
Collaborator
There was a problem hiding this comment.
Please handle before merging
BlasttS
approved these changes
Aug 6, 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.

masterbranch.go vet ./....go fmt ./....Adds a
--disable-token-refreshflag tojf login(JGC-520). Previously this setting was only reachable viajf c add/jf c editor by hand-editing~/.jfrog/jfrog-cli.conf.v6. Re-runningjf loginwithout the flag preserves whatever was previously saved.Depends on jfrog/jfrog-cli-core#1600 (unmerged).
go.modcurrently has a temporaryreplacepinned to that PR's branch, marked for removal once it merges and a jfrog-cli-core release is cut. CI on this PR will fail until that dependency is resolved.