
I successfully logged into my appwrite server. It asks for a project id and I don't know where that info is, but I see something in the URL, so I am using that. However, when I issue the command appwrite get --projectId 63e8651745c7c2a0353b, I get "bash: line 1: projects: command not found".

Oops it's appwrite projects get --projectId 63e8651745c7c2a0353b that doesn't work

bash: line 1: projects: command not found

that's weird...it works for me...what does appwrite --version
output?

The response is even weirder: maurice@192.168.1.96: illegal option -- - usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface]

Somehow it thinks it is the ssh command. I installed it on my Mac using brew

Can you uninstall and install using npm instead?

It was my stupidity. I made a bash alias named "appwrite" to ssh into my appwrite vm, which I had been logged into a for a while and I forgot that was the command. Once I changed it, the cli appwrite command started working.
Recommended threads
- Appwrite's Docs MCP server DOWN?
Error code 502: bad gateway
- Migration from Selfhosted to Selfhosted-...
Hi, i am trying to migrate from one self hosted instance (1.7.4) to another one (1.7.4) via the migration tool. I've tried repeatly, but it won't import all doc...
- Devops and migration schemas management ...
Anyone has suggestions on migration management with appwrite I am going to have one app that will have different isolated deployment. So I need to have updated...
