Actions
Feature #32158
closedAllow 'feature' option when invoking a job
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
Today it's required to first look up a job template ID before being able to use that job template via `hammer job-invocation create`
Today
hammer job-invocation create --job-template-id 150 --search-query='host.example.com' --inputs 'package=vim'
Desired
hammer job-invocation create --feature=katello_package_install --search-query='host.example.com' --inputs 'package=vim'
This makes the process one step and users can start to become familiar with the particular feature names which (ideally) are named well enough to be guessable similar to 'hammer host package install'
Actions