softlayer-python icon indicating copy to clipboard operation
softlayer-python copied to clipboard

Sub feature were missing in slcli hardware toggle-ipmi, slcli hardware update-firmware

Open ramkishor-ch opened this issue 2 years ago • 0 comments

  1. 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.   │
└────┴────────────┴────────────────────────────────────────────────────┘
  1. 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. │
└────┴────────────┴─────────────────────────────┘

ramkishor-ch avatar Jul 17 '23 10:07 ramkishor-ch