Skip to content

flipt.io

Enterprise-ready, GitOps enabled, CloudNative feature management solution

Package Information

  • Domain: flipt.io
  • Name: flipt.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install flipt

Programs

This package provides the following executable programs:

  • flipt

Aliases

This package can also be accessed using these aliases:

  • flipt

Available Versions

Show all 39 versions
  • 1.58.5, 1.58.4, 1.58.3, 1.58.2, 1.58.1
  • 1.58.0, 1.57.0, 1.56.0, 1.55.1, 1.55.0
  • 1.54.2, 1.54.1, 1.54.0, 1.53.2, 1.53.1
  • 1.53.0, 1.52.2, 1.52.1, 1.52.0, 1.51.1
  • 1.51.0, 1.50.1, 1.50.0, 1.49.2, 1.49.1
  • 1.49.0, 1.48.1, 1.48.0, 1.47.1, 1.47.0
  • 1.46.3, 1.46.2, 1.46.1, 1.46.0, 1.45.2
  • 1.45.1, 1.45.0, 1.44.1, 1.44.0

Latest Version: 1.58.5

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +flipt.io@1.58.5 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.fliptio

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.