ogcli/cli
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
..
objects cli: add live management commands 2024-11-21 17:05:26 +01:00
__init__.py format: use autopep8 2022-05-20 10:22:42 +02:00
cli.py cli: add live management commands 2024-11-21 17:05:26 +01:00
config.py ogcli: move configuration data into a different file 2024-11-21 17:05:26 +01:00
utils.py cli: add live management commands 2024-11-21 17:05:26 +01:00