Skip to content

alewis001/pulumi-flux

 
 

Repository files navigation

Flux Pulumi Provider

The Flux Provider lets you manage FluxCD resources. This provider wraps the existing Terraform Provider Flux.

Installing

This package is available for several languages/platforms:

Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

npm install @worawat/flux

or yarn:

yarn add @worawat/flux

Python

To use from Python, install using pip:

pip install pulumi-flux

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/oun/pulumi-flux/sdk/go/...

.NET

To use from .NET, install using dotnet add package:

dotnet add package Pulumi.Flux

Examples

Find working Python code samples in the ./examples directory.

Reference

For detailed reference documentation, please visit the the Pulumi registry.

About

Pulumi provider for FluxCD

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 43.9%
  • C# 22.6%
  • Go 13.0%
  • TypeScript 12.9%
  • Makefile 6.3%
  • JavaScript 1.3%