ogcli/cli/objects
Jose M. Guisado 68a9d6fe8f disks: remove --format parameter in setup disk
Every partition will be formatted since disk setup command was rewritten
into Python code in ogClient. This makes "ogcli setup disk" --format
parameter unusable.

As the time of this commit, for backward compatibility (with the legacy
web console interface) ogServer expects the "format" field inside the
partition json objects conforming the "partition_setup" array. For this
reason, ogCLI still adds the "format" field into the partition objects
present in the partition_setup array, but using a default value which
will have no effect whatsoever.
2023-10-09 12:45:07 +02:00
..
__init__.py Rename files to remove 'og' prefix 2020-06-30 12:51:51 +02:00
client.py objects: add missing prog parameter in subcommands 2023-10-05 11:21:19 +02:00
disks.py disks: remove --format parameter in setup disk 2023-10-09 12:45:07 +02:00
images.py objects: add missing prog parameter in subcommands 2023-10-05 11:21:19 +02:00
modes.py list modes: use print_json 2022-05-20 10:28:40 +02:00
poweroff.py objects: add missing prog parameter in subcommands 2023-10-05 11:21:19 +02:00
reboot.py objects: add missing prog parameter in subcommands 2023-10-05 11:21:19 +02:00
scopes.py format: use autopep8 2022-05-20 10:22:42 +02:00
server.py objects: add missing prog parameter in subcommands 2023-10-05 11:21:19 +02:00
wol.py objects: add missing prog parameter in subcommands 2023-10-05 11:21:19 +02:00