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
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...