diff tasks.py @ 68:4a28a6b26af4

new task
author drewp@bigasterisk.com
date Thu, 05 May 2022 00:04:08 -0700
parents b46df76991b6
children f0e59adf7b91
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):