microcks-cli icon indicating copy to clipboard operation
microcks-cli copied to clipboard

Feat: Add 'watch' flag to `import` command

Open Harsh4902 opened this issue 7 months ago • 0 comments

Description

  • This PR adds support for watch flag in import command.
  • 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 the microcks-watcher using make build-watcher.
  • It will keep checking for changes in WatchConfig as well as all the files listed in this config.
  • On changes in WatchConfig it can auto reload all the entries for keep watch on.

Related issue(s)

Resolves #158

Harsh4902 avatar May 19 '25 17:05 Harsh4902