Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chappio/directus-extension-schema-merge
https://github.com/chappio/directus-extension-schema-merge
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chappio/directus-extension-schema-merge
- Owner: ChappIO
- Created: 2024-02-28T16:18:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T10:46:46.000Z (about 1 month ago)
- Last Synced: 2024-11-23T11:27:14.591Z (about 1 month ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`