summaryrefslogtreecommitdiffstats
path: root/cli/objects/center.py
Commit message (Collapse)AuthorAgeFilesLines
* center: add delete commandJavier Hernandez2023-10-181-0/+10
| | | | | | | | | command to delete center ogcli delete center --id <center id> To delete the center with id 6 $ ogcli delete center --id 6
* cli: add center.pyJavier Hernandez2023-10-181-0/+20
command to add center, specifying name and optionally a description ogcli add center --name <name> [--comment <name>] For example, to add a center with name "foocenter" and comment "foocenter description" type $ ogcli add center --name foocenter --comment "foocenter description"