Usage: bijux config [OPTIONS] [COMMAND]

Commands:
  list
  get
  set
  unset
  clear
  reload
  export
  load
  help    Print this message or the help of the given subcommand(s)

Options:
  -f, --format <FORMAT>     Output format: text, json, or yaml
  -q, --quiet               Suppress command output
      --log-level <LEVEL>   Log verbosity level
      --color <MODE>        ANSI color policy
      --pretty              Pretty-print structured output
      --no-pretty           Emit compact structured output
      --config-path <PATH>  Use explicit config file path
  -h, --help                Print help

Subcommand guide:
list    Print all key/value pairs
get     Read one key
set     Write one key=value pair
unset   Remove one key
clear   Remove all keys
reload  Validate and reload current file
export  Write config to a target path
load    Load config from a source path

Examples:
  bijux config list
  bijux config get foo
  bijux config set foo=bar
  bijux config export ./bijux.env
