ogcli/cli/objects
Jose M. Guisado dff298d421 create image: split into create and update
Image creation example:

	ogcli create image
		--disk
		--part 1
		--name 18oct2
		--desc 18oct2
		--repo-id 1
		--client-ip 192.168.56.11

Image update example:

	ogcli update image
		--disk 1
		--part 1
		--id 20
		--client-ip 192.168.56.11
2022-10-20 12:25:10 +02:00
..
__init__.py Rename files to remove 'og' prefix 2020-06-30 12:51:51 +02:00
client.py format: use autopep8 2022-05-20 10:22:42 +02:00
disks.py format: use autopep8 2022-05-20 10:22:42 +02:00
images.py create image: split into create and update 2022-10-20 12:25:10 +02:00
modes.py list modes: use print_json 2022-05-20 10:28:40 +02:00
poweroff.py format: use autopep8 2022-05-20 10:22:42 +02:00
reboot.py send: add send reboot 2022-05-25 10:56:14 +02:00
scopes.py format: use autopep8 2022-05-20 10:22:42 +02:00
wol.py format: use autopep8 2022-05-20 10:22:42 +02:00