CLI Command Reference: cat
Generated by php build/docs/rvn-docs.php. Do not edit this file by hand.
Command
php private/bin/rvn-cat --no-banner --help
Usage Notes
CRUD for categories (text-only):
listshow --id <id>orshow --slug <slug>create --name <name> --slug <slug> [--description <text>]update --id <id>|--slug <slug> --name <name> --slug <slug> [--description <text>]delete --id <id>ordelete --slug <slug>
Exit Code
0
Help Output
Usage: private/bin/rvn-cat <action> [options]
Actions: list, show, create, update, delete
Options: --id, --slug, --name, --description