From d171df1c5f71509c172fef4f8508e66c922554c9 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 29 Nov 2022 12:24:47 +0800 Subject: Move to alpine. Fix #6. --- tool/aio.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tool/aio.py') diff --git a/tool/aio.py b/tool/aio.py index 467b7ca..3d44310 100755 --- a/tool/aio.py +++ b/tool/aio.py @@ -186,6 +186,7 @@ def run(): install_docker() console.print( "Succeeded to install docker. Please re-login to take effect.", style="green") + case "docker": docker_action = args.docker_action @@ -226,6 +227,7 @@ def run(): domains = list_domains(domain) for domain in domains: console.print(domain) + case "nginx": domain = check_domain_is_defined() nginx(domain, console) @@ -265,6 +267,7 @@ def run(): test_crupest_api(console) case _: console.print("Test action invalid.", style="red") + case "dns": domain = check_domain_is_defined() if domain is not None: -- cgit v1.2.3