pulumi-local
pulumi-local copied to clipboard
Fix pulumi-local execution issues on Windows
Motivation
This is a group of fixes:
- reported problems with executable resolution on Windows (#30)
- Additionally we've found
pulumilocal --helpdisplays the wrong help. - Under CMD and PowerShell our stdout seems to have issues (#31)
Changes
- fix path issue, by looking up the executable on the PATH
- fix help issue, by allowing missing positional arguments
- fix stdout issue, WIP