Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cli: ensure the program returns 0 on success and 1 on error | Alejandro Sirgo Rica | 11 days | 1 | -2/+5 |
| | | | | | | | | | | propagate a returncode in each operation and make it the returncode of the program. Prevent sys.exit calls in post(), get() and delete() request handlers to enable cleanup code and error handling. Keep a basic error log inside the request functions if the connection can't be established or if the response contains an error code. | ||||
* | src: update copyright statement | OpenGnSys Support Team | 2024-01-02 | 1 | -1/+1 |
| | | | | use opengnsys@soleta.eu email instead of info@soleta.eu | ||||
* | live: add command to list available live images | OpenGnSys Support Team | 2024-01-02 | 1 | -0/+17 |
Add new command to display the available live images: # ogcli list live |