-
Notifications
You must be signed in to change notification settings - Fork 0
[FEAT cloudctl] - Support Dry-Run mode for sync command #51
Copy link
Copy link
Open
Labels
easy-to-useImprovements to User Experience (UX), CLI ergonomics, and simplicityImprovements to User Experience (UX), CLI ergonomics, and simplicityfeatureNew functional capabilities or significant additions to the CLI.New functional capabilities or significant additions to the CLI.safetyFeatures aimed at preventing accidental data loss or misconfigurationFeatures aimed at preventing accidental data loss or misconfiguration
Metadata
Metadata
Assignees
Labels
easy-to-useImprovements to User Experience (UX), CLI ergonomics, and simplicityImprovements to User Experience (UX), CLI ergonomics, and simplicityfeatureNew functional capabilities or significant additions to the CLI.New functional capabilities or significant additions to the CLI.safetyFeatures aimed at preventing accidental data loss or misconfigurationFeatures aimed at preventing accidental data loss or misconfiguration
[FEAT cloudctl] - Support Dry-Run mode for
synccommandLabels
Priority
(Medium) I'm annoyed but I'll live
User Story
Description
The
synccommand directly modifies the local kubeconfig. A dry-run mode that prints a diff of the changes (clusters added/removed, contexts updated) would greatly increase user confidence and safety.Acceptance Criteria
--dry-runflag to thesynccommand.hack/compare_kubeconfigs.gologic to show a diff.Reference Issues
None