Actions
Feature #28836
closedAllow multiple disassociating of provisioning templates
Difficulty:
easy
Triaged:
Yes
Team Backlog:
Description
After https://projects.theforeman.org/issues/19999 it is possible to add many templates at once, but there is no possibility to remove more than one template.
Current usage:
Usage:
hammer os remove-provisioning-template [OPTIONS]
Options:
--id ID
--provisioning-template PROVISIONING_TEMPLATE_NAME Name to search by
--provisioning-template-id PROVISIONING_TEMPLATE_ID
--title TITLE Operating system title
-h, --help Print help
Expected usage:
Usage:
hammer os remove-provisioning-template [OPTIONS]
Options:
--id ID
--provisioning-template PROVISIONING_TEMPLATE_NAME Name to search by
--provisioning-template-id PROVISIONING_TEMPLATE_ID
--provisioning-templates PROVISIONING_TEMPLATE_NAMES Names to search by
--provisioning-template-ids PROVISIONING_TEMPLATE_IDS
--title TITLE Operating system title
-h, --help Print help
Updated by Oleh Fedorenko over 4 years ago
- Related to Bug #19999: Support for associating multiple provisioning templates at once added
Updated by yifat makias over 4 years ago
- Status changed from New to Assigned
- Assignee set to yifat makias
Updated by Oleh Fedorenko over 4 years ago
- Related to Bug #29231: Search options have result limits added
Updated by yifat makias about 3 years ago
- Status changed from Assigned to Closed
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/502 added
Actions