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 authThen, inspect your current user information:
gram whoamiThe 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 --jsonExplore the full feature set:
gram --helpLast updated on