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)
|
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
|
@task
|
||||||
def test(c):
|
def test(c):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue