File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -370,6 +370,7 @@ function install_plugins {
370370 # -- BX plugins to process
371371 PLUGINS=(
372372 " cloud-functions"
373+ " cloud-object-storage"
373374 " container-registry"
374375 " container-service"
375376 " dev"
@@ -382,7 +383,7 @@ function install_plugins {
382383 read -r p ver <<< " $(bx plugin list | grep " ^${plugin} " )"
383384 if [[ -z " $p " ]]; then
384385 log " Installing plugin '$plugin '"
385- bx plugin install -r " ${IDT_INSTALL_BMX_REPO_NAME} " " $plugin "
386+ bx plugin install -f - r " ${IDT_INSTALL_BMX_REPO_NAME} " " $plugin "
386387 else
387388 log " Updating plugin '$plugin ' from version '$ver '"
388389 bx plugin update -r " ${IDT_INSTALL_BMX_REPO_NAME} " " $plugin "
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ function install_plugins {
267267 iex " $bx_command plugin update -r $Global :IDT_INSTALL_BMX_REPO_NAME $plugin "
268268 } else {
269269 log " Installing plugin '$plugin '"
270- iex " $bx_command plugin install -r $Global :IDT_INSTALL_BMX_REPO_NAME $plugin "
270+ iex " $bx_command plugin install -f - r $Global :IDT_INSTALL_BMX_REPO_NAME $plugin "
271271 }
272272 }
273273 log " Running 'ibmcloud plugin list'..."
You can’t perform that action at this time.
0 commit comments