infrastructure-as-code-workshop icon indicating copy to clipboard operation
infrastructure-as-code-workshop copied to clipboard

Commands are *nix-specific

Open joeduffy opened this issue 6 years ago • 1 comments
trafficstars

E.g., we say cat ..., but it should be type ... on Windows.

joeduffy avatar Nov 07 '19 16:11 joeduffy

The same applies to some Powershell commands, in the C# Workshop it uses commands like az storage container list --account-name $(pulumi stack output AccountName). If someone is using cmd he could get a bit lost, maybe would be nice to advise to use Powershell or show some equivalent for cmd, something like for /F "usebackq delims=" %A in (pulumi stack output AccountName) do az storage container list --account-name %A

jpcrs avatar Feb 17 '20 12:02 jpcrs