diff options
author | Wade Wegner <wade.wegner@gmail.com> | 2019-04-16 13:08:32 -0700 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-04-16 22:08:32 +0200 |
commit | 2c1880cf5070640b04f46303d35b68a107be3e2a (patch) | |
tree | 4c08b372bcb116c83f03ab8a40ee2e6adde9a619 /plugins/sfdx/README.md | |
parent | ebee94b8cfef78bf4ccefb7b2cc67fc2b2e118c4 (diff) | |
download | zsh-2c1880cf5070640b04f46303d35b68a107be3e2a.tar.gz zsh-2c1880cf5070640b04f46303d35b68a107be3e2a.tar.bz2 zsh-2c1880cf5070640b04f46303d35b68a107be3e2a.zip |
sfdx: add plugin and completion for sfdx (#6540)
Diffstat (limited to 'plugins/sfdx/README.md')
-rw-r--r-- | plugins/sfdx/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/sfdx/README.md b/plugins/sfdx/README.md new file mode 100644 index 000000000..259c17fbe --- /dev/null +++ b/plugins/sfdx/README.md @@ -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 |