Vercel v1.14.3 published on Monday, Oct 7, 2024 by Pulumiverse
Vercel: Installation & Configuration
Installation
The Pulumi Vercel
provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumiverse/vercel
- Python:
pulumiverse-vercel
- Go:
github.com/pulumiverse/pulumi-vercel/sdk
- .NET:
Pulumiverse.vercel
Installing
This package is available for several languages/platforms:
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumiverse/vercel
or yarn
:
yarn add @pulumiverse/vercel
Python
To use from Python, install using pip
:
pip install pulumiverse-vercel
Go
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumiverse/pulumi-vercel/sdk/go/...
.NET
To use from .NET, install using dotnet add package
:
dotnet add package Pulumiverse.vercel
Provider Binary
The Vercel provider binary is a third party binary. It can be installed using the pulumi plugin
command.
pulumi plugin install resource vercel <version> --server github://api.github.com/pulumiverse
Replace the version string with your desired version, or omit it to install the latest version.
Configuration
The following configuration points are available for the vercel
provider:
vercel:apiToken
(environment:VERCEL_API_TOKEN
) - the API key forvercel
vercel:team
- The default Vercel Team to use when creating resources. This can be provided as either a team slug, or team ID. The slug and ID are both available from the Team Settings page in the Vercel dashboard.