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
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?