Skip to content

Commit 8acb838

Browse files
committed
Added echo with information
1 parent 5833a80 commit 8acb838

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

commodore_command.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ commodore () {
2020
commodore_compile_all() {
2121
CLUSTERS=($(kubectl --context minikube -n lieutenant get cluster -o jsonpath="{$.items[*].metadata.name}"))
2222
for CLUSTER in "${CLUSTERS[@]}"; do
23+
echo "===> Compiling and pushing catalog for cluster $CLUSTER"
2324
commodore catalog compile --push "$CLUSTER"
2425
done
2526
}

0 commit comments

Comments
 (0)