CLI Command Reference: chan

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

Command

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

Usage Notes

CRUD for channels (flat-file metadata plus linked ids):

  • list
  • show --id <id> or show --slug <slug>
  • create --name <name> --slug <slug> [--description <text>] [--editor <inherit|tinymce|plaintext|autobr|markdown>] [--route-mode <inherit|slug|date_slug|month_slug|id|date_id|month_id>] [--separator <inherit|-|_>]
  • update --id <id>|--slug <slug> ... (same payload fields)
  • delete --id <id> or delete --slug <slug>

Exit Code

0

Help Output

Usage: private/bin/rvn-chan <action> [options]
Actions: list, show, create, update, delete
Options: --id, --slug, --name, --description, --editor, --route-mode, --separator