Can do support for integrating click automation script commands? Or how to add custom click commands to fastapi-cli gracefully? #104
Answered
by
YuriiMotov
YaoJusheng
asked this question in
Questions
-
First Check
Commit to Help
Example Code
|
Beta Was this translation helpful? Give feedback.
Answered by
YuriiMotov
Sep 27, 2025
Replies: 1 comment 2 replies
-
Could you please explain why you need this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
orpip install fastapi[standard-no-fastapi-cloud-cli]
) dependency and install your modifiedfastapi-cli
version instead