Skip to content

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.

kindplane config show [flags]

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

  -c, --config string   config file (default is ./kindplane.yaml)
  -V, --verbose         verbose output

SEE ALSO