From 7e58f77cc3c022d496fb19080de6d76fd1c7c89b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Sat, 15 Nov 2025 21:28:45 +0100 Subject: [PATCH] docs: Use 'dotnet new install' instead of deprecated --install switch This is to avoid dotnet warning: Warning: use of 'dotnet new --install' is deprecated. Use 'dotnet new install' instead. --- docs/docs/operator/getting-started.mdx | 2 +- src/KubeOps.Templates/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/operator/getting-started.mdx b/docs/docs/operator/getting-started.mdx index 1221c77e..dd707bb6 100644 --- a/docs/docs/operator/getting-started.mdx +++ b/docs/docs/operator/getting-started.mdx @@ -24,7 +24,7 @@ For local development, we recommend using `kind` or Docker Desktop as it provide KubeOps provides templates to help you get started quickly. Install them using the .NET CLI: ```bash -dotnet new --install KubeOps.Templates::* +dotnet new install KubeOps.Templates ``` KubeOps offers several template types: diff --git a/src/KubeOps.Templates/README.md b/src/KubeOps.Templates/README.md index f5816634..c749f021 100644 --- a/src/KubeOps.Templates/README.md +++ b/src/KubeOps.Templates/README.md @@ -15,7 +15,7 @@ To install the template package, use the `dotnet` cli (or you may use the exact version as provided in the link above): ```bash -dotnet new --install KubeOps.Templates::* +dotnet new install KubeOps.Templates ``` As soon as the templates are installed, you may use them with the short names below: