view distribution/config/commands/clean-data.properties @ 1215:7012500bb995

Add support for deleting of data for all agents Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-August/007775.html
author Andriy Petrus <apetrus@redhat.com>
date Fri, 09 Aug 2013 15:45:12 -0400
parents distribution/config/commands/clean-history.properties@40e2c7a18bda
children c63b04153672
line wrap: on
line source

bundles = thermostat-client-cli-${project.version}.jar, \
          thermostat-storage-mongodb-${project.version}.jar, \
          thermostat-web-common-${project.version}.jar, \
          thermostat-web-client-${project.version}.jar, \
          httpcomponents-core.jar, \
          httpcomponents-client.jar, \
          gson.jar, \
          mongo.jar, \
          commons-beanutils.jar, \
          commons-codec.jar, \
          commons-collections.jar, \
          commons-logging.jar, \

description = Drop all data related to all of the specified agents

usage = clean-data [--alive] [--all] <agent_id>

options = alive, all, AUTO_LOG_OPTION

all.short = a
all.long = all
all.hasarg = false
all.required = false
all.description = clean data for all agents

alive.long = alive
alive.hasarg = false
alive.required = false
alive.description = authorize deletion of live agents

environments = cli, shell