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
- Appwriter Linux Key Bindings
Any tips for configuring appwriter for ubuntu? Actually the keybindings are tightly binded to either windows or mac. Working well on windows but in ubuntu some ...
- Admin Impersonating Clients?
I have a client that needs to use the admin User, to impersonate the Clients in order to debug better the App and the services that they are providing, could yo...
- create project api-rest
Hello good afternoon, I'm developing a project where I need to create a project by apirest, but I'm stuck with this "projects.read" permission, can I change my ...