# aws-cdk-cli-testing **Repository Path**: mirrors_aws/aws-cdk-cli-testing ## Basic Information - **Project Name**: aws-cdk-cli-testing - **Description**: Tests for the AWS CDK CLI - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AWS CDK CLI Testing This repository contains the integration tests of the AWS CDK CLI repository. They are extracted to a separate repository because there is a dependency between our 3 different repos: ```mermaid graph TD aws-cdk-lib --> |devDependency| cdk-cli cdk-cli-testing --> aws-cdk-lib cdk-cli-testing --> cdk-cli ``` ## Usage ```sh $ bin/run-suite \ --use-cli-release=2.175.0 \ --verbose \ cli-integ-tests", ```