view distribution/config/commands/vm-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 basic information about a VM

description = Show basic information about a VM.

usage = vm-info [-v <vmId>] [-a <agentId>] [-d <url>] [-l <level>]

options = agentId, vmId, AUTO_DB_OPTIONS, AUTO_LOG_OPTION

agentId.short = a
agentId.long = agentId
agentId.hasarg = true
agentId.required = false
agentId.description = the ID of the agent to monitor

vmId.short = v
vmId.long = vmId
vmId.hasarg = true
vmId.required = false
vmId.description = the ID of the VM to monitor

environments= cli, shell

command-groups=vm-info