ogcli/cli
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
..
objects disks: remove --format parameter in setup disk 2023-10-09 12:45:07 +02:00
__init__.py format: use autopep8 2022-05-20 10:22:42 +02:00
cli.py cli: better error handling for subcommand args 2023-10-06 11:30:43 +02:00
utils.py format: use autopep8 2022-05-20 10:22:42 +02:00