Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ramkishor-ch opened this issue Jul 17, 2023 · 0 comments
Assignees
Labels

Comments

@ramkishor-ch
Copy link
Contributor

  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. │
└────┴────────────┴─────────────────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants