FastAPI CLI 0.0.3 🔖 With support for Uvicorn workers ✨ fastapi run app/main.py --workers 4 🚀 github.com/tiangolo/fasta…
6
40
292
19K
32
@FastAPI I’m did something similar. But I turned the API into command line shell with Fire. Nice though
@FastAPI Can we have few short commands while running fastapi cli like c for clear r for restart h for help and anything that's suitable Something very similar to pnpm.
@FastAPI Will have to give it a go, but, writing my own with argpsrse or clique has become a kind of labour of love for every project :)