Dashboard Application Services Hub command reference

Use the Dashboard Application Services Hub command line interface consolecli commands for writing scripts for passing information between applications.

Restriction: When running consolecli.sh|bat commands in Tivoli® Integrated Portal environments, you must use tipcli.sh/bat instead. That is, the consolecli.sh|bat commands replaced the tipcli.sh/bat commands with the release of Dashboard Application Services Hub.

The consolecli commands are entered in the DASH_HOME/bin directory.

The consolecli component provides help for its various commands:

Help [--command command_name]
Access help for all commands or optionally you can use the command argument to return detailed help for a specific command.

The following returns help for the AddUpdatePreferenceProfile command:

consolecli.bat Help --command AddUpdatePreferenceProfile

Help
----
AddUpdatePreferenceProfile --username <console_username> --password <passwordForUser>
 --profileName <profileName> [--newProfileName <newProfileName>] [--themeDir <th
emeDir>] [--showNavTree <true|false>] [--componentDir <default|ltr|rtl>] [--text
Dir <default|contextual|ltr|rtl>] [--views <viewList>] [--roles <roleList>] [--d
efaultView <defaultView>]
where
  <console_username> is the username in the console that has iscadmins role.
  <passwordForUser> is the password for the user.
  <profileName> is profile name which will be created or updated.
  <newProfileName> is the new name for the existing preference profile.
  <themeDir> is the directory name of the installed theme. Example: DASHLight
  <showNavTree> specify if show navigation tree by default after login the conso
le.
  <componentDir> specify component direction for the console.
  <textDir> specify text direction for the console.
  <viewList> is views assignment for the preference profile.
  <roleList> is roles assignment for the preference profile.
  <defaultView> specify which view is displayed by default after login the conso
le.

CTGWA4017I The command completed successfully.