- Support for filtering on all columns in the job list by using
mim jobs ls --filter "source=http"
mim jobs ls
ormim jobs list
now has the ability to filter in existing jobs. by usingmim jobs ls --filter foo,bar
you will only get the result set that includes either foo or bar.mim jobs ls
ormim jobs list
now returns only the first 30 characters of error messages- triggers output in
mim jobs ls
ormim jobs list
is moved tomim jobs ls --verbose
ormim jobs list --verbose
- added new properties to the job struct
Title
,Tags
andDescription
mim jobs ls
ormim jobs list
now returns only the first 50 characters of error messagesmim jobs ls
ormim jobs list
prints triggers in a new, shorter format.- the prefix symbol encodes the jobType.
>
is incremental and>>
is fullsync - color encodes the triggerType. cyan are cron triggers and lightblue are onchange jobs
- the prefix symbol encodes the jobType.
mim jobs history <jobid>
ormim jobs history --id <jobid>
is a new subcommand. It returns the history entry for the last job run, with full error text
Initial open source release.