Workbench
Use the Workbench CLI to develop, test, publish, and inspect collection modules locally.
Use the Workbench CLI to clone, edit, test, publish, and inspect collection modules from your local machine.
The Workbench CLI is published on npm. Set it up with the Workbench setup tutorial before you clone or edit a collection module.
Workbench guides
- Workbench CLI commands — clone, pull, push, publish, render UI components, run tests, and inspect logs.
- File and folder structure — navigate the files generated when you clone a collection module.
- Create a collection module — create a module on Root and pull it locally with
rp clone -cm.
Typical workflow
- Create or clone a collection module.
- Edit code and configuration locally.
- Run tests or render UI components locally.
- Push changes to update the draft version.
- Publish the draft when it is ready for production.
Updated 8 days ago
What’s Next