Advanced CLI Usage
Advanced CLI Usage
Section titled “Advanced CLI Usage”Unlock the full power of the Rhyolite CLI with advanced workflows and automation:
Scripting
Section titled “Scripting”- Use CLI commands in your own scripts for repeatable project setups.
- Example:
Terminal window pnpm exec create-rhyolite my-plugin -- --plugin react --dry-run
Automation
Section titled “Automation”- Integrate CLI commands into CI/CD for automated scaffolding or validation.
- Use
--forcefor non-interactive environments.
Custom Templates
Section titled “Custom Templates”- Point to custom templates with a local path or GitHub URL.
- Example:
Terminal window pnpm exec create-rhyolite my-plugin -- --plugin ./my-custom-template
Troubleshooting
Section titled “Troubleshooting”- Use
--helpfor detailed usage. - Check logs for error output.
For more, see Flags & Options.