Open
Description
- slcli hardware toggle-ipmi
Options: --disable, --quiet were missing, please add it.
Options:
--disable Disable the IPMI interface.
-q, --quiet Suppress verbose output
Expected:
./slcli hardware toggle-ipmi --help
Usage: slcli hardware toggle-ipmi [OPTIONS] IDENTIFIER
Toggle the IPMI interface on and off
┌────┬────────────┬────────────────────────────────────────────────────┐
│ │ identifier │ │
│ │ --enable │ Whether enable (DEFAULT) or disable the interface. │
│ -h │ --help │ Show this message and exit. │
│ │--disable │ Disable the IPMI interface. │
│ -q │ --quiet │ Suppress verbose output. │
└────┴────────────┴────────────────────────────────────────────────────┘
- slcli hardware update-firmware
Options: --force was missing, please add it.
Options:
-f, --force Force operation without confirmation
Expected:
./slcli hardware update-firmware --help
Usage: slcli hardware update-firmware [OPTIONS] IDENTIFIER
Update server firmware.
┌────┬────────────┬─────────────────────────────┐
│ │ identifier │ │
│ -f │ --force │ Force operation without confirmation │
│ -h │ --help │ Show this message and exit. │
└────┴────────────┴─────────────────────────────┘