fest types festival show

Show details for a festival type

Synopsis

Display detailed information about a specific festival type.

Shows the type's description, phase structure, auto-scaffolded phases, and manually-created phases.

Examples:

  fest types festival show standard           # Show standard type details
  fest types festival show implementation     # Show implementation type
  fest types festival show standard --phases  # Show only phases
  fest types festival show quick --json       # JSON output
fest types festival show <type-name> [flags]

Options

  -h, --help     help for show
      --json     Output as JSON
      --phases   Show only phases

Options inherited from parent commands

      --config string   config file (default: ~/.config/fest/config.json)
      --debug           enable debug logging
      --no-color        disable colored output
      --verbose         enable verbose output

SEE ALSO