From 22cf7f8974ce08a6bd440b79d0c2ea83890d9279 Mon Sep 17 00:00:00 2001 From: Alan B <961130+defenestration@users.noreply.github.com> Date: Thu, 21 Aug 2025 10:46:51 -0400 Subject: [PATCH] Update cli.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it seems like `dotnet kubeops version` does not work but `dotnet kubeops api-version` is the intended command here. ❯ dotnet kubeops --version 9.11.2+946bf1d8537664fe5dbf068659a809aa94f7ce57 --- docs/docs/operator/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/operator/cli.mdx b/docs/docs/operator/cli.mdx index dd4bde3c..c2bea40b 100644 --- a/docs/docs/operator/cli.mdx +++ b/docs/docs/operator/cli.mdx @@ -101,7 +101,7 @@ Common options: The `version` command shows information about your current Kubernetes cluster: ```bash -dotnet kubeops version +dotnet kubeops api-version ``` This displays: