Skip to content
Discussion options

You must be logged in to vote

There is no option to configure fastapi-cli to add custom commands, but you can always fork the repo and add the functionality you need.
Then, modify you requirements to install FastAPI without fastapi-cli (pip install fastapi or pip install fastapi[standard-no-fastapi-cloud-cli]) dependency and install your modified fastapi-cli version instead

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@YaoJusheng
Comment options

@YuriiMotov
Comment options

Answer selected by YuriiMotov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants