Serve Applications with Auto-Reload¶
Enable automatic reloading of your application when YAML files change during development using the --reload flag.
CLI Command¶
Explanation¶
- --reload: Watches YAML files for changes and automatically restarts the server
- Development workflow: Edit your YAML file, save, and immediately see changes without manual restart
- Port option: Combine with
-p/--portto specify server port (default: 8000)