nc info
Get information about a specific job or list of jobs.
vnc: Usage Message
NC INFO:
Get information about a specific job or list of jobs.
USAGE:
% nc info [options] <jobId> ...
OPTIONS:
-h -- Show this message.
-v -- Increase verbosity.
-l -- Show the log file (actually, it shows all outputs).
-e -- Show the environment name, or contents if a snapshot.
-c -- Show tasker compatibility table
(which tasker can run a job).
-sc -- Show tasker compatibility in normal output.
-dep -- Show job dependencies.
-J <jobname> -- Show the jobs with given name. (DO NOT USE IN SCRIPTS!)
EXAMPLES:
% nc info 00123456 -- Show info about specific job.
% nc info ! -- Show info about most recent job in current dir.
% nc info -l 12345 -- Show log file(s) of job.
% nc info -J MyJob -- Show info about all jobs called "MyJob".
% nc info -sc 0012345 -- If job is Scheduled, also show the summary of tasker compatibility.