feat: enhances solo deployment commands to prompt from local config instead of erroring when a required argument is missing. #4727
Open
jan-milenkov wants to merge 8 commits into
Open
Conversation
|
❌ This pull request failed tests. It has been removed from the merge queue. PR #4799 was used for testing. See more details here.
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
Contributor
Contributor
Ivo-Yankov
previously approved these changes
Jun 18, 2026
Contributor
E2E Test Report 10 files 94 suites 1h 23m 48s ⏱️ Results for commit 87066d4. |
Contributor
…om-local-config # Conflicts: # src/core/resolvers.ts
Signed-off-by: Zhan Milenkov <instamenta@abv.bg>
…nfig' into 03291-03292-prompt-from-local-config
jeromy-cannon
approved these changes
Jun 23, 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.
Description
For deployment diagnostics connections, when
--deploymentis omitted it now shows a selectable list of deployments from local config (auto-selecting when only one exists) rather than prompting for free-text entry. Since this lives in the shared deployment resolver, every command that asks for a deployment benefits.For deployment config list, when
--cluster-refis omitted it now offers a list of cluster references from local config plus an "All deployments" option, keeping the existing list-all behavior while letting users filter interactively.Related Issues