CLI Command Reference: rvn

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

Command

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

Usage Notes

The universal dispatcher routes shared global flags and command names to the focused CLI command families.

Run command-specific help with php private/bin/rvn <command> --help.

Exit Code

0

Help Output

Usage: private/bin/rvn [global flags] <command> [args]

Global flags:
  -v, --verbose         Verbose status output
  -E, --verbose-errors  Verbose error/trace output
  -i, --interactive     Prompt/answer interactive mode
  --json                JSON output
  --no-banner           Disable banner/help placeholders

Commands:
  category   Category CRUD (text-only)
  channel    Channel CRUD (text-only metadata)
  group      Group CRUD (permissions + routing)
  tag        Tag CRUD (text-only)
  redirect   Redirect CRUD (text-only)
  config     Read/update config keys
  theme      List/enable/create/uninstall public themes
  ext        Enable/disable/import/create/uninstall extensions
  system     Query basic system/version/env details
  update     Check/run/rollback Git-based updates

Run command-specific help with: private/bin/rvn <command> --help