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 initBefore you can deploy you must login using the CLI:
npx grafbase loginYou'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 createGrafbase will automatically deploy your project once created.
When you've made any changes to your backend you can deploy using the CLI:
npx grafbase deployWe'd love to hear your feedback and ideas, so join us on Discord.
