list_aru_languages
Lists ARU language information.
Format
emcli list_aru_languages
[-name="language_name" | -id="language_id"]
[-noheader]
[-script | -format=
[name:<pretty|script|csv>];
[column_separator:"column_sep_string"];
[row_separator:"row_sep_string"];
[ ] indicates that the parameter is optionalOptions
-
name
Language name.
-
id
Language ID.
-
noheader
Displays tabular information without column headers.
-
script
This option is equivalent to -format="name:script".
-
format
Format specification (default is
-format="name:pretty").-
format="name:pretty"prints the output table in a readable format not intended to be parsed by scripts. -
format="name:script"sets the default column separator to a tab and the default row separator to a newline. The column and row separator strings can be specified to change these defaults. -
format="name:csv"sets the column separator to a comma and the row separator to a newline. -
format=column_separator:"column_sep_string" column-separates the verb output by <column_sep_string>. Rows are separated by the newline character. -
row_separator:"row_sep_string" row-separates the verb output by <row_sep_string>. Rows are separated by the tab character.
-
Examples
emcli list_aru_languages
emcli list_aru_languages -noheader
emcli list_aru_languages -name="language name" -format="name:pretty"
emcli list_aru_languages -id="language id" -format="name:script" See Also
- create_patch_plan
- delete_patches
- describe_patch_plan_input
- get_connection_mode
- get_patch_plan_data
- list_aru_platforms
- list_aru_products
- list_aru_releases
- list_patch_plans
- search_patches
- set_connection_mode
- set_patch_plan_data
- show_patch_plan
- submit_patch_plan
Also, see Patching Using EM CLI in the Enterprise Manager Lifecycle Management Administrator's Guide.