Skip to content

devantler-tech/dotnet-kustomize-cli

Repository files navigation

Ⓚ .NET Kustomize CLI

License Test codecov

Show/hide folder structure
.
├── .github
│   ├── scripts
│   └── workflows
├── Devantler.KustomizeCLI
│   └── runtimes
│       ├── linux-arm64
│       │   └── native
│       ├── linux-x64
│       │   └── native
│       ├── osx-arm64
│       │   └── native
│       ├── osx-x64
│       │   └── native
│       ├── win-arm64
│       │   └── native
│       └── win-x64
│           └── native
└── Devantler.KustomizeCLI.Tests
    └── KustomizeTests

20 directories

A simple .NET library that embeds the Kustomize CLI.

🚀 Getting Started

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

dotnet add package Devantler.KustomizeCLI

📝 Usage

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

using Devantler.KustomizeCLI;

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

About

A simple .NET library that embeds the Kustomize CLI.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages