Hey is this feature in the new update on 1.6.0 ``...
# general
a
Hey is this feature in the new update on 1.6.0
Copy code
pulumi watch
b
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
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
Thanks I have to set the PULUMI_EXPERIMENTAL=true pulumi watch inside my config ?
b
@ambitious-helmet-24352 that's an environment variable
w
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
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
👍