1. Packages
  2. Purrl
  3. Installation & Configuration
purrl v0.5.0 published on Monday, Oct 30, 2023 by Pulumiverse

Purrl: Installation & Configuration

purrl logo
purrl v0.5.0 published on Monday, Oct 30, 2023 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
    

    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
    
    purrl logo
    purrl v0.5.0 published on Monday, Oct 30, 2023 by Pulumiverse