Open
Description
- slcli hardware reboot
Options: --soft, --force are missing, please add it.
Options:
-f, --force Force operation without confirmation
--soft Perform a soft reboot
Expected:
./slcli hardware reboot --help
Usage: slcli hardware reboot [OPTIONS] IDENTIFIER
Reboot an active server.
┌────┬────────────┬───────────────────────────────┐
│ │ identifier │ │
│ │ --hard │ Perform a hard or soft reboot │
│ -f │ --force │ Force operation without confirmation. │
│ │ --soft │ Perform a soft reboot │
│ -h │ --help │ Show this message and exit. │
└────┴────────────┴───────────────────────────────┘
- slcli hardware reflash-firmware
Options: --force was missing, please add it.
Options:
-f, --force Force operation without confirmation
Expected:
./slcli hardware reflash-firmware --help
Usage: slcli hardware reflash-firmware [OPTIONS] IDENTIFIER
Reflash server firmware.
┌────┬────────────┬─────────────────────────────┐
│ │ identifier │ │
│ -f │ --force │ Force operation without confirmation. │
│ -h │ --help │ Show this message and exit. │
└────┴────────────┴─────────────────────────────┘
- slcli hardware reload
Options --force, --upgrade-bios, --upgrade-firmware were missing, please add it.
Options:
-f --force Force operation without confirmation
-b --upgrade-bios Upgrade BIOS
-w --upgrade-firmware Upgrade all hard drives' firmware
Expected:
./slcli hardware reload --help
Usage: slcli hardware reload [OPTIONS] IDENTIFIER
Reload operating system on a server.
┌────┬───────────────┬─────────────────────────────────────────────────────────────────────────────────┐
│ │ identifier │ │
│ -i │ --postinstall │ Post-install script to download (Only HTTPS executes, HTTP leaves file in /root │
│ -k │ --key │ SSH keys to add to the root user (multiple occurrence permitted) │
│ -l │ --lvm │ A flag indicating that the provision should use LVM for all logical drives. │
│ -h │ --help │ Show this message and exit. │
│ -f │ --force │ Force operation without confirmation │
│ -b │ --upgrade-bios │ Upgrade BIOS │
│ -w │ --upgrade-firmware │ Upgrade all hard drives' firmware │
└────┴───────────────┴─────────────────────────────────────────────────────────────────────────────────┘
- slcli hardware rescue
Options: --force was missing, please add it.
Options:
-f, --force Force operation without confirmation
Expected:
./slcli hardware rescue --help
Usage: slcli hardware rescue [OPTIONS] IDENTIFIER
Reboot server into a rescue image.
┌────┬────────────┬─────────────────────────────┐
│ │ identifier │ │
│ -h │ --help │ Show this message and exit. │
│ -f │ --force │ Force operation without confirmation │
└────┴────────────┴─────────────────────────────┘