Skip to main content
Version: 3.5.0

jobs show Command

The jobs show command shows the definition of a job.

Usage

jobs show <id>

Parameters

ParameterDescriptionRequired?Default Value
idJob identifier✔️N/A

Examples

> jobs show say-hello
​id: say-hello
​trigger:
​ cron_expression: '* * * * *'
​command: echo hello world

Further Reading

Contact Us