From 2ba65cce12dfa5f348e244c3451639fd6662aec2 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Wed, 22 Apr 2026 18:49:18 +0200 Subject: [PATCH] added variables in deploy function usage message --- bashrc_overrides/deploy | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc_overrides/deploy b/bashrc_overrides/deploy index d886286..bdd9412 100644 --- a/bashrc_overrides/deploy +++ b/bashrc_overrides/deploy @@ -5,6 +5,7 @@ deploy() { SERVICE="$1" if [ "$#" -lt 1 ]; then echo "Usage: deploy [service-name]" + echo "Variable overrides: REPO_HOST - REPO_ORG - DEPLOY_DIRECTORY" return fi if [ "$#" -gt 1 ]; then