1
0
Форкнуть 0
Перейти к файлу
Wade Wegner 9d7d156adb Fixed issue with -e 2019-12-30 07:38:32 -08:00
.gitignore Simple support for script creation 2018-01-17 08:07:05 -08:00
LICENSE Initial commit 2018-01-17 05:04:35 -08:00
README.md Initial working MVP 2018-01-17 06:06:29 -08:00
generate.sh Fixed issue with -e 2019-12-30 07:38:32 -08:00
sfdx.bash Fixed issue with -e 2019-12-30 07:38:32 -08:00

README.md

salesforce-cli-bash-completion

Auto-completion for the Salesforce CLI in bash.

Installation

Clone and open this repository:

git clone https://github.com/wadewegner/salesforce-cli-bash-completion && cd salesforce-cli-bash-completion

Update your .bash_profile:

printf "\nsource '"$(pwd)"/sfdx.bash'\n" >> ~/.bash_profile

Reload your profile:

source ~/.bash_profile

Enjoy!