NAME
helios_jobtype_info - Get info about a jobtype from the Helios collective database
SYNOPSIS
# jobtypes can be looked up by name
helios_jobtype_info --name=MyService
--OR--
# jobtypes can be looked up by jobtypeid also
helios_jobtype_info --jobtypeid=2
# if you have a jobtype's name, you can drop the '--name=' portion
helios_jobtype_info MyService
DESCRIPTION
Use the helios_jobtype_info command to view information on a particular Helios jobtype. This command allows you to find out the jobtypeid of a jobtype (or vice versa) without resorting to querying the collective database directly with SQL commands.
SEE ALSO
AUTHOR
Andrew Johnson, <lajandy at cpan dot org>
COPYRIGHT AND LICENSE
Copyright (C) 2014 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.