This repo builds a utility program pulumi-watch
to support the functionality of the pulumi watch
command.
Contributions are welcome, however the utility must conform to the argument specifications or interfaces required by the Pulumi CLI.
This library uses the watchexec library to implement recursive file watching. Credit to Matt Green and Félix Saparelli for their performant, cross-platform file watching utility.