
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
- How do I get a list of registered user o...
I'm lost here, all info in the docs was how to get users that of a certain project, what I want to know is how to get current login-able user of my appwrite ins...
- Is Quick Start for function creation wor...
I am trying to create a Node.js function using the Quick Start feature. It fails and tells me that it could not locate the package.json file. Isn't Quick Start ...
- appwrite cli alpine os
the appwrite cli does not work on alpine os if you install it using the recommended bash script. Maybe there is the possibility to compile it for alpine using t...
