diff --git a/cli/webapp.py b/cli/webapp.py index b75ac60..0fafae3 100644 --- a/cli/webapp.py +++ b/cli/webapp.py @@ -169,3 +169,13 @@ def reload( webapp = Webapp(domain_name) webapp.reload() typer.echo(snakesay(f"{domain_name} has been reloaded")) + + +@app.command() +def delete_logs(): + raise NotImplementedError + + +@app.command() +def install_ssl(): + raise NotImplementedError