added invoke cleanup task
This commit is contained in:
parent
75acbf4dae
commit
980ab1526d
1 changed files with 8 additions and 0 deletions
8
tasks.py
8
tasks.py
|
@ -191,6 +191,14 @@ def gui(c):
|
|||
c.run("poetry run scripts/core-pygui", pty=True)
|
||||
|
||||
|
||||
@task
|
||||
def cleanup(c):
|
||||
"""
|
||||
run core-cleanup removing leftover core nodes, bridges, directories
|
||||
"""
|
||||
c.run(f"sudo daemon/scripts/core-cleanup", pty=True)
|
||||
|
||||
|
||||
@task
|
||||
def test(c):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue