Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

You can use the following arguments to influence the output:

  • "notavail" will only list services that are not available for some reason, which can be helpful when debugging when you're wondering why certain services do not appear.
  • "compact" will use a more compact output format, which has the downside of being a bit more cryptic.
  • "nodeps" will only list the services, but not their dependencies.
  • <bundleid> ... a list of one or more bundle identifiers in case you want to restrict the output to those bundles only.

Usage

Code Block
dm

Will list all services and dependencies.

...