Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve missing clients error reporting in multiple commands | Alejandro Sirgo Rica | 2024-03-04 | 1 | -1/+1 |
| | | | | | All the commands that need target clients now have a more descriptive error message when the clients of the command are missing. | ||||
* | change 'ogcli send' command into 'ogcli request' | Alejandro Sirgo Rica | 2024-03-04 | 1 | -2/+2 |
| | | | | | | By using the word 'request' the command becomes more semantic and represents the 'best effort' nature of the communication with ogserver. | ||||
* | add 'send session' to request the boot from a client's partition | Alejandro Sirgo Rica | 2024-02-29 | 1 | -0/+69 |
example to boot OS from 10.141.10.22 disk 1 partition 2 send session --client-ip 10.141.10.22 --disk 1 --part 2 |