Skip to content

Commit

Permalink
#5 stubs for commands re-implementing existing scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
filiplajszczak committed May 21, 2021
1 parent 1f58cd7 commit c803476
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cli/webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c803476

Please sign in to comment.