CLI Reference
sieve job
Manage jobs in Sieve.
Usage
Options
--help
Show this message and exit.
Commands
list
List all jobs.get
Get the information and output of a job.logs
Get the logs of a job.status
Get the status of a job.
sieve job list
List all jobs.
Usage
Options
--help
Show this message and exit.
sieve job get
Get the information and output of a job.
Usage
Options
--help
Show this message and exit.
Arguments
JOB_ID
ID of job to get information about.
sieve job logs
Get the logs of a job.
Usage
Options
--help
Show this message and exit.
Arguments
JOB_ID
ID of job to get logs of.
sieve job status
Get the status of a job. The possible values can be “queued”, “started”, “finished”, or “error”.
Usage
Options
--help
Show this message and exit.
Arguments
JOB_ID
ID of job to get status of.
Was this page helpful?