The Local resource provider for Pulumi lets you use Local resources in your cloud programs. To use this package, please install the Pulumi CLI first.
This package is available in many languages in the standard packaging formats.
To use from JavaScript or TypeScript in Node.js, install using either npm
:
$ npm install @pulumi/local
or yarn
:
$ yarn add @pulumi/local
To use from Go, use go get
to grab the latest version of the library:
$ go get github.com/pulumi/pulumi-local/sdk
To use from .NET, install using dotnet add package
:
$ dotnet add package Pulumi.Local