Platform

GrandOps CLI

Deploy directly from your terminal. No login required to start. Push your project to production in seconds.

Get started with the CLI

Install the GrandOps CLI and deploy from your working directory. No account needed to start.

  • Deploy from any directory
  • Anonymous deploys to try without an account
  • Manage sites, domains, and databases from the terminal
  • Stream logs and manage environment variables
Terminal
$ npm i -g grandops-cli
✓ Installed grandops-cli v2.0.0
$ grandops deploy --allow-anonymous
✓ Building site...
✓ Deploying to global CDN...
✓ Live at https://my-app.grandops.app

Common commands

Everything you need to manage your deployments from the terminal.

grandops deploy

Deploy the current directory to GrandOps.

grandops dev

Start a local dev server with hot reload.

grandops logs

Stream real-time deployment logs.

grandops env

Manage environment variables and secrets.

grandops domains

Add and manage custom domains.

grandops rollback

Roll back to a previous deployment.

Deploy from your terminal

Install the GrandOps CLI and ship your first project in seconds.