refreshcmdexts

5.10 Update 3 and later: The refreshcmdexts command refreshes all of the CMDExt files. This is the same as selecting Tasks > External Application Launch > Refresh in IBM® Director Console.

Read syntax diagramSkip visual syntax diagram
>>-dircli--refreshcmdexts--+---------------+--+-----+----------->
                           '- -L--language-'  '- -v-'   

>--+---------+-------------------------------------------------><
   +- -h-----+   
   '- --help-'   

Options and operands

-L | --lang language
Specifies the locale for the command. This option overrides all mechanisms for specifying the locale, including the DIR_LANG environment variable and operating-system settings. The language code is a text string consisting of five characters: a two-character lowercase ISO 639-1 language code, an underscore character, and a two-character uppercase ISO 3166 country code. Following are some common examples of the language code.
Language/country language
Chinese/China zh_CN
English/United States en_US
French/France fr_FR
German/Germany de_DE
Japanese/Japan ja_JP
Korean/South Korea ko_KR
Spanish/Mexico es_MX
-v | --verbose
Writes verbose messages to standard output. Unless verbose messaging is selected, the dircli command suppresses non-critical messages to the user.
For example, when the accessmo command is run against a managed object that is already unlocked, normally no message is displayed. With verbose messaging, the following message appears:
The following managed objects already are unlocked: 'IBM-KLGGN3P', 0x254.
-h | -?
Lists brief information about the command. If any additional options other than -L | --lang are issued, they are ignored.
--help
Lists complete information about the command. If any additional options other than -L | --lang are issued, they are ignored.

Example

Refresh all of the CMDExt files
dircli refreshcmdexts

Return codes

The following table contains the codes returned by the refreshcmdexts command.
Code Meaning
0 The command was successful.
1 A usage error occurred.

Send feedback