Ejemplo n.º 1
0
def cli(verbose):
    """
    Floyd CLI interacts with Floyd server and executes your commands.
    More help is available under each command listed below.
    """
    floyd.floyd_host = floyd.floyd_web_host = "https://dev.floydhub.com"
    floyd.floyd_proxy_host = "https://dev.floydhub.com:8000"
    configure_logger(verbose)
    check_cli_version()
Ejemplo n.º 2
0
def cli(verbose):
    """
    Floyd CLI interacts with FloydHub server and executes your commands.
    More help is available under each command listed below.
    """
    floyd.floyd_host = floyd.floyd_web_host = "https://dev.floydhub.com"
    floyd.tus_server_endpoint = "https://upload-v2-dev.floydhub.com/api/v1/upload/"
    configure_logger(verbose)
    check_cli_version()
Ejemplo n.º 3
0
def cli(verbose):
    """
    Floyd CLI interacts with FloydHub server and executes your commands.
    More help is available under each command listed below.
    """
    floyd.floyd_host = "http://localhost:8080"
    floyd.floyd_web_host = "http://localhost:3000"
    floyd.tus_server_endpoint = "http://localhost:1080"
    configure_logger(verbose)
    check_cli_version()