Scheduled Job Invocation via Hammer CLI?

Latest response

In the GUI when we are running a job we have the option to "Schedule future execution". The docs indicate that I could use the CLI to create a job invocation from a template but it doesn't seem like there is an option to schedule it.

From https://access.redhat.com/documentation/en-us/red_hat_satellite/6.3/pdf/hammer_cli_guide/Red_Hat_Satellite-6.3-Hammer_CLI_Guide-en-US.pdf :

hammer job-invocation create \
--job-template "template_name" \
--inputs key1="value",key2="value",... \
--search-query "query"

Is there any way to do this other than from the GUI?

Responses