Skip to content

Use

The Gram CLI helps you manage Deployments without leaving the command line.

It can also integrate with CI/CD pipelines. See our Deploy from GitHub Actions guide.

Create and save a Producer key from your Gram dashboard.

Expose this key as an environment variable called $GRAM_API_KEY.

Terminal window
export GRAM_API_KEY="$YOUR_PRODUCER_KEY"

To get started, check out your current deployment status on Gram:

Terminal window
gram status --json

Explore the full feature set:

Terminal window
gram --help