summaryrefslogtreecommitdiffstats
path: root/cli/objects
Commit message (Collapse)AuthorAgeFilesLines
* Add ogcli list hardware commandRoberto Hueso Gómez2020-07-081-0/+16
| | | | | | | This requests GET /hardware by calling something like: ogcli list hardware --scope-id=6 It is important to notice that 'scope-id' must be a "computer" type scope id.
* Add ogcli set mode commandRoberto Hueso Gómez2020-07-061-0/+24
| | | | | This requests POST /modes and changes a scope mode by calling something like: ogcli set modes --scope-id=1 --scope-type=computer --mode=pxe
* add license header to source code filesOpenGnSys Support Team2020-07-013-0/+24
|
* Rename files to remove 'og' prefixRoberto Hueso Gómez2020-06-304-0/+18
This prefix is redundant on almost every file, so the prefix is removed from filenames and imports.