Open pmabbott opened 4 years ago
The cli accepts all as a wildcard argument, for example: hpilo_cli download_rib_firmware all all (which will download every firmware version listed in firmware.conf).
all
hpilo_cli download_rib_firmware all all
This behaviour doesn't work in the current version of the api.
This PR adds that functionality.
The cli accepts
all
as a wildcard argument, for example:hpilo_cli download_rib_firmware all all
(which will download every firmware version listed in firmware.conf).This behaviour doesn't work in the current version of the api.
This PR adds that functionality.