@pulumi/pulumi
3.181.0 • Public • PublishedThe Pulumi Node.js SDK lets you write cloud programs in JavaScript.
Using npm:
$ npm install --save @pulumi/pulumi
Using yarn:
$ yarn add @pulumi/pulumi
This SDK is meant for use with the Pulumi CLI. VisitPulumi's Download & Install to install the CLI.
For anybody who wants to build from source, here is how you do it.
This SDK uses Node.js and we support any of theCurrent, Active and Maintenance LTS versions. We support bothNPM andYarn for package management.
At the moment, we only support building on macOS and Linux, where standard GNU tools likemake
are available.
To build the SDK, simply runmake
from the root directory (where thisREADME
lives, atsdk/nodejs/
from the repo'sroot). This will build the code, run tests, and install the package and its supporting artifacts.
At the moment, for local development, we install everything into$HOME/.dev-pulumi
. You will want this on your$PATH
.
The tests will verify that everything works, but feel free to try runningpulumi preview
and/orpulumi up
fromtheexamples/minimal/
directory. Remember to runtsc
first, sincepulumi
expects JavaScript, not TypeScript.
Readme
Keywords
nonePackage Sidebar
Install
npm i @pulumi/pulumi
Repository
Homepage
Weekly Downloads
711,502
Version
3.181.0
License
Apache-2.0
Unpacked Size
14.3 MB
Total Files
356