From bcaeafa4551cb3dd44c10fd8687655e0cf3e7158 Mon Sep 17 00:00:00 2001 From: Grant <5445379+grantdhunter@users.noreply.github.com> Date: Sat, 22 Mar 2025 21:57:10 -0600 Subject: [PATCH] Add args to just commands --- justfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/justfile b/justfile index 362be62..7567c6c 100644 --- a/justfile +++ b/justfile @@ -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: