Skip to content

Commit

Permalink
docs: add live-logs flag (#2603)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Plischke authored Jan 25, 2024
1 parent 29083d4 commit e1ee495
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/dev/cli/saucectl/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ Execute tests according to the environment, framework, and test suite specificat
<td><span className="t-cli">-h</span></td>
<td>Usage information for the <code>run</code> command.</td>
</tr>
<tr>
<td><span className="t-cli"><a href="#--help">--live-logs</a></span></td>
<td></td>
<td>Tail the live log output from a running Sauce Orchestrate container.</td>
</tr>
<tr>
<td><span className="t-cli"><a href="#--no-color">--no-color</a></span></td>
<td></td>
Expand Down Expand Up @@ -366,6 +371,19 @@ Usage information for the `run` command.

</div>

### <span className="cli">--live-logs</span>

<div className="cli-desc">
<p><small>| OPTIONAL | BOOLEAN | <span className="sauceGreen">Sauce Orchestrate Only</span></small></p>

Tail the live log output from a running Sauce Orchestrate container.

```bash
saucectl run --live-logs
```

</div>

### <span className="cli">--no-color</span>

<div className="cli-desc">
Expand Down

0 comments on commit e1ee495

Please sign in to comment.