Go to file
Nico Schottelius e49c2c54d5 ++stuff 2019-12-31 17:09:52 +01:00
bin ++stuff 2019-12-31 17:09:52 +01:00
conf ++stuff 2019-12-31 17:09:52 +01:00
uncloud_cli s/ucloud/uncloud/g 2019-12-31 13:24:51 +01:00
.gitignore ssh subcommand added for vm command + config file added 2019-12-23 18:23:18 +05:00
LICENSE OTP credentials are now read from ~/.ucloud.conf, LICENSE added 2019-12-02 23:18:07 +05:00
README.md README updated 2019-12-02 23:18:48 +05:00
setup.py ssh subcommand added for vm command + config file added 2019-12-23 18:23:18 +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 and of OTP_NAME, OTP_REALM, OTP_SEED to your actual OTP credentials.

cat > ~/.ucloud.conf <<EOF
UCLOUD_API_SERVER=http://localhost:5000
OTP_NAME=my_otp_name
OTP_REALM=my_otp_realm
OTP_SEED=my_otp_seed
EOF