You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ echo "e174c2ef268f4b653062d0e1331bf642134a0fafbb745b407969a194d7c1bc0c *ucloud-cli-macosx-0.1.1-amd64.tgz" | shasum -a 256 -c
21
26
$ tar -zxf ucloud-cli.tgz
22
27
$ cp ucloud /usr/local/bin
23
28
```
@@ -35,6 +40,8 @@ $ make install
35
40
36
41
### Config UCloud CLI
37
42
38
-
After install the cli, run 'ucloud config' to complete the cli configuration following the tips.
43
+
After install the cli, run 'ucloud config' to complete the cli configuration following the tips. Local settings will be saved in directory $HOME/.ucloud
39
44
45
+
### Uninstall UCloud CLI
40
46
47
+
Remove the executable file /user/local/bin/ucloud and the directory $HOME/.ucloud
0 commit comments