Add args to just commands

This commit is contained in:
Grant 2025-03-22 21:57:10 -06:00
parent 211b84b8b5
commit bcaeafa455

View File

@ -1,13 +1,13 @@
update:
bws run 'helmfile deps'
deploy:
bws run 'helmfile apply'
deploy ARGS='':
bws run 'helmfile apply {{ARGS}}'
sdiff:
sdiff ARGS='':
bws run 'helmfile diff --output simple'
ddiff:
ddiff ARGS='':
bws run 'helmfile diff --output dyff'
cleanuppods: