appwrite / appwrite

Your backend, minus the hassle.
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
44.35k stars 3.96k forks source link

Feature: Sync appwrite conifguration with git #2377

Closed bartoszgolebiowski closed 2 years ago

bartoszgolebiowski commented 2 years ago

It is a fantastic tool, I enjoy it very much, but I am missing one small thing. How about storing the configuration of appwrite application from GUI/UI in a git repository? Storing this configuration as a git repository will allow the community to share templates with predefined configurations. Have a look at this: https://docs.amplication.com/docs/sync-with-github

eldadfux commented 2 years ago

Hey @bartoszgolebiowski thank you for the kind work. We have started working on the appwrite.json file that will extend the CLI and allow you to easily start a project from a git template. This will include auto-population of functions, and database collections for start.

You can learn more about it here: https://github.com/appwrite/rfc/blob/373ac577b8d5f3f60b7ff68336cb6b4280eaa1fb/018-cli-2.0/018-cli-2.0.md#-the-appwritejson-file

TorstenDittmann commented 2 years ago

We just released 0.13 with a new CLI and this is possible now 👍🏻

You can find the announcement here.

Thank you a lot for reporting this 🙏🏻