You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#1989
```
ftl schema diff --help
Usage: ftl schema diff <other-endpoint> [flags]
Print any schema differences between this cluster and another cluster. Returns
an exit code of 1 if there are differences.
Arguments:
<other-endpoint> Other endpoint URL to compare against.
--endpoint=http://127.0.0.1:8892 FTL endpoint to bind/connect to ($FTL_ENDPOINT).
--color Enable colored output regardless of TTY.
```
- Compares `<other-endpoint>` vs `--endpoint` into a unified diff with
color.
- Exits with 1 if there is a difference.
- Detects tty and will not emit ANSI unless `--color` is passed in.
<img width="1104" alt="image"
src="https://github.com/TBD54566975/ftl/assets/31338/7aa704ae-9df0-48c7-90d5-56f97f4d556c">
This will be necessary for production.
The text was updated successfully, but these errors were encountered: