Skip to content

CLI Flags & Options

The Rhyolite CLI supports a variety of flags and options to customize your workflow. Here’s a reference for the most important ones:

  • --help — Show help and usage information
  • --version — Print the CLI version
  • --plugin <template> — Scaffold a new plugin from a template (e.g., react, vue, svelte)
  • --theme <template> — Scaffold a new theme from a template (e.g., minimal, dark)
  • --list — List all available templates
  • --dry-run — Preview changes without writing files
  • --force — Overwrite existing files without prompting
  • RHYO_ENV — Set the environment (e.g., development, production)

For more, run:

Terminal window
pnpm exec create-rhyolite --help