Skip to content

Sub feature was missing in slcli hardware power-off,slcli hardware power-on please add it. #2038

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

Closed
ramkishor-ch opened this issue Jul 17, 2023 · 0 comments · Fixed by #2091
Assignees
Labels

Comments

@ramkishor-ch
Copy link
Contributor

  1. slcli hardware power-off
    Options: --force was missing, please add it.
    Options:
    -f, --force Force operation without confirmation

Expected:

./slcli hardware power-off --help  
Usage: slcli hardware power-off [OPTIONS] IDENTIFIER

        Power off an active server.

┌────┬────────────┬─────────────────────────────┐
│    │ identifier │                             │
│ -h │ --help     │ Show this message and exit. │
│ -f │ --force     │  Force operation without confirmation. │
└────┴────────────┴─────────────────────────────┘
  1. slcli hardware power-on
    Options: --force was missing, please add it.
    Options:
    -f, --force Force operation without confirmation
    Expected:
./slcli hardware power-on --help 
Usage: slcli hardware power-on [OPTIONS] IDENTIFIER

        Power on a server.

┌────┬────────────┬─────────────────────────────┐
│    │ identifier │                             │
│ -h │ --help     │ Show this message and exit. │
│ -f │ --force     │  Force operation without confirmation. │
└────┴────────────┴─────────────────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant