I have created a project, added some collections and made some functions using the web interface. The functions reside in a GitHub repository.
So, with the appwrite-cli, I connected to the project and a file called appwrite.json was generated. When I ran appwrite init collection all the collections information were fetched, including the attributes and things.
But when I ran appwrite init function, the prompt to create a new function appeared. But I want all the data of the functions I have already created in the web console, so that I can edit the events, permissions etc fields in the appwrite.json file.
I hope I'm clear.
If you're deploying using GitHub, you wouldn't be able to use the CLI for managing the function
Recommended threads
- Domain Verification Failed - Fastly Conf...
I am trying to add my subdomain api.getmyself.app to my Custom Domain, but I keep getting the error: Domain 'getmyself.app' is owned by another customer I have...
- Data not loading at the frontend
My App that has been working for weeks, ain't loading anything at the frontend anymore. I thought maybe the API key expired but it's not the case. Users are log...
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?