Skip to content

devantler-tech/dotnet-k9s-cli

🐶 .NET K9s CLI

License Test codecov

A simple .NET library that embeds the K9s CLI.

🚀 Getting Started

Prerequisites

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

Installation

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

dotnet add package DevantlerTech.K9sCLI

📝 Usage

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

using DevantlerTech.K9sCLI;

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

About

A simple .NET library that embeds the K9s CLI.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors 6

Languages