Usage
Example output
What happens
- Reads all
.jsonfiles from your schemas directory - Fetches all existing schemas from the Vela API
- Compares local vs. remote by
eventName - Creates schemas that don’t exist remotely
- Updates schemas that have changed (fields, description, metadata)
- Skips schemas that are identical
Options
| Flag | Description |
|---|---|
--app <slug> | Override the app from vela.config.json |
--dir <path> | Override the schemas directory |