Module: Kerbi::Consts::OptionDefaults

Defined in:
lib/config/cli_schema.rb

Constant Summary collapse

BASE =
{
  OptionKeys::LOAD_DEFAULT_VALUES => true,
  OptionKeys::INLINE_ASSIGNMENT => [],
  OptionKeys::VALUE_FNAMES => [],
  OptionKeys::OUTPUT_FMT => "yaml",
  OptionKeys::STATE_BACKEND_TYPE => "configmap",
  OptionKeys::K8S_AUTH_TYPE => "kube-config"
}.freeze
LIST_STATE =
BASE.merge(
  OptionKeys::OUTPUT_FMT => "table"
).freeze
LIST_RELEASE =
BASE.merge(
  OptionKeys::OUTPUT_FMT => "table"
).freeze