pulumi/changelog
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
..
pending Make the `--out` argument optional for `pulumi package get-mapping` (#17227) 2024-09-13 10:27:20 +00:00
config.yaml Make pulumi install work for policy packs (#16438) 2024-06-21 19:19:21 +00:00