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
- 401 user_unauthorized on TablesDB update...
Hi Appwrite team, We’re hitting a permissions issue with TablesDB updates. Setup - Appwrite Cloud, JS SDK - TablesDB (new tables) - Row security enabled (Consol...
- Use Limits
I need urgent help, i use appwrite as a chat function for my website and my mobile android application, but recently, for the past 3 months, my database reaches...
- Function failing with no real explainati...
```js import {Client, ID, Messaging} from 'node-appwrite'; export default async ({req, res, log, error}) => { if (req.method !== 'GET') return res...