Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 611 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 611 Bytes

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.