specs.json removed, mv helper.py -> commands/helper.py

This commit is contained in:
ahmadbilalkhalid 2019-07-17 20:06:56 +05:00
parent d045d70609
commit 99a15be2bc
3 changed files with 1 additions and 22 deletions

View File

@ -1,18 +1 @@
# 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`
# ucloud-cli

View File

@ -1,4 +0,0 @@
{
"cpu": 2,
"ram": "2GB"
}