view distribution/config/commands/storage.properties @ 1124:49f6272156ff

Move command availability to command info Reviewed-by: jerboaa, neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-May/006794.html
author Omair Majid <omajid@redhat.com>
date Fri, 31 May 2013 12:15:17 -0400
parents 0f4271d4e334
children 3d102042f1df
line wrap: on
line source

bundles = thermostat-agent-core-@project.version@.jar, \
          thermostat-osgi-process-handler-@project.version@.jar, \
          thermostat-agent-cli-@project.version@.jar, \
          thermostat-common-command-@project.version@.jar, \
          thermostat-agent-command-@project.version@.jar, \
          commons-codec.jar, \
          netty.jar

description = starts and stops the thermostat storage

usage = storage <--start|--stop> [--dryRun] [-q] [-l <level>]

options = dryRun, start|stop, quiet, AUTO_LOG_OPTION

dryRun.short = d
dryRun.long = dryRun
dryRun.hasarg = false
dryRun.required = false
dryRun.description = run the service in dry run mode

start.long = start
start.hasarg = false
start.required = false
start.description = start the database

stop.long = stop
stop.hasarg = false
stop.required = false
stop.description = stop the database

quiet.short = q
quiet.long = quiet
quiet.hasarg = false
quiet.required = false
quiet.description = don't produce any output

environments = cli