vercel contract
The vercel contract command displays contract commitment information for your Vercel account. It shows details about your contract periods, commitment types, and values.
vercel contractUsing the vercel contract command to view all
contract commitments.
The command outputs a table grouped by contract ID showing:
| Field | Description |
|---|---|
| Contract ID | The unique identifier for each contract |
| Contract Period | The start and end dates of the contract |
| Commitment Type | The type of commitment (e.g., spend or usage-based) |
| Category | Either "Spend" (Pro plans) or "Usage" (Enterprise plans) |
| Period | The commitment period |
| Commitment | The committed value |
| Description | Additional details about the commitment |
These are options that only apply to the vercel contract command.
The --format option, shorthand -F, specifies the output format. Currently, json is the only supported format option.
vercel contract --format jsonUsing the vercel contract command to output contract
data as JSON.
The JSON output includes:
context: The user or team contextcommitments: An array of contract commitments with full detailstotalCount: The total number of commitments
The following global options can be passed when using the vercel contract command:
For more information on global options and their usage, refer to the options section.
Was this helpful?