Actions
Feature #32107
closedHammer job invocation creation does not allow to use --feature for the job template lookup
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
No
Description
hammer job-invocation create --feature=katello_package_install --search-query='host.example.com' --inputs 'package=vim'
fails, complaining about me not specifying the bookmark or search-query, I'd expect it to work similarly to
hammer job-invocation create --job-template-id 150 --search-query='host.example.com' --inputs 'package=vim'
which works fine. The feature should select the job template to use.
Actions