17 lines
636 B
Markdown
17 lines
636 B
Markdown
|
|
# 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 |
|