Skip to content

flux

Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.

Package Information

  • Domain: fluxcd.io/flux2
  • Name: flux
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install flux

Programs

This package provides the following executable programs:

  • flux

Available Versions

Show all 14 versions
  • 2.6.4, 2.6.3, 2.6.2, 2.6.1, 2.6.0
  • 2.5.1, 2.5.0, 2.4.0, 2.3.0, 2.2.3
  • 2.2.2, 2.2.1, 2.2.0, 2.1.2

Latest Version: 2.6.4

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) flux -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.flux

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.