You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
305 B
11 lines
305 B
# 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
|
|
|