Skip to content

Commit

Permalink
GITBOOK-679: CLI docs should mention flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gewenyu99 authored and gitbook-bot committed Jan 3, 2025
1 parent 7ea6253 commit 2f89daa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ The Trunk CLI can be used for:
* [Trunk Code Quality](../code-quality/): a pluggable metalinter/superlinter with a builtin language server and pre-existing issue detection
* [Trunk Tools:](getting-started/tools.md) hermetic runtime and CLI tool manager
* [Trunk Actions](getting-started/actions/): local workflow automation and githooks manager
* [Trunk Merge Queue](../merge-queue/): a merge queue to make merging code in GitHub safer and easier
* [Trunk Merge](../merge-queue/): a merge queue to make merging code in GitHub safer and easier
* [Trunk Flaky Tests](../flaky-tests/): upload test results to Trunk Flaky Tests to detect, quarantine, and eliminates flaky tests.

[Trunk Quality](../code-quality/) and [Trunk Actions](getting-started/actions/) can be used entirely locally without depending on hosted services or even having a Trunk account.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Install</strong></td><td>Install the Trunk CLI for your system.</td><td></td><td><a href="install.md">install.md</a></td></tr><tr><td><strong>Compatibility</strong></td><td>System compatibility information.</td><td></td><td><a href="compatibility.md">compatibility.md</a></td></tr><tr><td><strong>Commands</strong></td><td>A reference of all CLI commands.</td><td></td><td><a href="commands-reference/">commands-reference</a></td></tr><tr><td><strong>Configuration</strong></td><td>A reference of all configurable CLI options. </td><td></td><td><a href="configuration/">configuration</a></td></tr></tbody></table>
<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Install</strong></td><td>Install the Trunk CLI for your system.</td><td></td><td><a href="install.md">install.md</a></td></tr><tr><td><strong>Compatibility</strong></td><td>System compatibility information.</td><td></td><td><a href="compatibility.md">compatibility.md</a></td></tr><tr><td><strong>Commands</strong></td><td>A reference of all CLI commands.</td><td></td><td><a href="commands-reference/">commands-reference</a></td></tr><tr><td><strong>Configuration</strong></td><td>A reference of all configurable CLI options.</td><td></td><td><a href="configuration/">configuration</a></td></tr></tbody></table>
1 change: 1 addition & 0 deletions summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
* [Getting Started](cli/getting-started/README.md)
* [Code Quality](code-quality/README.md)
* [Merge Queue](merge-queue/command-line.md)
* [Flaky Tests](flaky-tests/get-started/README.md)
* [Tools](cli/getting-started/tools.md)
* [Actions](cli/getting-started/actions/README.md)
* [Git Hooks](cli/getting-started/actions/git-hooks.md)
Expand Down

0 comments on commit 2f89daa

Please sign in to comment.