From 2f89daa505ca09b1406c7c051db5431509a50f0c Mon Sep 17 00:00:00 2001 From: Vincent Ge Date: Fri, 3 Jan 2025 18:15:33 +0000 Subject: [PATCH] GITBOOK-679: CLI docs should mention flaky tests --- cli/README.md | 5 +++-- summary.md | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cli/README.md b/cli/README.md index eab377ae..905d1815 100644 --- a/cli/README.md +++ b/cli/README.md @@ -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. -
InstallInstall the Trunk CLI for your system.install.md
CompatibilitySystem compatibility information.compatibility.md
CommandsA reference of all CLI commands.commands-reference
ConfigurationA reference of all configurable CLI options. configuration
+
InstallInstall the Trunk CLI for your system.install.md
CompatibilitySystem compatibility information.compatibility.md
CommandsA reference of all CLI commands.commands-reference
ConfigurationA reference of all configurable CLI options.configuration
diff --git a/summary.md b/summary.md index 9715d1df..c9829292 100644 --- a/summary.md +++ b/summary.md @@ -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)