Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

devantler-tech/dotnet-cilium-cli

🕸️ .NET Cilium CLI

License Test codecov

A simple .NET library that embeds the Cilium CLI.

🚀 Getting Started

Prerequisites

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

Installation

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

dotnet add package DevantlerTech.CiliumCLI

📝 Usage

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

using DevantlerTech.CiliumCLI;

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

About

A simple .NET library that embeds the Cilium CLI.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors 6

Languages