
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
- Is Quick Start for function creation wor...
I am trying to create a Node.js function using the Quick Start feature. It fails and tells me that it could not locate the package.json file. Isn't Quick Start ...
- Connecting server functions to GitHub re...
The project I am working in has recently moved organizations on Appwrite. The same is true for the repo on GitHub, which as moved from a private user to a organ...
- Missing C++ libstdc library in Python fu...
I have a function running Python 3.12 which suddenly started dumping errors (as of today; it worked yesterday). I hadn't changed any code so I found this odd, b...
