Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 647 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 647 Bytes

cdktf-cli

Docker image for cdktf-cli. A CLI that allows users to run commands to initialize, import, and synthesize CDK for Terraform applications.

NOTE: This project was developed by a community contributor and is not being maintained by HashiCorp.

build

skaffold build --profile local --file-output='tags.json'

test

skaffold test --build-artifacts='tags.json'

Usage

docker run --rm -it -v "$PWD:/workdir" ghcr.io/cdktf/cli:latest synth

Disable skaffold metric collection

skaffold config set --global collect-metrics false