Files
ohmyzsh/plugins/cdk
Akshat1927 da368d6468 feat(cdk): add plugin (#13831)
Co-authored-by: Marc Cornellà <marc@mcornella.com>
2026-08-03 10:16:50 +02:00
..

AWS CDK Plugin

This plugin provides aliases and autocompletion for the AWS Cloud Development Kit (CDK) CLI.

Usage

Add cdk to the plugins array in your .zshrc:

plugins=(... cdk)

Requirements

Aliases

Alias Command Description
cdkl cdk list List all stacks in the app
cdksynth cdk synth Synthesize CloudFormation template
cdkdiff cdk diff Compare deployed vs local stack
cdkdeploy cdk deploy Deploy stack to AWS
cdkdestroy cdk destroy Destroy deployed stack
cdkboot cdk bootstrap Bootstrap CDK environment
cdkdoc cdk docs Open CDK documentation
cdkinit cdk init Initialize a new CDK project
cdkwatch cdk watch Watch for changes and auto-deploy
cdkctx cdk context Manage cached context values
cdkack cdk acknowledge Acknowledge a notice
cdkver cdk --version Print CDK version