view distribution/config/commands/clean-data.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 710a1d37c0ed
children
line wrap: on
line source

bundles = com.redhat.thermostat.client.cli=${project.version}, \
          com.redhat.thermostat.storage.mongodb=${project.version}, \
          com.redhat.thermostat.web.common=${project.version}, \
          com.redhat.thermostat.web.client=${project.version}, \

summary = drop all data related to all of the specified agents

description = Drop all data related an agent. Or, drop data for all agents with the --all flag.

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

command-groups=database-util