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

  Your cdktn Python project is ready!

  cat help                Prints this message

  Compile:
    pipenv run ./main.py  Compile and run the python code.

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

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

  Deploy:
    cdktn deploy [stack]  Deploy the given stack

  Destroy:
    cdktn destroy [stack] Destroy the given stack

  Learn more about using modules and providers https://cdktn.io/docs/concepts/providers

Use Providers:

  You can add prebuilt providers (if available) or locally generated ones using the add command:
  
  cdktn provider add "aws@~>3.0" null kreuzwerker/docker

  You can find all prebuilt providers on PyPI: https://pypi.org/user/cdktn-team/
  You can also install these providers directly through pipenv:

  pipenv install cdktn-provider-aws
  pipenv install cdktn-provider-google
  pipenv install cdktn-provider-azurerm
  pipenv install cdktn-provider-docker
  pipenv install cdktn-provider-github
  pipenv install cdktn-provider-null

  You can also build any module or provider locally. Learn more: https://cdktn.io/docs/concepts/providers

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