quart - Man Page
quart – A general utility script for Quart applications.
Synopsis
quart [Options] COMMAND [ARGS]...
Description
A general utility script for Quart applications. An application to load must be given with the --app option, QUART_APP environment variable, or with an app.py file in the current directory.
Options
Optional Arguments
- -e, --env-file FILE
Load environment variables from this file. python-dotenv must be installed. -A, --app IMPORT The QUART application or factory function to load, in the form module:name. Module can be a dotted import or file path. Name is not required if it is app, application, create_app, or make_app, and can be to pass arguments.
- --debug / --no-debug
Set app.debug separately from --env.
- --version
Show the Quart version
- --help
Show a help message and exit
Commands
- routes
Show the routes for the app.
See quart-routes(1).
- run
Run a development server.
See quart-run(1).
- shell
Run a shell in the app context.
See quart-shell(1).
See Also
Referenced By
quart-routes(1), quart-run(1), quart-shell(1).