v3.242.0
longbridge/gpui-kitv3.242.0May 19, 2026by github-actions[bot]
AI Summary
Introduces `pulumi` package for npx support, new organization member commands, and enhanced deployment and Insights scanning capabilities.
Key Highlights
- New `pulumi org member edit` and `remove` commands
- Added `pulumi deployment get` command
- Enhanced `pulumi insights account scan` commands
- New `pulumi do` command start and `--print` flag for neo
New Features
- CLI: npx package support, organizational member management
- Cloud: Deployment retrieval and Insights scanning tools
- SDK: Python ArgsDict type fixes
Full Release Notes
## 3.242.0 (2026-05-19) ### Features - [cli] Add a `pulumi` package for npx support - [cli] Add the `pulumi org member edit` command [#23235](https://github.com/pulumi/pulumi/pull/23235) - [cli] Add the `pulumi org member remove` command [#23237](https://github.com/pulumi/pulumi/pull/23237) - [cli/cloud] Add `pulumi deployment get` to retrieve details for a specific deployment [#23238](https://github.com/pulumi/pulumi/pull/23238) - [cli/cloud] Add `pulumi insights account scan get <account> <scan-id>` to show the full workflow run for a single Insights scan [#23255](https://github.com/pulumi/pulumi/pull/23255) - [cli/cloud] Add `pulumi insights account scan list <account>` to discover recent scan IDs to feed into `pulumi insights account scan log` [#23255](https://github.com/pulumi/pulumi/pull/23255) - [cli/deployment] Add dedicated flags for each deployment setting [#23236](https://github.com/pulumi/pulumi/pull/23236) - [cli/do] Add the start of `pulumi do` [#23176](https://github.com/pulumi/pulumi/pull/23176) - [cli/neo] Add `--print`/`-p` to `pulumi neo` to run a single prompt non-interactively and print the agent's final response to stdout [#23245](https://github.com/pulumi/pulumi/pull/23245) ### Bug Fixes - [cli/cloud] Fix `pulumi insights account scan log --all` to follow the server's pagination cursor through the end of the log, and render `--job/--step` mode as structured lines instead of an empty raw-string blob [#23256](https://github.com/pulumi/pulumi/pull/23256) - [sdk] Close gzip.Writer in archiveTarGZIP to produce valid tar.gz output [#23240](https://github.com/pulumi/pulumi/pull/23240) - [sdkgen/python] Fix usage of ArgsDict types in typed dictionaries [#23253](https://github.com/pulumi/pulumi/pull/23253)