You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension adds the cli command `schema-sync` to the directus except it uses a modified .yml format which should cause fewer merge conflicts during git merges.
4
+
5
+
**Note:** This extension is very much under development.
6
+
Even though I've tested it, I haven't had it in production for a long time.
7
+
And it is touching your database 🤷🏻♂️.
8
+
9
+
## Usage:
10
+
11
+
1. Install the extension: `npm install directus-extension-schema-sync`.
12
+
2. Export your schema: `directus schema-sync snapshot --output schema.yml`:
13
+
3. Import your schema `directus schema-sync apply schema.yml`
0 commit comments