Hey Appwrite team I have one project which is now open source and I have used Appwrite Database and Storage service for my project because project is open source everyone need api key to run the project and I have used Gui for creating database schema is there is any Command or anything that I can copy paste my schema from one project to another project so contributor cam create own credential for running project locally??
Summary
Developers want to transfer a project using Appwrite from one account to another. They are seeking a way to extract appwrite.json from the current project. One suggestion is to use the CLI to create an appwrite.json of the schema and have others deploy their collections to their project using it. The Appwrite team is asked for help in resolving the issue. The goal is to allow contributors to create their credentials for running the project locally.
nishit baria
Rank 2: Process
May 10, 2024, 03:04
Hey @Appwrite can you help me to resolve this issue ?
Steven
May 10, 2024, 03:10
I suggest using the CLI to create an appwrite.json of your schema. Then others can use that appwrite.json to deploy all their collections to their project.