I have read this documentation about deployment. https://appwrite.io/docs/tooling/command-line/deployment
appwrite init --option project Initialise your Appwrite project function Initialise your Appwrite cloud function collection [options] Initialise your Appwrite collections bucket Initialise your Appwrite buckets team Initialise your Appwrite teams
Is there way to do like this for example appwrite init eveything , to pull down everything once. Because I see it is missing something like Platform Configuration, API Keys and other settings like Auth (Security, Template, Settings Auth method)
Then, it should have one appwrite cli to deploy everything,** appwrite deploy everything**
Recommended threads
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...