ycd / manage-fastapi

:rocket: CLI tool for FastAPI. Generating new FastAPI projects & boilerplates made easy.
https://github.com/ycd/manage-fastapi
MIT License
1.65k stars 106 forks source link

Change name of utility due to collision with FastAPI CLI #146

Open mhuerta-endava opened 4 months ago

mhuerta-endava commented 4 months ago

FastAPI 0.111.0 now includes its own CLI that is run with the fastapi command. This utility now collides with the included tool.

funkycadet commented 1 month ago

This should be an easy fix. I would create a PR for this and tag this issue to it.