view distribution/config/commands/shell.properties @ 2608:1286dad1ad8f

Fill in command-group-metadata Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-February/022220.html Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-March/022331.html
author Andrew Azores <aazores@redhat.com>
date Fri, 03 Mar 2017 12:45:11 -0500
parents defa63ee2f72
children
line wrap: on
line source

# ShellCommand is provided by the tools bundle, which is a bootstrap bundle, and requires no other bundles.
bundles = com.redhat.thermostat.client.cli=${project.version}

summary = launch the Thermostat interactive shell

description = Launch the Thermostat interactive shell. \
  The prompt can be customized by editing the shell-prompt.conf \
  file located in $SYSTEM_THERMOSTAT_HOME/etc/plugins.d/shell-command. \
  You can also create your own shell-prompt.conf file and place \
  it in $USER_THERMOSTAT_HOME/etc/plugins.d/shell-command. This \
  will override the properties from the system config file. See the \
  system shell-prompt.conf file for instructions on how to write the config file.

usage = shell

# This command does not have any options
#options =

environments = cli

command-groups=thermostat-core