Add args to just commands
This commit is contained in:
parent
211b84b8b5
commit
bcaeafa455
8
justfile
8
justfile
@ -1,13 +1,13 @@
|
|||||||
update:
|
update:
|
||||||
bws run 'helmfile deps'
|
bws run 'helmfile deps'
|
||||||
|
|
||||||
deploy:
|
deploy ARGS='':
|
||||||
bws run 'helmfile apply'
|
bws run 'helmfile apply {{ARGS}}'
|
||||||
|
|
||||||
sdiff:
|
sdiff ARGS='':
|
||||||
bws run 'helmfile diff --output simple'
|
bws run 'helmfile diff --output simple'
|
||||||
|
|
||||||
ddiff:
|
ddiff ARGS='':
|
||||||
bws run 'helmfile diff --output dyff'
|
bws run 'helmfile diff --output dyff'
|
||||||
|
|
||||||
cleanuppods:
|
cleanuppods:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user