Skip to content

Advanced CLI Usage

Unlock the full power of the Rhyolite CLI with advanced workflows and automation:

  • Use CLI commands in your own scripts for repeatable project setups.
  • Example:
    Terminal window
    pnpm exec create-rhyolite my-plugin -- --plugin react --dry-run
  • Integrate CLI commands into CI/CD for automated scaffolding or validation.
  • Use --force for non-interactive environments.
  • Point to custom templates with a local path or GitHub URL.
  • Example:
    Terminal window
    pnpm exec create-rhyolite my-plugin -- --plugin ./my-custom-template
  • Use --help for detailed usage.
  • Check logs for error output.

For more, see Flags & Options.