Rank 1: Thread
I am trying to automate the whole deployment/recreation of an appwrite application. Some parts I did with the GUI seem quite hard to automate with the CLI only (will open several tickets).
If I have a fresh installation and I want to create the very first project with the CLI this requires me a teamId, and leting it empty does not help:
AppwriteException [Error]: Team with the requested ID could not be found.```
Sure I cannot create a new team or apparently do nothing as almost all commands reply with
```$ appwrite teams create --teamId .... --name name✗ Error Project with the requested ID could not be found. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used.```
How should I proceed using the CLI?