From 99a15be2bcccf3233260170ac75abdc07b5e4ad1 Mon Sep 17 00:00:00 2001 From: Ahmad Bilal Khalid Date: Wed, 17 Jul 2019 20:06:56 +0500 Subject: [PATCH] specs.json removed, mv helper.py -> commands/helper.py --- README.md | 19 +------------------ helper.py => commands/helper.py | 0 specs.json | 4 ---- 3 files changed, 1 insertion(+), 22 deletions(-) rename helper.py => commands/helper.py (100%) delete mode 100644 specs.json diff --git a/README.md b/README.md index 842b60e..38b595d 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file +# ucloud-cli \ No newline at end of file diff --git a/helper.py b/commands/helper.py similarity index 100% rename from helper.py rename to commands/helper.py diff --git a/specs.json b/specs.json deleted file mode 100644 index 589b99f..0000000 --- a/specs.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "cpu": 2, - "ram": "2GB" -}