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.
Authentication
Section titled “Authentication”Create and save a Producer key from your Gram dashboard.
Expose this key as an environment variable called $GRAM_API_KEY
.
export GRAM_API_KEY="$YOUR_PRODUCER_KEY"
To get started, check out your current deployment status on Gram:
gram status --json
Explore the full feature set:
gram --help