https://github.com/chappio/directus-extension-schema-merge
https://github.com/chappio/directus-extension-schema-merge
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chappio/directus-extension-schema-merge
- Owner: ChappIO
- Created: 2024-02-28T16:18:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T10:46:46.000Z (over 1 year ago)
- Last Synced: 2025-10-09T23:13:04.207Z (8 months ago)
- Language: TypeScript
- Size: 106 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- 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`