Mercurial > code > home > repos > infra
comparison tasks.py @ 68:4a28a6b26af4
new task
author | drewp@bigasterisk.com |
---|---|
date | Thu, 05 May 2022 00:04:08 -0700 |
parents | b46df76991b6 |
children | f0e59adf7b91 |
comparison
equal
deleted
inserted
replaced
67:2f2e88849415 | 68:4a28a6b26af4 |
---|---|
55 | 55 |
56 @task | 56 @task |
57 def kube(ctx): | 57 def kube(ctx): |
58 ctx.run(cmd + 'inventory.py kube.py ', pty=True) | 58 ctx.run(cmd + 'inventory.py kube.py ', pty=True) |
59 | 59 |
60 @task | |
61 def kube_bang(ctx): | |
62 ctx.run(cmd + 'inventory.py kube.py --limit bang', pty=True) | |
63 | |
60 | 64 |
61 @task | 65 @task |
62 def sync(ctx): | 66 def sync(ctx): |
63 ctx.run(cmd + 'inventory.py sync.py ', pty=True) | 67 ctx.run(cmd + 'inventory.py sync.py ', pty=True) |
64 | 68 |