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.
skaffold build --profile local --file-output='tags.json'
skaffold test --build-artifacts='tags.json'
docker run --rm -it -v "$PWD:/workdir" ghcr.io/cdktf/cli:latest synth
skaffold config set --global collect-metrics false