pm_init
Initialize a Puppet Master project: checks dependencies, reads pmMode from config, and guides setup in develop or build mode. Optionally starts the dev server.
Instructions
Initialize a Puppet Master project. Checks dependencies, reads pmMode from config, and guides through setup (develop or build mode). Optionally starts the dev server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Set pmMode: develop (framework dev, seeded DB), build (client project, empty DB), or auto (read existing config) | |
| startDev | No | Start dev server after initialization |