Go to file
ahmadbilalkhalid 5eb867f04b OTP credentials are now read from ~/.ucloud.conf, LICENSE added 2019-12-02 23:18:07 +05:00
bin converted to python package 2019-12-02 22:37:14 +05:00
ucloud_cli OTP credentials are now read from ~/.ucloud.conf, LICENSE added 2019-12-02 23:18:07 +05:00
.gitignore OTP credentials are now read from ~/.ucloud.conf, LICENSE added 2019-12-02 23:18:07 +05:00
LICENSE OTP credentials are now read from ~/.ucloud.conf, LICENSE added 2019-12-02 23:18:07 +05:00
README.md OTP credentials are now read from ~/.ucloud.conf, LICENSE added 2019-12-02 23:18:07 +05:00
setup.py converted to python package 2019-12-02 22:37:14 +05:00

README.md

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