Skip to content

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

Open
@ramkishor-ch

Description

@ramkishor-ch
  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. │
└────┴────────────┴─────────────────────────────┘

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions