pulumi-local
pulumi-local copied to clipboard
Thin wrapper script to use Pulumi with LocalStack
Would it be in scope for this project to merge existing Pulumi config with the localstack config? The functionality would be such that if a user provided a `--config-file` argument...
# Motivation This is a group of fixes: - reported problems with executable resolution on Windows (#30) - Additionally we've found `pulumilocal --help` displays the wrong help. - Under CMD...
# Motivation Config merging and respecting the original stack config is not something currently well supported in `pulumi-local`. To solve this issue, reported on this [issue](#12) too, we'll introduce 3...
Hello, I was giving a test drive a `pulumi` / `pulumi-local` with *LocalStack* but out-of-the-box, the wrapper does not work: ``` PS D:\Development\pulumi-ramblings> pulumilocal up Updating this Stack with LocalStack...
Hello, The behaviour of the shell output of the wrapper is odd on Windows to the point it is practically unusable with CMD and Powershell without clearing history before running...
# Motivation As we are approaching release v4, we are trying to run all pipelines against the `latest` image. I that noticed in the action we were not installing the...
* fix: Abort if pulumi executable cannot be found
`pulumilocal` enters into an infinite loop (likely executing itself) when `pulumi` is not installed and `PULUMI_CMD` is None. Ideally it should print a helpful error message.