view distribution/config/commands/agent-info.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 = show info for an agent

description = Show info for the specified agent.

usage = agent-info [-d <url>] [-l <level>] -a <agent-id>

options = agentId, AUTO_DB_OPTIONS, AUTO_LOG_OPTION

agentId.short = a
agentId.long = agentId
agentId.hasarg = true
agentId.required = true
agentId.description = agent ID

environments = cli, shell

command-groups=agent-info