From 05671cbdad274fd9bdcb41d9ff1e12a36a8fa5c5 Mon Sep 17 00:00:00 2001 From: marc bassil Date: Mon, 10 Feb 2020 15:03:08 -0500 Subject: [PATCH] updating help message --- src/argo-bot.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/argo-bot.ts b/src/argo-bot.ts index 2e49b7f..620e3b9 100644 --- a/src/argo-bot.ts +++ b/src/argo-bot.ts @@ -20,8 +20,8 @@ supported flags: --auto-sync: diffs all apps with auto sync enabled against yaml files/helm charts on current branch --dir [dir name] or -d [dir name]: diffs all yaml files/helm charts in a specific directory against what's deployed in GKE will look in subdirectories i.e 'argo diff -d /abc' will also check attempt to diff all deployments in 'abc' dir ---app [app name] or -a [app name]: diffs all yaml manifests/helm charts for a specific app against what's deploymed in GKE - will look in subdirectories where argo app is deployed i.e 'argo app diff -a quickset' will diff against 'projects/quickset/quickset' +--app [app name] or -a [app name]: diffs all yaml manifests/helm charts for a specific app against what's deployed in GKE + will look in subdirectories where argo app is deployed i.e 'argo app diff -a app1' will diff against git repo where app1 manifests reside --all: diffs all apps on current branch against what's deployed in GKE (default behavior)`; const BotHelp = Object.freeze({Diff: diffHelp,