We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faed0dc commit 95cae94Copy full SHA for 95cae94
1 file changed
scripts/develop.sh
@@ -38,8 +38,9 @@ _main() {
38
--set-default \
39
${POSITIONAL_ARGS[@]}
40
if [[ "${CPQ}" == "true" ]]; then
41
- # Salesforce CPQ (SBQQ) 252.3.0.1
42
- sf package install --package "04t6T000000t6QXQAY" --no-prompt --wait 30
+ # Salesforce CPQ (SBQQ) 260.2
+ # https://install.steelbrick.com/
43
+ sf package install --package "04tKh000001zrocIAA" --no-prompt --wait 30
44
fi
45
}
46
0 commit comments