Web Developer
Is it possible to create a new project via the appwrite CLI ?
I need to create a few projects for something I'm working on and because i don't want to do it manually I'd really want to do it via CLI, but while the login is easily doable the following command seems to fail:
appwrite init project --organization-id "organization-6a046a3c002c5e88804a" --project-id "test_project" --project-name "My New Project"
It always says that i don't have the permission to write projects, but I'm authenticated as the org-owner...