Local
Stoobly Scaffold Local Runtime - Questions & Answers
Local Runtime Overview
Q: What are the benefits of using local runtime?
stoobly-agent scaffold app create my-app --runtime local
# Faster startup, no container overhead
stoobly-agent scaffold workflow up testQ: What are the requirements for local runtime?
# Verify Python version
python3 --version # Should be 3.10, 3.11, or 3.12
# Install stoobly-agent
pipx install stoobly-agent
# Create local runtime scaffold
stoobly-agent scaffold app create my-app --runtime localQ: How do local workflows work?
Q: Can I use local runtime if my services are in Docker?
Q: How do I troubleshoot local runtime issues?
Local Workflows
Q: How do I explicitly use local runtime for a workflow?
Q: How do I use local runtime?
Local Migration
Q: How do I migrate from Docker to local runtime?
Getting Started with Local Runtime Commands
Q: How do I run workflow commands with local runtime?
Recording Workflow
Q: How do I start a recording workflow with local runtime?
Q: How do I stop a recording workflow with local runtime?
Q: How do I view logs from the recording workflow with local runtime?
Q: How do I list services in the recording workflow with local runtime?
Q: How do I view the recorded requests report with local runtime?
Mock Workflow
Q: How do I start a mock workflow with local runtime?
Q: How do I stop a mock workflow with local runtime?
Q: How do I view logs from the mock workflow with local runtime?
Q: How do I list services in the mock workflow with local runtime?
Q: How do I view the mock requests report with local runtime?
Test Workflow
Q: How do I start a test workflow with local runtime?
Q: How do I stop a test workflow with local runtime?
Q: How do I view logs from the test workflow with local runtime?
Q: How do I list services in the test workflow with local runtime?
Q: How do I view the test requests report with local runtime?
Scenario Management
Q: How do I create a scenario with local runtime?
Q: How do I list all scenarios with local runtime?
Q: How do I delete a scenario with local runtime?
Q: How do I snapshot a scenario with local runtime?
Q: How do I reset a scenario to its snapshot state with local runtime?
Q: How do I overwrite a scenario with local runtime?
Certificate Management
Q: How do I install the CA certificate with local runtime?
Q: How do I skip the CA certificate installation prompt with local runtime?
Hostname Management
Q: How do I skip the hostname installation prompt with local runtime?
Q: How do I prevent hostname installation with local runtime?
Intercept Management
Q: How do I enable intercept mode with local runtime?
Q: How do I disable intercept mode with local runtime?
Environment Variables & Configuration
Q: How do I specify a custom application directory with local runtime?
Q: How do I use a custom .env file with workflows in local runtime?
Q: How do I specify custom CA certificate directory with local runtime?
Q: How do I pass additional service options to workflows with local runtime?
Q: How do I specify a custom context directory with local runtime?
Advanced Workflow Options
Q: How do I pass additional options to workflow up commands with local runtime?
Q: How do I run a workflow with a custom namespace with local runtime?
Q: How do I filter services when starting a workflow with local runtime?
Combining Multiple Options
Q: How do I run a fully automated workflow without any prompts with local runtime?
Q: How do I run a workflow with custom directories and environment with local runtime?
Local Runtime Troubleshooting
Q: How do I check if stoobly-agent is installed?
Q: How do I verify Python version compatibility?
Q: What do I do if pipx is not installed?
Q: How do I view what services are configured with local runtime?
Q: How do I validate my service configuration?
Q: What do I do if a workflow fails to start?
Quick Reference
Q: What are the most common local runtime commands I'll use?
Q: How do I create an alias for easier command usage with local runtime?
Last updated