pulumi/changelog/pending
Ian Wahbe 5dd4fd459f
Make the `--out` argument optional for `pulumi package get-mapping` (#17227)
`--out` should be optional, with the default to pipe to stdout. This
mirrors how `pulumi package get-schema` works, allowing intuitive piping
like:

```console
$ pulumi package get-mapping terraform aws | jq '<query>'
```

The change is non-breaking.
2024-09-13 10:27:20 +00:00
..
20240910--cli-package--make-out-optional-within-pulumi-package-get-mapping.yaml Make the `--out` argument optional for `pulumi package get-mapping` (#17227) 2024-09-13 10:27:20 +00:00
20240912--sdk-nodejs--fix-closure-serialization-when-using-the-pulumi-sdk-inside-anonymous-functions.yaml Try and avoid serializing `runtime/resource.js` (#17247) 2024-09-12 16:27:53 +00:00
20240912--sdk-python--add-debugpy-as-a-dependency-to-improve-the-debugging-experience.yaml [sdk/python] Add dependency on `debugpy` (#17253) 2024-09-13 06:52:53 +00:00