mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08: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                                                            |
 |