summaryrefslogtreecommitdiffstats
path: root/vespaclient/src/sh/vespa-get-cluster-state
diff options
context:
space:
mode:
Diffstat (limited to 'vespaclient/src/sh/vespa-get-cluster-state')
-rwxr-xr-xvespaclient/src/sh/vespa-get-cluster-state5
1 files changed, 5 insertions, 0 deletions
diff --git a/vespaclient/src/sh/vespa-get-cluster-state b/vespaclient/src/sh/vespa-get-cluster-state
new file mode 100755
index 00000000000..a71a8a73abf
--- /dev/null
+++ b/vespaclient/src/sh/vespa-get-cluster-state
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+eval $(vespa-security-env)
+
+$VESPA_HOME/libexec/vespa/GetClusterState.pl "$@" \ No newline at end of file