chore(release): 2026.1.11-3

This commit is contained in:
Peter Steinberger
2026-01-11 01:38:07 +01:00
parent 21ba04755b
commit 506cc9e7a1
4 changed files with 10 additions and 4 deletions

View File

@@ -198,7 +198,7 @@ export function formatGatewayProvidersStatusLines(
lines.push("");
}
lines.push(
`Tip: ${formatDocsLink("/cli#status", "status --deep")} runs local probes without a gateway.`,
`Tip: ${formatDocsLink("/cli#status", "status --deep")} adds gateway health probes to status output (requires a reachable gateway).`,
);
return lines;
}
@@ -378,7 +378,7 @@ async function formatConfigProvidersStatusLines(
lines.push("");
lines.push(
`Tip: ${formatDocsLink("/cli#status", "status --deep")} runs local probes without a gateway.`,
`Tip: ${formatDocsLink("/cli#status", "status --deep")} adds gateway health probes to status output (requires a reachable gateway).`,
);
return lines;
}