Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 798 Bytes

File metadata and controls

23 lines (20 loc) · 798 Bytes

This is command is a wrapper around uvicorn ASGI server. it helps to create a link necessary for uvicorn to run your ellar application properly.

ellar runserver --reload

will product the following output:

INFO:     Will watch for changes in these directories: ['/home/user/working-directory']
INFO:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO:     Started reloader process [2934815] using WatchFiles
INFO:     APP SETTINGS MODULE: john_doe.config:DevelopmentConfig
INFO:     Started server process [2934818]
INFO:     Waiting for application startup.
INFO:     Application startup complete.

Runserver CLI Options

ellar runserver --help

OR

Please check Uvicorn CLI Options