1. Packages
  2. Purrl
  3. Installation & Configuration
purrl v0.6.2 published on Monday, Feb 10, 2025 by Pulumiverse

Purrl: Installation & Configuration

purrl v0.6.2 published on Monday, Feb 10, 2025 by Pulumiverse

Installation

The Pulumi Purrl provider is available as a package in all Pulumi languages:

Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

npm install @pulumiverse/purrl
Copy

or yarn:

yarn add @pulumiverse/purrl
Copy

Python

To use from Python, install using pip:

pip install pulumiverse-purrl
Copy

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/pulumiverse/pulumi-purrl/sdk
Copy

.NET

To use from .NET, install using dotnet add package:

dotnet add package Pulumiverse.Purrl
Copy
purrl v0.6.2 published on Monday, Feb 10, 2025 by Pulumiverse