We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb19bb commit 551abe2Copy full SHA for 551abe2
1 file changed
commodore_command.sh
@@ -16,3 +16,10 @@ commodore () {
16
projectsyn/commodore:v0.2.0 \
17
$*
18
}
19
+
20
+commodore_compile_all() {
21
+ CLUSTERS=($(kubectl --context minikube -n lieutenant get cluster -o jsonpath="{$.items[*].metadata.name}"))
22
+ for CLUSTER in "${CLUSTERS[@]}"; do
23
+ commodore catalog compile --push "$CLUSTER"
24
+ done
25
+}
0 commit comments