From 605cc1321463d0d816b39f9559ac9d6226f77791 Mon Sep 17 00:00:00 2001 From: Justin Edelson Date: Mon, 18 Oct 2021 14:17:23 -0400 Subject: [PATCH] fix(start-execution): clarify emergency flag. fixes #535 --- src/commands/cloudmanager/pipeline/create-execution.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/cloudmanager/pipeline/create-execution.js b/src/commands/cloudmanager/pipeline/create-execution.js index 155b43d4..baaeb662 100644 --- a/src/commands/cloudmanager/pipeline/create-execution.js +++ b/src/commands/cloudmanager/pipeline/create-execution.js @@ -43,7 +43,7 @@ StartExecutionCommand.flags = { ...commonFlags.global, ...commonFlags.programId, emergency: flags.boolean({ - description: 'create the execution in emergency mode', + description: 'create the execution in emergency mode. emergency mode will skip certain steps and is only available to select AMS customers.', allowNo: true, }), }