You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
bin | 3 years ago | |
uncloud_cli | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
setup.py | 3 years ago |
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