- fab:headers — displays the headers of a FAB
- fab:info — display information about a FAB, including the list of shared and unshared dependencies, and the list of features installed as part of the FAB resolution process
- fab:start — starts the specified FAB
- fab:stop — stops the specified FAB bundle together with its shared transitive dependencies, except for those dependencies that are being used by other bundles.
- fab:tree — displays the dependency tree of a FAB
- fab:uninstall — uninstall the specified FAB and all of its transitive dependencies, except for those dependencies that are being used by other bundles
The fab commands are used for managing Fuse Application Bundle(FAB)s.
There is no dedicated install command for FABs. To install a FAB, use the
osgi:install command combined with the fab: URL prefix. For
example, to install the FAB mvn:org.fusesource.example/camel-example/1.0 use the
following console command:
FuseMQ:karaf@root>osgi:install fab:mvn:org.fusesource.example/camel-example/1.0







