CLI Command Reference: conf

Generated by php build/docs/rvn-docs.php. Do not edit this file by hand.

Command

php private/bin/rvn-conf --no-banner --help

Usage Notes

Config key management:

  • list [--prefix <dot.path.prefix>]
  • get --key <dot.path>
  • set --key <dot.path> --value <value> [--type <auto|string|int|float|bool|null|json>]
  • sync-defaults adds missing keys from private/dat/config.php.dist without overwriting existing keys.

rvn-conf set does not allow site.theme; use rvn-theme enable --slug <slug> instead.

Exit Code

0

Help Output

Usage: private/bin/rvn-conf <action> [options]
Actions: list, get, set, sync-defaults
Options: --key, --value, --type(auto|string|int|float|bool|null|json), --prefix