I have encounter an issue with appwrite CLI
They asking for a login session but in the doc, itโs mention that only setup client with endpoint / api key is enough
So I dont understand why I have this issue
https://github.com/appwrite/appwrite/issues/11162
With the CLI in version 12 I have rules issue, with the new one in version 13 I have this login issue
How do you deals your github action with appwrite CLI ?
I just want to push update like functions when I push code
Any help please ๐
TL;DR
Issue with Appwrite CLI version 13 asking for a login session despite previous documentation suggesting client setup with endpoint/api key is enough. User needs help with dealing with GitHub actions with Appwrite CLI for pushing updates like functions when pushing code. Possible solution: Run 'appwrite login' to create a session.