The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

helios_config_import - import a INI-style config file into the Helios database

SYNOPSIS

 # contents of myservice.ini file
 [MyService]
 endpoint_url=http://webserver/app.pl
 landing_zone=/mnt/documents/upload/
 email_notification=off 

 # command to import config parameters in myservice.ini into the Helios database
 helios_config_import --file=myservice.ini

DESCRIPTION

With the helios_config_import command, you can specify a group of configuration parameters in an INI-style configuration file, and then import those parameters into your Helios collective database with one shell command.

COMMAND OPTIONS

--file [REQUIRED]

The name of the INI file to import.

--verbose

Prints extra information during the import process.

--help

Displays this man page.

AUTHOR

Andrew Johnson, <lajandy at cpan dot org>

COPYRIGHT AND LICENSE

Copyright (C) 2013-4 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.