Built-in Commands

Below are the subcommands which come with WuttaWeb.

wutta webapp

Run the web app, according to config file(s).

This command is a convenience only; under the hood it can run uvicorn but by default will run whatever pserve is setup to do (which usually is waitress).

Ultimately it’s all up to config, so run different web apps with different config files.

Defined in: wuttaweb.cli.webapp

                                                                                
 Usage: wutta webapp [OPTIONS]                                                  
                                                                                
 Run the configured web app                                                     
                                                                                
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --reload  -r        Auto-reload web app when files change.                   │
│ --help              Show this message and exit.                              │
╰──────────────────────────────────────────────────────────────────────────────╯