Skip to content

devantler-tech/dotnet-kubeconform-cli

Repository files navigation

🔎 .NET Kubeconform CLI

License Test codecov

A simple .NET library that embeds the Kubeconform CLI.

🚀 Getting Started

Prerequisites

  • .NET 9.0 or later
  • Kubeconform CLI installed and available in your system's PATH

Installation

To get started, you can install the package from NuGet.

dotnet add package DevantlerTech.KubeconformCLI

📝 Usage

You can execute the Kubeconform CLI commands using the Kubeconform class.

using DevantlerTech.KubeconformCLI;

var (exitCode, output) = await Kubeconform.RunAsync(["arg1", "arg2"]);

About

A simple .NET library that embeds the Kubeconform CLI.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors 5

Languages