https://pulumi.com logo
a

ambitious-helmet-24352

11/25/2019, 2:39 PM
Hey is this feature in the new update on 1.6.0
Copy code
pulumi watch
b

broad-dog-22463

11/25/2019, 2:42 PM
Hey, it was released slightly earlier as an experimental feature so to use it you need to do
PULUMI_EXPERIMENTAL=true pulumi watch
👍 1
b

brave-angle-33257

11/25/2019, 4:25 PM
might want to add that to the description on the video about it that just went out about it:

https://www.youtube.com/watch?v=X96EMLi8uJY

a

ambitious-helmet-24352

11/25/2019, 4:29 PM
Thanks I have to set the PULUMI_EXPERIMENTAL=true pulumi watch inside my config ?
b

broad-dog-22463

11/25/2019, 4:32 PM
@ambitious-helmet-24352 that's an environment variable
w

white-balloon-205

11/25/2019, 4:32 PM
Thanks I have to set the PULUMI_EXPERIMENTAL=true pulumi watch inside my config ?
No - just set that env var to
true
and then run
pulumi watch
.
a

ambitious-helmet-24352

11/25/2019, 4:38 PM
yeah It works with a
Copy code
export PULUMI_EXPERIMENTAL=true
but there’s a few errors I’ll have to work out Thanks @broad-dog-22463
b

broad-dog-22463

11/25/2019, 4:39 PM
👍