I would like to set up my stack from an automation flow. is it possible to create an admin user, project and an apikey from a script?
Why do you need that? You mean creating a new user in the console?
I want to set up an entire project, db, collections, populate data and connect it to the web app with a click of a button. At the moment the manual steps are the project creation (its a self hosted stack)
With server side SDk you could create a script once you have created a project: https://appwrite.io/docs/references/cloud/client-web/databases
yea, but i wonder if i can also automate the project creation
look into what API calls are made when you do it from the Console...then do the same API calls in whatever script you write
Recommended threads
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...