Command Reference > Using infacmd > infacmd ListPlugins
  

infacmd ListPlugins

Each infacmd program has a plugin identifier. When you run the program, you include the plugin ID as part of the program name.
For example, dis is the plugin ID for the Data Integration Services infacmd program.
For example, to run a command that lists deployed applications, run the infacmd dis ListApplications command:
infacmd dis ListApplications -dn domain_name -un user_name -d password -sn Data_Integration_Service_Name
To list the plugin IDs, enter the following command:
infacmd (.sh) ListPlugins
To list the valid commands for a plugin, enter the following command:
infacmd(.sh) plugin_ID Help
To display help for one command, enter the following command:
infacmd(.sh) plugin_ID CommandName Help