11.2. osgi:bundle-services, bundle-services
Abstract
						lists the OSGi services provided by a bundle
					
Synopsis Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
osgi:bundle-services  [
					-u
				] [
					-p
				] [
					-a
				] [
					--help
				] [
					--force
				] {
					id
				}
Arguments Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
				Table 11.2, “osgi:bundle-services Arguments” describes the command's arguments.
			
| Argument | Interpretation | 
|---|---|
 -u  | Displays the services used by the bundle. | 
 -p  | Displays the properties for each service. | 
 -a  | Displays all of the services provided by the bundle including the Apache Karaf commands which are hidden by default. | 
 --help  | Displays the online help for this command. | 
 --force  | Forces the command to execute. | 
id | Specifies the id for the bundle. |