Skip to content

pulumi/watchutil-rs

Repository files navigation

watchutil-rs

This repo builds a utility program pulumi-watch to support the functionality of the pulumi watch command.

Contributing

Contributions are welcome, however the utility must conform to the argument specifications or interfaces required by the Pulumi CLI.

Attribution

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.