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
- How does sending email from the Appwrite...
I noticed that the pricing page mentions “Messages – 1000 per month” for the Free plan. Is this different from sending emails? When I try to send an email usin...
- Appwrite functions dart runtime (3.7 sup...
It seems that currently Appwrite functions only support Dart runtime to 3.5, for my code I need dart 3.7. Is there any plan to support Dart3.7 runtime soon. Is ...
- Update string attribute
Hi, Unsure if we’re able to use newKey when updating string attribute over node.js server api call to change an attribute name instead of having to create a ne...