feat(kamal): add autocomplete support and aliases for Kamal (https://kamal-deploy.org/)

This commit is contained in:
Igor Alexandrov 2025-04-23 13:28:32 +04:00
commit f6556bc67d
3 changed files with 732 additions and 0 deletions

16
plugins/kamal/README.md Normal file
View file

@ -0,0 +1,16 @@
# Kamal
This plugin provides completion for [Kamal](https://kamal-deploy.org/) as well as some
aliases for frequent Kamal commands.
To use it, add kamal to the plugins array of your zshrc file:
```zsh
plugins=(... kamal)
```
## Aliase
| Alias | Command | Description |
|-----------|----------------------------------|----------------------------------------------------------------------------------|
| kad | `kamal deploy` | Deploy app to servers |