how to print or display the client information I have been set in Appwrite cli for example when I just type appwrite client --projectId then it must display the detaisl about it
Appwrite CLI holds the information inside your home folder inside .appwrite/prefs.json file
You can run
cat ~/.appwrite/prefs.json
For the current folder the option would be inside appwrite.json file
Recommended threads
- edu email
my edu email is my seccondary email for github and when i signed in i dont think its registering i have an edu email using githubs education pack anyone know ho...
- mcp-server-appwrite 0.4 fails on startup...
I’m trying to use `mcp-server-appwrite` against Appwrite Cloud and the server authenticates successfully, but fails during startup validation when probing `tabl...
- Issues with Appwrite and networking
Hi, I’ve been having some real issues with hosting appwrite, I have it running with the hostname ‘localhost’ and I used to also be able to use the machines IP ...