0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

sfdx: add plugin and completion for sfdx (#6540)

This commit is contained in:
Wade Wegner 2019-04-16 13:08:32 -07:00 committed by Marc Cornellà
parent ebee94b8cf
commit 2c1880cf50
2 changed files with 1121 additions and 0 deletions

11
plugins/sfdx/README.md Normal file
View file

@ -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

1110
plugins/sfdx/_sfdx Normal file

File diff suppressed because it is too large Load diff