CLI Command Reference: tag

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

Command

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

Usage Notes

CRUD for tags (text-only):

  • list
  • show --id <id> or show --slug <slug>
  • create --name <name> --slug <slug> [--description <text>]
  • update --id <id>|--slug <slug> --name <name> --slug <slug> [--description <text>]
  • delete --id <id> or delete --slug <slug>

Exit Code

0

Help Output

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