diff --git a/bin/ucloud-cli b/bin/ucloud-cli index 13cd678..2b27f14 100755 --- a/bin/ucloud-cli +++ b/bin/ucloud-cli @@ -2,14 +2,14 @@ import click import sys - -from ucloud_cli.commands.vm import vm -from ucloud_cli.commands.user import user -from ucloud_cli.commands.host import host -from ucloud_cli.commands.image import image -from ucloud_cli.commands.network import network -from ucloud_cli.helper import exception_handler +from uncloud_cli.commands.vm import vm +from uncloud_cli.commands.user import user +from uncloud_cli.commands.host import host +from uncloud_cli.commands.image import image +from uncloud_cli.commands.network import network + +from uncloud_cli.helper import exception_handler @click.group() diff --git a/conf/ucloud-cli.conf b/conf/uncloud-cli.conf similarity index 63% rename from conf/ucloud-cli.conf rename to conf/uncloud-cli.conf index 54b0dea..259f643 100644 --- a/conf/ucloud-cli.conf +++ b/conf/uncloud-cli.conf @@ -1,4 +1,4 @@ OTP_NAME=replace_me OTP_REALM=replace_me OTP_SEED=replace_me -UCLOUD_API_SERVER=http://[::]:5000 \ No newline at end of file +UCLOUD_API_SERVER=http://[::]:10001 \ No newline at end of file