ralph-cli
ralph-cli copied to clipboard
Command-line interface for the Ralph system.
I need to use ralph-cli in my organization, but it has to be stable and pass a vulnerability check.
...especially for those who are new to Go and want to develop/build `ralph-cli`. And while at it, check for any assumptions that may be not too obvious for "normal" users...
Add support for iLO5.
At this moment, ralph-cli can scan only single IP address at once. Although we can employ some bash scripts for scanning multiple hosts, it probably won't be very convenient and...
At this moment, if you need to pass any extra variables to your script (i.e. apart from management user/pass and IP address to scan), you are on your own -...
The `--script` option for `ralph-cli scan` requires providing the name of the script that has to be executed, which may be cumbersome if you don't remember them (in such case,...
At this moment, when some script returns invalid output, user gets error messages like `error unmarshaling script output: json: cannot unmarshal number into Go value of type string`, which are...