=================== Built-in Commands =================== Below are the :term:`subcommands ` which come with WuttaWeb. .. _wutta-webapp: ``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 :ref:`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: :mod:`wuttaweb.cli.webapp` .. program-output:: wutta webapp --help