========================================================================================================

  Your cdktf csharp project is ready!

  cat help                Prints this message

  Compile:
    dotnet build          Builds your dotnet packages

  Synthesize:
    cdktf synth [stack]   Synthesize Terraform resources to cdktf.out/

  Diff:
    cdktf diff [stack]    Perform a diff (terraform plan) for the given stack

  Deploy:
    cdktf deploy [stack]  Deploy the given stack

  Destroy:
    cdktf destroy [stack] Destroy the given stack

  Learn more about using modules and providers https://cdk.tf/modules-and-providers

Use Providers:

  Use the add command to add both prebuilt providers (if available) or locally generated providers:
  
  cdktf provider add "aws@~>3.0" null kreuzwerker/docker

  You can find all prebuilt providers on nuget: https://www.nuget.org/packages?q=HashiCorp.Cdktf.Providers
  You can also install these providers directly through dotnet:

  dotnet add package HashiCorp.Cdktf.Providers.Aws
  dotnet add package HashiCorp.Cdktf.Providers.Google
  dotnet add package HashiCorp.Cdktf.Providers.Azurerm
  dotnet add package HashiCorp.Cdktf.Providers.Docker
  dotnet add package HashiCorp.Cdktf.Providers.Github
  dotnet add package HashiCorp.Cdktf.Providers.Null

  You can also build any module or provider locally. Learn more: https://cdk.tf/modules-and-providers

========================================================================================================
