kindplane config show
kindplane config show¶
Display the current configuration
Synopsis¶
Display the current kindplane configuration.
By default, shows the raw configuration file. Use --resolved to show the configuration with all defaults filled in.
Examples¶
# Show current configuration
kindplane config show
# Show configuration in JSON format
kindplane config show --format json
# Show resolved configuration with defaults
kindplane config show --resolved
Options¶
--format string Output format (yaml, json) (default "yaml")
-h, --help help for show
--resolved Show configuration with defaults resolved
Options inherited from parent commands¶
SEE ALSO¶
- kindplane config - Manage configuration