Contact Form

Name

Email *

Message *

Cari Blog Ini

Cdk Cli Reference

AWS CDK Toolkit CLI

Primary Interaction Tool

The AWS CDK Toolkit includes a CLI command called `cdk` that allows you to interact with your AWS CDK app. It can execute your app and interrogate the application model.

Command Reference

Refer to the AWS Cloud Development Kit AWS CDK Command Line Interface CLI documentation for detailed command reference information.

Usage

To check the version of the `cdk` command-line toolkit, use the following command: ``` cdk version --json --verbose ```

Flags:

  • --verbose: Show additional information about the CLI.

You can use the `cdk` command-line toolkit to interact with your project and deploy your app into an AWS account.


Comments