cdk-cli is an unofficial AWS CDK CLI helper that provides additional utility commands for AWS CDK applications. The package is version 1.1.0 and is in maintenance mode; it does not replace the official AWS CDK CLI but offers shortcuts and wrappers. Its key differentiator is simplifying common CDK workflows, though it lacks active documentation and may have limited community support compared to the official tool.
npm install cdk-cliVerified import paths — ran on the pinned version, not inferred.
Shows basic usage of the default import to execute a CDK deploy command with options.
Migrate to the official AWS CDK CLI tool.
Double-check command names and stack names before calling the function.
Update calls to pass an object with 'command' and 'stack' properties instead of a single string.
Use 'import cdkCli from 'cdk-cli'' or 'import { CdkCli } from 'cdk-cli''.Run 'npm install cdk-cli' to install the package.
No dependency data recorded yet.