Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Plugin Jobs

mheffner edited this page Jan 11, 2012 · 1 revision

Jobs Plugin

Interact with the Twke Job Manager.

Commands

  • jobs list

List all active and recently finished jobs.

  • jobs kill <jid>

Send a SIGTERM to the job ID <jid>.

  • jobs out(put) <jid>

Return a paste of the output from the job ID <jid>.

  • jobs tail <jid>

Return a paste of the last 20 lines of output from job ID <jid>.

Clone this wiki locally