dotfiles/zsh/.local/share/oh-my-zsh/plugins/sfdx/README.md

12 lines
305 B
Markdown
Raw Normal View History

2024-06-19 00:06:56 +02:00
# 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