Add legacy flag to preserve per-service URL config for Artifactory v6.x - #1605
Merged
Conversation
4 tasks
cyrilc-pro
approved these changes
Aug 11, 2026
vitaliil-jfrog
approved these changes
Aug 11, 2026
…factory v6.x jf login and jf c add now default to a single JFrog Platform URL. The new legacy flag restores the previous per-service URL prompts (Artifactory/ Distribution/Xray/Mission Control/Pipelines) and skips the browser-based web login, for Artifactory v6.x self-hosted setups where these products don't share one platform URL.
ehl-jf
force-pushed
the
feature/JGC-487
branch
from
August 14, 2026 07:05
b57bf45 to
87cb814
Compare
Contributor
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.

Simplify
jf login/jf c addto always use a single JFrog Platform URL by default, dropping the interactive per-service URL prompts (Artifactory/Distribution/Xray/Mission Control/Pipelines). A newlegacyoption onConfigCommand/LoginCommandrestores that prompting (and, for login, skips the browser-based web login) for Artifactory v6.x self-hosted setups where these products don't share one platform URL.Companion PR in jfrog-cli (wires up the
--legacyCLI flag): https://github.com/jfrog/jfrog-cli/pull/new/JGC-487-simplify-login