From e1ee4959ce12693a83a4bee7dd8c38a2e61a0314 Mon Sep 17 00:00:00 2001 From: Alex Plischke Date: Thu, 25 Jan 2024 09:23:06 -0800 Subject: [PATCH] docs: add live-logs flag (#2603) --- docs/dev/cli/saucectl/run.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/dev/cli/saucectl/run.md b/docs/dev/cli/saucectl/run.md index 5d049fa3ef..894699d02d 100644 --- a/docs/dev/cli/saucectl/run.md +++ b/docs/dev/cli/saucectl/run.md @@ -87,6 +87,11 @@ Execute tests according to the environment, framework, and test suite specificat -h Usage information for the run command. + + --live-logs + + Tail the live log output from a running Sauce Orchestrate container. + --no-color @@ -366,6 +371,19 @@ Usage information for the `run` command. +### --live-logs + +
+

| OPTIONAL | BOOLEAN | Sauce Orchestrate Only

+ +Tail the live log output from a running Sauce Orchestrate container. + +```bash +saucectl run --live-logs +``` + +
+ ### --no-color