Hi all.. I have one small question. Where I can fo...
# general
h
Hi all.. I have one small question. Where I can found pulumi watch? I'm using Archlinux and both existed packages (pulumi, pulumi-git) print: "error: Could not locate pulumi-watch binary" when I'm trying run pulumi watch cli command.. Are the packages not complete on the Arch?
l
you can install Pulumi using the official install script
curl -fsSL <https://get.pulumi.com> | sh
and that includes the Pulumi-watch. That will install in ~/.pulumi/bin and you can add this to the start of your $PATH
h
ok, so.. the packages in distro are not complete... thanks.
e
yeh the arch packages are community maintained so they sometimes miss some of the lesser used features like this