Customization
Stoobly Scaffold Structure - Questions & Answers
Understanding Scaffold Structure
Q: Where does the scaffold get created?
# Create app
stoobly-agent scaffold app create my-app --app-dir-path ./my-project
# Scaffold structure created at:
# ./my-project/.stoobly/services/Q: What is the overall structure of a scaffolded app?
Docker vs Local Runtime Differences
Q: What's the difference between --runtime docker and --runtime local?
Understanding Core Services
Q: What is the stoobly-ui service?
Service-Specific Directories
Q: What files are created for each user-defined service?
Q: What is the purpose of the configure script?
Q: What is the purpose of the init script?
Q: What is the fixtures.yml file used for?
Q: What is the lifecycle_hooks.py file used for?
Q: What is the public/ directory used for?
Workflow-Specific Configurations
Q: How are workflows organized?
Q: Can I have different configurations for different workflows?
Custom Workflows
Q: How do I create a custom workflow?
Q: What gets created for a custom workflow?
Temporary Runtime Files
Q: What is the .stoobly/tmp/ directory?
Troubleshooting
Q: How do I debug scaffold issues?
Q: Where can I find workflow logs?
Q: How do I verify my service configuration?
Quick Reference
Q: What are the key directories in a scaffold?
Q: What files can I customize?
Last updated