ogcli/cli
Alejandro Sirgo Rica 7478b9ce15 repo: overload delete and add repo to modify the addresses
Overload the add repo and delete repo commands to have
different functionality based on the flags.

Add a repo:
ogcli add repo --name test2 --address 192.168.9.140

Add addresses to repo with id 27:
ogcli add repo --address 192.168.9.141 192.168.9.142 --id 27

Delete address from repo with id 27:
ogcli delete repo --address 192.168.9.141 --id 27

Delete repo:
ogcli delete repo --id 27
2024-09-12 10:30:56 +02:00
..
objects repo: overload delete and add repo to modify the addresses 2024-09-12 10:30:56 +02:00
__init__.py format: use autopep8 2022-05-20 10:22:42 +02:00
cli.py server: remove 'set server' command 2024-09-02 14:31:06 +02:00
utils.py cli: remove accents in image name 2024-08-21 13:08:53 +02:00