
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
- Session deletion for 'current' fails on ...
I want to delete the user's current session via the client side. This is my full function: ```js export const deleteUserSession = async () => { try { ...
- Issue with create collection button.
i can't find the create collection button. instead of that create tables is appearing.
- Regression scripts suddenly failing for ...
Scripts we've had for months are failing on a doc object relationship parent. Previously returning list of documents, each object would return a parent field as...
