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

cdktf/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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