From 527dcf7f755f12414c5fd512f6152afb9b96a6f0 Mon Sep 17 00:00:00 2001 From: Gabe Gorelick Date: Mon, 1 Jun 2026 09:48:16 -0400 Subject: [PATCH] feat!: `cdktn init` now takes `--cdktn-version` See open-constructs/cdk-terrain#228 --- content/cli-reference/commands.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cli-reference/commands.mdx b/content/cli-reference/commands.mdx index 15afe87..9ddff86 100644 --- a/content/cli-reference/commands.mdx +++ b/content/cli-reference/commands.mdx @@ -449,7 +449,7 @@ Options: --project-description The description of the project. [string] --dist Install dependencies from a "dist" directory (for development) [string] --local Use local state storage for generated Terraform. [boolean] [default: false] - --cdktf-version The cdktn version to use while creating a new project. [string] [default: "0.0.0"] + --cdktn-version The cdktn version to use while creating a new project. [string] [default: "0.0.0"] --from-terraform-project Use a terraform project as the basis, CDK constructs will be generated based on the .tf files in the path [string] --enable-crash-reporting Enable crash reporting for the CLI, refer to https://cdk.tf/crash-reporting for more details [boolean] --providers Providers to add to your project [array] [default: []]