purrl v0.6.0 published on Monday, Jul 22, 2024 by Pulumiverse
Purrl: Installation & Configuration
Installation
The Pulumi Purrl
provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumiverse/purrl
- Python:
pulumiverse-purrl
- Go:
github.com/pulumiverse/pulumi-purrl/sdk
- .NET:
Pulumiverse.Purrl
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumiverse/purrl
or yarn
:
yarn add @pulumiverse/purrl
Python
To use from Python, install using pip
:
pip install pulumiverse-purrl
Go
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumiverse/pulumi-purrl/sdk
.NET
To use from .NET, install using dotnet add package
:
dotnet add package Pulumiverse.Purrl