7.56. fabric:watch
Abstract
Watches and automatically updates bundles
Synopsis
fabric:watch
[
--help
] [
--no-upload
] [[
--start
] | [
--stop
]] [
-i interval
] [
--list
] [
--remove
] {
bundles
...}
Arguments
Table 7.56, “fabric:watch Arguments” describes the commands arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
--no-upload | If specified, updated bundles are not uploaded to the fabric's Maven proxy repository. |
--stop | Stop watching the specified bundles |
--start | Start watching the specified bundles |
-i | Specifies the interval, in milliseconds, to check the bundles. |
--list | List the bundles being watched. |
--remove | Remove the specified bundles from the watch list. |
bundles... | Specifies a whitespace delimited list of bundle URLs or bundle IDs. |
Important
Only Maven URLs and Maven snapshots are updated automatically. So, if you enter the command,
fabric:watch *
, Fabric monitors all bundles whose location matches mvn:* and that have -SNAPSHOT in their URL.