CLI Deploys

Yoav LaviYoav LaviJosep VidalJosep VidalJakub WieczorekJakub WieczorekJamie BartonJamie Barton
CLI Deploys

Grafbase now supports CLI Deploys!

We've made it easier for developers to deploy backends using just the CLI. Until now developers have had to create and deploy using GitHub repositories using the Dashboard.

The release of CLI Deploys means you can integrate CI/CD the way you want, including those projects not using Git for version control.

If you haven't already created a Grafbase project, you can init one with the Grafbase CLI:

npx grafbase init

Before you can deploy you must login using the CLI:

npx grafbase login

You'll only need to do this once.

If you haven't yet created a project on Grafbase, you can do this using the CLI:

npx grafbase create

Grafbase will automatically deploy your project once created.

When you've made any changes to your backend you can deploy using the CLI:

npx grafbase deploy

We'd love to hear your feedback and ideas, so join us on Discord.