[FEAT cloudctl] - Support Dry-Run mode for sync command
Labels
- feature
- safety
- easy-to-use
Priority
(Medium) I'm annoyed but I'll live
User Story
As a cloudctl user, I can run sync --dry-run to see what changes would be made to my local kubeconfig, so that I don't accidentally overwrite important configurations.
Description
The sync command 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
Reference Issues
None
[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