mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			305 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			305 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 
								 | 
							
								# sfdx plugin
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								This plugin provides autocompletion for the [Salesforce DX](https://developer.salesforce.com/tools/sfdxcli) CLI.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								To use it, add `sfdx` to the plugins array in your zshrc file:
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								```zsh
							 | 
						||
| 
								 | 
							
								plugins=(... sfdx)
							 | 
						||
| 
								 | 
							
								```
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								Original repository: https://github.com/wadewegner/salesforce-cli-zsh-completion
							 |