baidubce-cli
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "baidubce-cli", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "baidu cloud engine command line tools", | ||
@@ -23,2 +23,5 @@ "main": "index.js", | ||
"author": "leeight@gmail.com", | ||
"contributors": [ | ||
{ "name": "leeight", "email": "leeight@gmail.com" } | ||
], | ||
"license": "MIT", | ||
@@ -25,0 +28,0 @@ "dependencies": { |
@@ -18,7 +18,15 @@ ## baidubce-cli | ||
``` | ||
baidubce bos -c ak my_ak | ||
baidubce bos -c sk my_sk | ||
baidubce bos -c endpoint http://10.105.97.15 | ||
baidubce bos -c bos.ak my_ak | ||
baidubce bos -c bos.sk my_sk | ||
baidubce bos -c bos.endpoint http://10.105.97.15 | ||
``` | ||
Btw, you can also set specific `bucket` to a different `endpoint` which will override the default configuration. | ||
``` | ||
baidubce bos -c bos.my-bucket-1.ak my_ak | ||
baidubce bos -c bos.my-bucket-1.sk my_sk | ||
baidubce bos -c bos.my-bucket-1.endpoint http://10.26.208.32:8998 | ||
``` | ||
## Usage | ||
@@ -25,0 +33,0 @@ |
20872
68