Skip to content

devantler-tech/dotnet-flux-cli

🔁 .NET Flux CLI

License Test codecov

A simple .NET library that embeds the Flux CLI.

🚀 Getting Started

Prerequisites

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

Installation

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

dotnet add package DevantlerTech.FluxCLI

📝 Usage

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

using DevantlerTech.FluxCLi;

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

About

A simple .NET library that embeds the Flux CLI.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors 7

Languages