Speakeasy Logo
Skip to Content
Gram DocumentationCommand Linegram status

gram status

The status command checks the status of a deployment in a Gram project. When no deployment ID is provided, the command shows the status of the latest deployment.

Usage

Check the status of the latest deployment:

gram status --api-key YOUR_API_KEY --project my-project

Check the status of a specific deployment:

gram status --id deployment-123 --api-key YOUR_API_KEY --project my-project

Get deployment status as JSON:

gram status --json --api-key YOUR_API_KEY --project my-project

Options

id

The deployment ID to check status for. If not provided, the command shows the status of the latest deployment.

gram status --id deployment-123 [other options]

json

Output the deployment status as JSON. This is useful for scripting and automation.

gram status --json [other options]

Last updated on