quart-run - Man Page
quart-run – Run a local development server.
Synopsis
quart run [Options]
Options
Optional Arguments
- -h, --host TEXT
- The interface to bind to. 
- -p, --port INTEGER
- The port to bind to. 
- --certfile, --cert FILE
- Specify a certificate file to use HTTPS. 
- --keyfile, --key FILE
- The key file to use when specifying a certificate. 
- --reload / --no-reload
- Enable or disable the reloader 
- --help
- Show a help message and exit 
See Also
Referenced By
quart(1), quart-routes(1), quart-shell(1).
February 2024