Speakeasy Logo
Skip to Content

Use

About

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

Use gram auth to bootstrap your account:

gram auth

Then, inspect your current user information:

gram whoami

The first time you run gram auth, it will create and save a Producer key in your Gram dashboard.

Usage

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

gram status --json

Explore the full feature set:

gram --help

Last updated on