Skip to content

conftest.dev

Write tests against structured configuration data using the Open Policy Agent Rego query language

Package Information

  • Domain: conftest.dev
  • Name: conftest.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install conftest

Programs

This package provides the following executable programs:

  • conftest

Aliases

This package can also be accessed using these aliases:

  • conftest

Available Versions

Show all 19 versions
  • 0.61.2, 0.61.1, 0.61.0, 0.60.0, 0.59.0
  • 0.58.0, 0.57.0, 0.56.0, 0.55.0, 0.54.0
  • 0.53.0, 0.52.0, 0.51.0, 0.50.0, 0.49.1
  • 0.49.0, 0.48.0, 0.47.0, 0.46.0

Latest Version: 0.61.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +conftest.dev@0.61.2 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.conftestdev

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.