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'
Updated by Jonathon Turel almost 4 years ago
- Blocks Tracker #32155: Deprecate agent-based APIs and Hammer commands added
Updated by Jonathon Turel almost 4 years ago
- Blocks Feature #32157: Deprecate agent-based Hammer commands added
Updated by Adam Ruzicka almost 4 years ago
- Is duplicate of Feature #32107: Hammer job invocation creation does not allow to use --feature for the job template lookup added
Updated by Jonathon Turel over 3 years ago
- Status changed from New to Closed
Applied in changeset foreman_plugin|67497b0c65898ee5158d9b0c70332c98fa071d77.
Actions