microcks-cli
microcks-cli copied to clipboard
Feat: Add 'watch' flag to `import` command
Description
- This PR adds support for
watchflag inimportcommand. - It allows user to import a local files to microcks instance and keep watch on them. On file change, files will automatically get re-imported.
- To keep track of files, we have added a separate program called
microcks-watcher. You can build the binary of themicrocks-watcherusingmake build-watcher. - It will keep checking for changes in
WatchConfigas well as all the files listed in this config. - On changes in
WatchConfigit can auto reload all the entries for keep watch on.
Related issue(s)
Resolves #158