Package Exports
- @pulumi/local
- @pulumi/local/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pulumi/local) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Local Resource Provider
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.
Installing
This package is available in many languages in the standard packaging formats.
Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm
:
$ npm install @pulumi/local
or yarn
:
$ yarn add @pulumi/local
Go
To use from Go, use go get
to grab the latest version of the library:
$ go get github.com/pulumi/pulumi-local/sdk
.NET
To use from .NET, install using dotnet add package
:
$ dotnet add package Pulumi.Local