Skip to main content
Home

Built and signed on GitHub Actions

A ready to use CI/CD Pipeline to validate Kubernetes YAML files

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
70%
Published
a year ago (0.1.2)

Module: Kubeconform

dagger-min-version deno compatibility ci

Daggerized version of kubeconform.

🚀 Usage

dagger -m github.com/tsirysndr/daggerverse/kubeconform call lint --src <source>

🧑‍🔬 Example

dagger -m github.com/tsirysndr/daggerverse/kubeconform call lint --src . 
dagger call -m github.com/tsirysndr/daggerverse/kubeconform dev --src . terminal

Arguments

Name Description Required Default
--src The source directory true -
--output-format The output format false text
--dir The directory that contains k8s manifests false .

🧑‍💻 Programmatic usage

import { lint } from 'jsr:@fx/kubeconform';

await lint(".");
Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fx/kubeconform

Import symbol

import * as kubeconform from "@fx/kubeconform";
or

Import directly with a jsr specifier

import * as kubeconform from "jsr:@fx/kubeconform";

Add Package

pnpm i jsr:@fx/kubeconform
or (using pnpm 10.8 or older)
pnpm dlx jsr add @fx/kubeconform

Import symbol

import * as kubeconform from "@fx/kubeconform";

Add Package

yarn add jsr:@fx/kubeconform
or (using Yarn 4.8 or older)
yarn dlx jsr add @fx/kubeconform

Import symbol

import * as kubeconform from "@fx/kubeconform";

Add Package

npx jsr add @fx/kubeconform

Import symbol

import * as kubeconform from "@fx/kubeconform";

Add Package

bunx jsr add @fx/kubeconform

Import symbol

import * as kubeconform from "@fx/kubeconform";