From 52ed1a5538f37b3e26cf32ef8896f7a3d9bbc148 Mon Sep 17 00:00:00 2001 From: Tortue Torche Date: Sat, 10 Aug 2019 23:29:37 -0400 Subject: [PATCH] Add --detect-job as an optional flag to status, tasks and tasks:healthy actions --- psu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/psu b/psu index 90f77e8..d404738 100644 --- a/psu +++ b/psu @@ -58,10 +58,10 @@ main() { "undeploy;Undeploy/remove the stack;url|user|password|name;endpoint|insecure|verbose|debug|strict" "list;Lists of the stacks already deployed;url|user|password;endpoint|quiet|insecure|verbose|debug|help" "info;Stack information;url|user|password|name;endpoint|quiet|insecure|verbose|debug" - "status;Check if the stack is running/deployed correctly;url|user|password|name;endpoint|service|timeout|insecure|verbose|debug" + "status;Check if the stack is running/deployed correctly;url|user|password|name;endpoint|service|detect-job|timeout|insecure|verbose|debug" "services;Lists services already deployed for the current stack;url|user|password|name;endpoint|quiet|insecure|verbose|debug" - "tasks;Lists tasks for the current stack;url|user|password|name;endpoint|service|timeout|quiet|insecure|verbose|debug" - "tasks:healthy;Lists tasks who are running correctly for the current stack;url|user|password|name;endpoint|service|timeout|quiet|insecure|verbose|debug" + "tasks;Lists tasks for the current stack;url|user|password|name;endpoint|service|detect-job|timeout|quiet|insecure|verbose|debug" + "tasks:healthy;Lists tasks who are running correctly for the current stack;url|user|password|name;endpoint|service|detect-job|timeout|quiet|insecure|verbose|debug" "containers;Lists containers running for the current stack;url|user|password|name;endpoint|service|quiet|insecure|verbose|debug" "actions;Lists available actions of this program;;verbose|debug" "help;Display help message"