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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...