0.1.3 • Published 1 year ago

crd-to-cdktf v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

crd-to-cdktf

Turn Kubernetes Custom Resource Definitions (CRDs) into typesafe CDKTF constructs

Installation

Install crd-to-cdktf as an npm dependency in your project:

npm i -D crd-to-cdktf

Or download crd-to-cdktf as a single executable application from the releases page.

Usage

Usage: crd-to-cdktf [OPTIONS] [FILE]
  When FILE is not provided, read from stdin.
  Options:
    -h, --help    Print this help message
    -o, --output  Output directory
  Examples:
    kubectl get crds -o yaml | crd-to-cdktf -o crds
    crd-to-cdktf mycrd.yaml -o crds
0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago