
I have to deploy and then set the build commands on my own. This takes a lot of time while developing and smoke testing the function.

I'm using Python 3.9 runtime

Is there a way to specify the build_command through appwrite.json

Its not installing the required dependencies by default. I have to everytime use the appwrite console for doing it

Yes, add it in commands
param

Though, what version of the CLI do you have?

2.0.2 (Update it to 4.2.0 now) Thanks

Thank you. This will save a lot of time π

[SOLVED] Cloud function build commands not set by default
Recommended threads
- Permissions for bulk operation
Hi team, I have a question: βIn the databases.createDocuments bulk API, can I set document-level permissions? If yes, how exactly should I include the permissio...
- Limit File Upload count?
Is there a way to limit the number of files a user can upload? I know there's a limit of file size but in my case I'd like to limit the user to only upload x am...
- Function not rebuilding properly
I have a function connected to github. Whenever I push to github it triggers a rebuild as expected, but the new function is not activated after done. Also it ...
