No description
bin | ||
ucloud_cli | ||
.gitignore | ||
LICENSE | ||
README.md | ||
setup.py |
ucloud-cli
Command line utility to interact with ucloud server.
Installation
From Source
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.
cat > ~/.ucloud.conf <<EOF
UCLOUD_API_SERVER=http://localhost:5000
EOF