# @webiny/cli-plugin-deploy-pulumi

> A tool to bootstrap a Webiny project.

Latest version **5.44.0** (published 2026-01-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @webiny/cli-plugin-deploy-pulumi
pnpm add @webiny/cli-plugin-deploy-pulumi
yarn add @webiny/cli-plugin-deploy-pulumi
bun add @webiny/cli-plugin-deploy-pulumi
```

## Health

**Score 55/100 (C)** — status: stable.

Positive: has types; no vulnerabilities; high maintenance score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 5.44.0 |
| Published | 2026-01-15 |
| First published | 2021-01-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 26 |
| Unpacked size | 2.4 MB |
| Known vulnerabilities | 0 (+6 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 8038 |
| Author | Webiny Ltd |
| Maintainers | webiny |

## Links

- npm: https://www.npmjs.com/package/@webiny/cli-plugin-deploy-pulumi
- Repository: https://github.com/webiny/webiny-js
- Homepage: https://github.com/webiny/webiny-js#readme
- Issues: https://github.com/webiny/webiny-js/issues
- npm.io page: https://npm.io/package/@webiny/cli-plugin-deploy-pulumi

## Dependencies (26)

- [ncp](https://npm.io/package/ncp.md) 2.0.0
- [ora](https://npm.io/package/ora.md) 4.1.1
- [mime](https://npm.io/package/mime.md) 3.0.0
- [mqtt](https://npm.io/package/mqtt.md) 5.10.3
- [chalk](https://npm.io/package/chalk.md) 4.1.2
- [execa](https://npm.io/package/execa.md) 5.1.1
- [listr](https://npm.io/package/listr.md) 0.14.3
- [yargs](https://npm.io/package/yargs.md) 17.7.2
- [lodash](https://npm.io/package/lodash.md) 4.17.21
- [ci-info](https://npm.io/package/ci-info.md) 4.1.0
- [p-retry](https://npm.io/package/p-retry.md) 4.6.2
- [exit-hook](https://npm.io/package/exit-hook.md) 4.0.0
- [fast-glob](https://npm.io/package/fast-glob.md) 3.2.12
- [minimatch](https://npm.io/package/minimatch.md) 5.1.6
- [log-update](https://npm.io/package/log-update.md) 4.0.0
- [@webiny/cli](https://npm.io/package/@webiny/cli.md) 5.44.0
- [@webiny/utils](https://npm.io/package/@webiny/utils.md) 5.44.0
- [node-notifier](https://npm.io/package/node-notifier.md) 10.0.1
- [@webiny/aws-sdk](https://npm.io/package/@webiny/aws-sdk.md) 5.44.0
- [@webiny/plugins](https://npm.io/package/@webiny/plugins.md) 5.44.0
- [replace-in-path](https://npm.io/package/replace-in-path.md) 1.1.0
- [serialize-error](https://npm.io/package/serialize-error.md) 8.1.0
- [humanize-duration](https://npm.io/package/humanize-duration.md) 3.32.1
- [@webiny/pulumi-sdk](https://npm.io/package/@webiny/pulumi-sdk.md) 5.44.0
- [@webiny/feature-flags](https://npm.io/package/@webiny/feature-flags.md) 5.44.0
- [@webiny/data-migration](https://npm.io/package/@webiny/data-migration.md) 5.44.0

## Recent versions

- 5.44.0 (latest) — 2026-01-15
- 5.44.2 (v5) — 2026-07-16
- 5.44.1 (patch) — 2026-06-19
- 5.44.1-beta.3 (beta) — 2026-06-18
- 6.0.0-alpha.5 (v6) — 2025-11-14
- 0.0.0-unstable.eb196ccd2f (unstable) — 2025-08-13
- 5.41.0-dbt.0 (dbt) — 2024-09-16
- 0.0.0-ee-vpcs.549378cf03 (ee-vpcs) — 2023-02-02
- 0.0.0-mt-3 (experimental) — 2021-11-29
- 5.44.1-beta.2 — 2026-03-09
- 5.44.1-beta.1 — 2026-02-24
- 5.44.1-beta.0 — 2026-02-10
- 5.44.0-beta.2 — 2026-01-15
- 5.44.0-beta.1 — 2026-01-15
- 5.43.7-beta.1 — 2026-01-15
- … 534 more at https://npm.io/package/@webiny/cli-plugin-deploy-pulumi/versions

## README

# @webiny/cli-plugin-deploy-pulumi
[![](https://img.shields.io/npm/dw/@webiny/cli-plugin-deploy-pulumi.svg)](https://www.npmjs.com/package/@webiny/cli-plugin-deploy-pulumi) 
[![](https://img.shields.io/npm/v/@webiny/cli-plugin-deploy-pulumi.svg)](https://www.npmjs.com/package/@webiny/cli-plugin-deploy-pulumi)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

A set of @webiny/cli plugins to deploy Webiny project using serverless components.
   
## Install
```
yarn add @webiny/cli-plugin-deploy-pulumi
```

Add plugin to your project by editing `webiny.project.js`:

```js
module.exports = {
    projectName: "my-project",
    cli: {
        plugins: ["@webiny/cli-plugin-deploy-pulumi"]
    }
};
```

---
_Source: https://npm.io/package/@webiny/cli-plugin-deploy-pulumi · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
