Runtime
Stoobly Scaffold Runtime Options - Questions & Answers
Understanding Runtime Options
Q: What runtime options are available for scaffold apps?
# Local runtime (default - no --runtime option needed)
stoobly-agent scaffold app create my-app
# Or explicitly specify local runtime (optional, same as default)
stoobly-agent scaffold app create my-app --runtime local
# Docker runtime (must be explicitly specified)
stoobly-agent scaffold app create my-app --runtime dockerQ: What's the difference between local and Docker runtime?
Q: Which runtime option should I choose?
Q: What's the usage difference between local and Docker runtime?
Switching From One Runtime To Another
Q: Do both runtimes use the same configuration?
Q: Can I switch between local and Docker runtime after creating the app?
Runtime-Specific Workflows
Q: How do I use a specific runtime?
Performance Considerations
Q: Which runtime is faster for development?
Q: Does Docker runtime use more resources?
Team Collaboration with Different Runtimes
Q: How do I set up a project that works for team members with different preferences?
Q: How do I ensure consistency when team members use different runtimes?
Q: Can local and Docker users work on the same project simultaneously?
Migration Between Runtimes
Q: How do I migrate between runtimes?
Q: Will my recorded data work with both runtimes?
Quick Reference
Q: What's a quick comparison of local vs Docker runtime?
Q: What's the recommended setup for a new team project?
Last updated