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
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Selfhosted starter python function retur...
I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i ge...
- Can't run functions from console in appw...
Hello, I have an appwrite 1.9.0 self hosted, functions run correctly with client SDK or event when using the function domain *.function.mydomain, for testing pu...