We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 --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. │ └────┴────────────┴─────────────────────────────┘
The text was updated successfully, but these errors were encountered:
JayasilanJibm
No branches or pull requests
Options: --disable, --quiet were missing, please add it.
Options:
--disable Disable the IPMI interface.
-q, --quiet Suppress verbose output
Expected:
Options: --force was missing, please add it.
Options:
-f, --force Force operation without confirmation
Expected:
The text was updated successfully, but these errors were encountered: