salesforce: default to forcecli

This commit is contained in:
ViViDboarder 2017-07-25 14:12:02 -07:00
parent e914794ff2
commit 3f7b620f94
1 changed files with 7 additions and 9 deletions

View File

@ -1,16 +1,14 @@
#! /bin/bash
# TODO: Prompt for atf or force
install_atf=false
if prompt_yn "Install Abuse the Force?" ; then
install_atf=true
fi
# if prompt_yn "Install Abuse the Force?" ; then
# install_atf=true
# fi
install_fcli=false
if prompt_yn "Install Force Cli?" ; then
install_fcli=true
fi
install_fcli=true
# if prompt_yn "Install Force Cli?" ; then
# install_fcli=true
# fi
if $install_atf ; then
recipe 'abuse-the-force'