dev:watch
Description
Watches and updates bundles.
Syntax
dev:watch [options] [urls]
Arguments
Name | Description |
---|---|
urls | The bundle IDs or URLs |
Options
Name | Description |
---|---|
--stop | Stops watching all bundles |
-i | Watch interval |
--list | Displays the watch list |
--remove | Removes bundles from the watch list |
--help | Display this help message |
--start | Starts watching the selected bundles |
Details
The watch command can be used to help at developement time. It allows you to configure a set of URLs that will be monitored. All bundles location matching the given URL will be automatically updated. This avoids the need for manually updating the bundles or even copying the bundle to the system folder if needed. Note that only maven based urls and maven snapshots will actually be updated automatically, so if you run
> dev:watch *
It will actually monitor all bundles that have a location matching mvn:* that have '-SNAPSHOT' in their url.