Anthony
"imports -i" may be what you are looking for.
karaf@root()> imports --help
DESCRIPTION
package:imports
Lists imported packages and the bundles that import them
SYNTAX
package:imports [options]
OPTIONS
--help
Display this help message
-b
Only show imports of the given bundle id
--show-name-only
Show only package name
--filter
Only show package instead of full filter
-p
Only show package starting with given name
--no-format
Disable table rendered output
karaf@root()>
Paul Spencer
> On Aug 11, 2023, at 12:23 PM, Anthony Wood <[email protected]> wrote:
>
> In karaf 2.x, I would often use ‘exports -i $id’ to show the “reverse
> dependencies” of the bundle, i.e., what other bundles are wired to it by
> imports.
>
> I cannot find the equivalent in karat 4.4. Has this functionality been lost?
>
> Thanks,
> Anthony