JSPM

@pulumi/local

v0.1.1-alpha.1712399754+ca005fef
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 206
  • Score
    100M100P100Q87159F
  • License Apache-2.0

A Pulumi package for creating and managing Local cloud resources.

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

Actions Status NPM version NuGet version PkgGoDev License

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