mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Add an Oh My Zsh plugin for AWS CDK that registers yargs-based zsh completions and falls back to an npx wrapper for project-local CDK installations.
481 B
481 B
AWS CDK plugin
This plugin adds completion for the AWS Cloud Development Kit (CDK) CLI.
To use it, add cdk to the plugins array in your zshrc file:
plugins=(... cdk)
If the cdk command is installed globally, the plugin uses it directly. If cdk is not found but npx is
available, the plugin defines a cdk wrapper that runs npx -- cdk, which supports project-local CDK
installations.
This plugin does not add any aliases.