Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.packages:exports
Name
packages:exports, exports — displays the packages exported OSGi bundles
Synopsis
packages:export  [
					--help
				] [[
						-d
					] |  [
						--details
					]] [
					-s
				] [[
						-i
					] |  [
						--imports
					]] [
					id
				...]
Arguments
					Table 18.1, “package:exports Arguments” describes the commands arguments.
				
| Argument | Interpretation | 
|---|---|
 --help  | Displays the online help for this command | 
-d, --details | Reformat the output in master/detail layout, which makes it easier to see how related details are grouped together. | 
-s | Show the Symbolic name column, which shows the symbolic name of the bundle to which the exported package belongs. | 
 -i, --imports  | Show the Imported by column, which lists all of the bundles that import the exported package. | 
 id  | Specifies a whitespace separated list of bundle IDs to check. |