Red Hat Training

A Red Hat training course is available for Red Hat Fuse

9.56. fabric:watch

Abstract

Watches and automatically updates bundles

Synopsis

fabric:watch [ --help ] [ --no-upload ] [[ --start ] | [ --stop ]] [ -i interval ] [ --list ] [ --remove ] { bundles ...}

Arguments

Table 9.56, “fabric:watch Arguments” describes the commands arguments.

Table 9.56. fabric:watch Arguments

ArgumentInterpretation
--helpDisplays the online help for this command
--no-uploadIf specified, updated bundles are not uploaded to the fabric's Maven proxy repository.
--stopStop watching the specified bundles
--startStart watching the specified bundles
-iSpecifies the interval, in milliseconds, to check the bundles.
--listList the bundles being watched.
--removeRemove 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.