bcc-code / directus-schema-sync

The better way to sync your Directus schema and data between environments
Apache License 2.0
110 stars 4 forks source link

Install completed, don't see the UI? #16

Closed notflip closed 8 months ago

notflip commented 8 months ago

I followed the steps, and got the extension loaded in my Directus instance. Where can I find the extension (UI)? Thanks!

u12206050 commented 8 months ago

It doesn't have a UI only json config and cli commands. Just curious what UI do you expect it to have?

notflip commented 8 months ago

Sorry @u12206050 I misread this in the image in the README.md, since it says "Use Directus UI". The only UI I could think of would be to be able to select the collections, flows etc to export. Thanks for this repo!

u12206050 commented 8 months ago

Ah I understand, that refers to the collections and fields that you can setup, if you have it setup to sync BOTH import and and export or just export, then whenever you add a new field to a collection via the UI then that field is added to the schema file, without you needing to manually run snapshot cli command. The same will go for other data that you then have setup in the config. I can see the misunderstanding though. Maybe one day I'll get around to making a UI

notflip commented 8 months ago

Thanks for the info and the work on this! I will test all of this out this weekend.