Skip to main content
The Pearly App uses a Makefile for common development tasks. Run make help to see all available commands.

Commands

CommandDescription
make helpShow all available commands
make generateSmart incremental build (only regenerates what changed)
make developStart development environment with Docker
make develop <env>Start environment (development, staging, test, experimental, production)
make cleanClean generated files to force full regeneration
make tf-validate <env>Validate Terraform configuration
make tf-plan <env>Run Terraform plan
make tf-apply <env> planfile=<file>Apply Terraform changes