Make ug configure take a single --workspace/--profile - #653
Merged
Merged
Conversation
david-siqi-liu
force-pushed
the
david/configure-single-workspace
branch
4 times, most recently
from
September 15, 2026 20:22
a8b9327 to
6c93588
Compare
lilly-luo
reviewed
Sep 15, 2026
ug configure accepted comma-separated --workspaces and --profiles lists. Collapse each to a single-value --workspace / --profile, matching the one-workspace-at-a-time usage. Each singular parser rejects a comma-separated value with an actionable error. --workspaces and --profiles remain as hidden, deprecated aliases that take a single value, so existing scripts keep working (matching the --skip-validate / --skip-upgrade precedent). The internal state plumbing still accepts a list, so each parser wraps its single entry; retiring the now-unused multi-workspace path is left as a follow-up. Co-authored-by: Isaac <no-reply@databricks.com>
david-siqi-liu
force-pushed
the
david/configure-single-workspace
branch
from
September 15, 2026 21:17
6c93588 to
150a47c
Compare
david-siqi-liu
enabled auto-merge (squash)
September 15, 2026 21:28
lilly-luo
approved these changes
Sep 15, 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.
ug configurepreviously accepted comma-separated--workspacesand--profileslists. This collapses each to a single value, since a configure run targets one workspace at a time.--workspacesto--workspace(one workspace URL) and--profilesto--profile(one Databricks CLI profile).--workspacesand--profilesas hidden, deprecated aliases that accept a single value, so existing scripts keep working (matching the--skip-validate/--skip-upgradeprecedent).--workspacesor--profiles.This pull request and its description were written by Isaac.