# ucloud-cli ## Sample Usage usage: `ucloud.py [-h] {create-image-from-file,images,vm}` usage: `ucloud.py create-image-from-file [-h] --uuid UUID --name NAME --image-store IMAGE_STORE_NAME` usage: `ucloud.py images [-h] --list {public,private}` usage: `ucloud.py vm [-h] {create,start,suspend,resume,status,list}` usage: `ucloud.py vm create [-h] --name NAME --realm REALM --seed SEED --specs_file SPECS_FILE --image_uuid IMAGE_UUID` usage: `ucloud.py vm {start,suspend,resume,status,list} [-h] --name NAME --realm REALM --seed SEED --vmid VMID`