Hi, I'm trying out functions via the appwrite command line tool and I wanted to know if there is any way to change the trigger of the function through command line as I'm planning to create and trigger functions from client side so wanting to know If the trigger can be changed via command line.
Also second doubt, I am making a function with the trigger users.create so how can i get the details of the user in the cloud function
I did try searching in the documentation but am getting confused with multiple things
appwrite functions update --function-id <YOUR_FUNCTION_ID> --events 'users.create'
I tried this command and it did add users.create to the events but when i pushed the function, it did not appear in the events tag
Recommended threads
- Cloud function deployment failures
When I run appwrite push functions, select the function I want to deploy, confirm with a YES, is starts deploying but goes into error. I need to repeat the ste...
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...
- One to many 2 way, console UI not correc...
Hey, seems I'm facing the exactly same issue with this one: https://github.com/appwrite/appwrite/issues/6016 Since this Github issue stay open for so long, let ...