kindplane config diff
kindplane config diff¶
Compare two configuration files
Synopsis¶
Compare two kindplane configuration files and show the differences.
If only one file is provided, it compares against the current configuration.
Examples¶
# Compare current config with another file
kindplane config diff ./other-kindplane.yaml
# Compare two configuration files
kindplane config diff ./config1.yaml ./config2.yaml
Options¶
Options inherited from parent commands¶
SEE ALSO¶
- kindplane config - Manage configuration