view distribution/config/commands/connect.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

# In order to support web storage connections we add web bundles here
bundles = com.redhat.thermostat.client.cli=${project.version}, \
          com.redhat.thermostat.web.common=${project.version}, \
          com.redhat.thermostat.web.client=${project.version}, \
          com.redhat.thermostat.storage.mongodb=${project.version}, \

summary = persistently connect to storage

description = Persistently connect to a storage. This will prompt for \
    username and password for authentication.

usage = connect -d <url> [-l <level>]

options = AUTO_LOG_OPTION, AUTO_DB_OPTIONS, dbUrl

dbUrl.required = true

environments = shell

command-groups=shell-session