ogcli/cli/objects
Alejandro Sirgo Rica 85d910d020 cli: add live management commands
Add new parameters to the config file ogcli.json with the
following default values:
'local_live': '/var/www/html/ogrelive'
'server_live': 'https://opengnsys.soleta.eu/ogrelive'

Add command to install the files of a live system. Example:
ogcli install live --name ogrelive-6.1.0-26

Perform an update if live files are already present.

Add command to delete the files of a live system. Example:
ogcli delete live --name ogrelive-6.1.0-26

Update ogcli list live to show the lives in the server when
invoked with the --remote flag. Example:
ogcli list live --remote
2024-11-21 17:05:26 +01:00
..
__init__.py Rename files to remove 'og' prefix 2020-06-30 12:51:51 +02:00
center.py cli: ensure the program returns 0 on success and 1 on error 2024-11-21 17:05:24 +01:00
client.py cli: ensure the program returns 0 on success and 1 on error 2024-11-21 17:05:24 +01:00
disks.py cli: ensure the program returns 0 on success and 1 on error 2024-11-21 17:05:24 +01:00
folder.py cli: ensure the program returns 0 on success and 1 on error 2024-11-21 17:05:24 +01:00
images.py cli: ensure the program returns 0 on success and 1 on error 2024-11-21 17:05:24 +01:00
live.py cli: add live management commands 2024-11-21 17:05:26 +01:00
modes.py cli: ensure the program returns 0 on success and 1 on error 2024-11-21 17:05:24 +01:00
poweroff.py cli: ensure the program returns 0 on success and 1 on error 2024-11-21 17:05:24 +01:00
reboot.py cli: ensure the program returns 0 on success and 1 on error 2024-11-21 17:05:24 +01:00
repo.py cli: ensure the program returns 0 on success and 1 on error 2024-11-21 17:05:24 +01:00
room.py cli: ensure the program returns 0 on success and 1 on error 2024-11-21 17:05:24 +01:00
scopes.py cli: ensure the program returns 0 on success and 1 on error 2024-11-21 17:05:24 +01:00
server.py cli: ensure the program returns 0 on success and 1 on error 2024-11-21 17:05:24 +01:00
session.py cli: ensure the program returns 0 on success and 1 on error 2024-11-21 17:05:24 +01:00
wol.py cli: ensure the program returns 0 on success and 1 on error 2024-11-21 17:05:24 +01:00