Actions
Feature #4169
closedInstalling packages on multiple system using CLI
Description
Currently there is no way to install packages on multiple system using CLI . there is system group feature but not always user want to install package in all systems in system group
what i am looking for is
katello -u admin -p admin system packages --install pkg1,pkg2,pkg3 --name sys1,sys2,sys2
Updated by Eric Helms over 10 years ago
- Related to Feature #4183: Installation progress outputs added
Updated by Eric Helms over 10 years ago
- Category set to Hammer
- Triaged set to Yes
Updated by Eric Helms almost 9 years ago
- Translation missing: en.field_release set to 114
Updated by Bryan Kearney about 8 years ago
- Status changed from New to Resolved
this already exists.
hammer host package install --help
Usage:
hammer host package install [OPTIONS]
Options:
--async Do not wait for the task
--host HOST_NAME Name to search by
--host-id HOST_ID
--packages PACKAGES List of package names
Comma separated list of values.
-h, --help print help
Actions