Grafbase CLI now supports live reloading

Grafbase CLI now supports live reloading

Grafbase CLI 0.3.0 now supports live reloading.

Changes to your schema will automatically be detected when you're running grafbase dev, and the local development server will be reloaded accordingly.

You can opt out of live reloading by providing the flag --disable-watch when using the dev command.

We've also improved the default schema that is created when you initialize a new project with grafbase init, as well as some technical changes to how we test, and package the CLI. You can read more about these over on GitHub.

If you've installed the Grafbase CLI globally, you can now use the alias gb.