jobman
Run and manage background jobs without a shared daemon
Synopsis
Jobman starts and manages durable per-user command-line jobs without a continuously running shared daemon.
jobman [flags]
Options
--config string use an explicit YAML configuration file
-h, --help help for jobman
--state-dir string override the per-user state directory
Related commands
- jobman cancel - Cancel a managed job
- jobman clean - Safely remove completed logs and eligible metadata
- jobman completion - Generate the autocompletion script for the specified shell
- jobman config - Inspect and validate effective configuration
- jobman doctor - Verify state and perform explicit conservative recovery
- jobman input - Send bytes to a live-input job
- jobman list - List known jobs
- jobman logs - Read output captured for a job
- jobman pause - Pause a managed job
- jobman rerun - Submit a new job from an existing specification
- jobman resume - Resume a paused job
- jobman run - Submit a command as a managed job
- jobman show - Show a job and its run history
- jobman status - Show concise current job status
- jobman wait - Wait for a job to finish