pulumi-local icon indicating copy to clipboard operation
pulumi-local copied to clipboard

Fix pulumi-local execution issues on Windows

Open lakkeger opened this issue 1 year ago • 0 comments

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 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

lakkeger avatar Sep 23 '24 11:09 lakkeger