mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-09 08:50:40 +01:00
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 |
|