Skip to content

kubeconform

A FAST Kubernetes manifests validator, with support for Custom Resources!

Package Information

  • Domain: github.com/yannh/kubeconform
  • Name: kubeconform
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install kubeconform

Programs

This package provides the following executable programs:

  • kubeconform

Available Versions

Show all 5 versions
  • 0.7.0, 0.6.7, 0.6.6, 0.6.5, 0.6.4

Latest Version: 0.7.0

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.kubeconform

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.