mirror of https://github.com/ohmyzsh/ohmyzsh.git
sfdx: add plugin and completion for sfdx (#6540)
parent
ebee94b8cf
commit
2c1880cf50
|
@ -0,0 +1,11 @@
|
|||
# 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
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue