changeset 68:4a28a6b26af4

new task
author drewp@bigasterisk.com
date Thu, 05 May 2022 00:04:08 -0700
parents 2f2e88849415
children 659e4b228909
files tasks.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tasks.py	Wed May 04 23:40:14 2022 -0700
+++ b/tasks.py	Thu May 05 00:04:08 2022 -0700
@@ -57,6 +57,10 @@
 def kube(ctx):
     ctx.run(cmd + 'inventory.py kube.py ', pty=True)
 
+@task
+def kube_bang(ctx):
+    ctx.run(cmd + 'inventory.py kube.py --limit bang', pty=True)
+
 
 @task
 def sync(ctx):