You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
636 B
16 lines
636 B
# 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 |
|
|
|