Skip to content

Latest commit

Β 

History

History
37 lines (26 loc) Β· 1.2 KB

README.md

File metadata and controls

37 lines (26 loc) Β· 1.2 KB

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(".");