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
/mnt/buildbot/worker/wuttaweb/build/.tox/docs/lib/python3.13/site-packages/pyramid/path.py:5: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
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. │
╰──────────────────────────────────────────────────────────────────────────────╯