uncloud-cli/README.md

23 lines
430 B
Markdown
Raw Normal View History

2019-12-02 17:37:14 +00:00
# ucloud-cli
Command line utility to interact with ucloud server.
2019-12-02 17:37:14 +00:00
## Installation
### From Source
```sh
pip3 install git+https://code.ungleich.ch/ucloud/ucloud-cli.git@master
```
### From PyPi
Coming Soon..
## Configuration
Make sure to edit the value for `UCLOUD_API_SERVER` below to the URL where your intended ucloud api server is running.
```sh
cat > ~/.ucloud.conf <<EOF
UCLOUD_API_SERVER=http://localhost:5000
EOF
```