NAME
helios_config_get.pl - get a config parameter's value from the Helios collective database
SYNOPSIS
helios_config_get.pl --service=<service name> [--hostname=<hostname>] --param=<param name>
# get the value of the "endpoint_url" param for MyService on the current host
helios_config_get.pl --service=MyService --param=endpoint_url
DESCRIPTION
The helios_config_get.pl command can be used to retrieve configuration parameters for a service from the Helios collective database. This allows Helios configuration parameters to be accessed via shell scripts.
AUTHOR
Andrew Johnson, <lajandy at cpan dot org>
COPYRIGHT AND LICENSE
Copyright (C) 2013 by Logical Helion, LLC.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available.
WARRANTY
This software comes with no warranty of any kind.