Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chappio/directus-extension-schema-merge


https://github.com/chappio/directus-extension-schema-merge

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Directus CLI Extension: Schema Merge

This extension adds the cli command `schema-merge` to the directus except it uses a modified .yml format which should cause fewer merge conflicts during git merges.

## Usage:

1. Install the extension: `npm install directus-extension-schema-merge`.
2. Export your schema: `directus schema-merge snapshot --output schema.yml`:
3. Import your schema `directus schema-merge apply schema.yml`