Hi Appwrite Team,
Can Appwrite setup the environment programmatically, for examples i have 3 environment there are development, staging, and production. I want to setup all environment automatically base on script (maybe by API), so all environment are same configuration.
Thank you
For initial setup you can use the CLI appwrite init
and appwrite deploy
to set up the environment (https://appwrite.io/docs/tooling/command-line/deployment). But for updating, that doesn't really work, as appwrite deploy
overwrites any data.
[SOLVED] how to setup environment programmatically
Recommended threads
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...