Edit

opencenter config

Manage CLI configuration settings

Synopsis

Manage CLI configuration settings including logging, paths, behavior, and cluster defaults.

The configuration file is stored at ~/.config/opencenter/config.yaml by default, or at the location specified by the OPENCENTER_CONFIG_DIR environment variable.

Configuration values can be accessed and modified using dot notation (e.g., logging.level). The cluster_defaults section controls values injected into new cluster configs during "opencenter cluster init".

opencenter config [flags]

Options

  -h, --help   help for config

SEE ALSO

  • opencenter.md[opencenter] - opencenter CLI manages cluster configurations and GitOps scaffolding

  • opencenter_config_edit.md[opencenter config edit] - Edit the CLI configuration file in your default editor

  • opencenter_config_explain.md[opencenter config explain] - Explain how configuration values affect CLI behavior

  • opencenter_config_get.md[opencenter config get] - Get a configuration value using dot notation

  • opencenter_config_path.md[opencenter config path] - Show the path to the configuration file

  • opencenter_config_reset.md[opencenter config reset] - Reset configuration to default values

  • opencenter_config_set.md[opencenter config set] - Set a configuration value using dot notation

  • opencenter_config_view.md[opencenter config view] - Display the current CLI configuration

Auto generated by spf13/cobra on 28-Apr-2026