Skip to content

devantler-tech/dotnet-kustomize-cli

Ⓚ .NET Kustomize CLI

License Test codecov

A simple .NET library that embeds the Kustomize CLI.

🚀 Getting Started

Prerequisites

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

Installation

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

dotnet add package DevantlerTech.KustomizeCLI

📝 Usage

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

using DevantlerTech.KustomizeCLI;

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

About

A simple .NET library that embeds the Kustomize CLI.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages