From 46dd32aa010100a4f3cdaade834d3f0484fe182b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Justen?= Date: Mon, 30 Dec 2024 03:43:37 -0300 Subject: [PATCH] Add missing checks:set to checks help --- plugins/checks/help-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/checks/help-functions b/plugins/checks/help-functions index b5328dbaf..fd96aefbe 100755 --- a/plugins/checks/help-functions +++ b/plugins/checks/help-functions @@ -31,6 +31,7 @@ fn-help-content() { checks:enable [process-type(s)], Enable zero-downtime deployment for all processes (or comma-separated process-type list) checks:report [] [], Displays a checks report for one or more apps checks:run [process-type(s)], Runs zero-downtime checks for all processes (or comma-separated process-type list) + checks:set [--global|] , Set or clear a logs property for an app checks:skip [process-type(s)], Skip zero-downtime checks for all processes (or comma-separated process-type list) help_content }