File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- export VERSION =0.1.7
1+ export VERSION =0.1.8
22
33.PHONY : build
44build :
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ Taking create uhost in Nigeria (region: air-nigeria) and bind a public IP as an
8383First to create an uhost instance:
8484
8585```
86- $ ucloud uhost create --cpu 1 --memory 1 --password mypassword123 --image-id uimage-fya3qr
86+ $ ucloud uhost create --cpu 1 --memory 1 --password **** --image-id uimage-fya3qr
8787
88- UHost:[uhost-tr1eau ] created successfully!
88+ UHost:[uhost-tr1e ] created successfully!
8989```
9090
9191* Note*
@@ -116,7 +116,7 @@ Configure the GlobalSSH to the uhost instance and login the instance via GlobalS
116116
117117```
118118$ ucloud gssh create --location Washington --target-ip 152.32.140.92
119- ResourceID: uga-pdhxvs
119+ gssh[ uga-0psxxx] created
120120
121121$ ssh root@152.32.140.92.ipssh.net
122122root@152.32.140.92.ipssh.net's password: password of the uhost instance
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/"
2929const DefaultProfile = "default"
3030
3131//Version 版本号
32- const Version = "0.1.7 "
32+ const Version = "0.1.8 "
3333
3434//ConfigIns 配置实例, 程序加载时生成
3535var ConfigIns = & AggConfig {}
You can’t perform that action at this time.
0 commit comments