Anatolii Okhotnikov

Results 4 comments of Anatolii Okhotnikov

We are experiencing the same issue with envconsul v0.13.2 (dd416ce)

The article does not work https://support.hashicorp.com/hc/en-us/articles/4409463187731-Using-envconsul-with-Windows "cmd /C set" - 2023-09-21T17:03:31.361+0800 [ERROR] envconsul: parsing command: executable file not found in %PATH% "cmd" - works but makes no useful work, since...

A workaround is to use "exec" configuration, eg.: ``` exec { command = ["C:\\some.exe", "some parameter"] } ```

Quick and dirty patch for CLI to work properly on windows https://pastebin.com/vra2H82n