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

NAME

gruntmaster-job - shell interface to Gruntmaster 6000 job log

SYNOPSIS

  gruntmaster-job show id
  gruntmaster-job rm id
  gruntmaster-job get id key
  gruntmaster-job set id key value
  gruntmaster-job rerun id

DESCRIPTION

gruntmaster-job is a tool for managing jobs.

show id

Prints detailed information about the job with id id.

rm id

Removes the job with id id.

set id key value

Sets the key configuration option of job id to value.

get id key

Get the value of the key configuration option of job id.

rerun id

Reruns job id.

AUTHOR

Marius Gavrilescu <marius@ieval.ro>

COPYRIGHT AND LICENSE

Copyright (C) 2014 by Marius Gavrilescu

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.1 or, at your option, any later version of Perl 5 you may have available.