aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient/src/sh/vespa-get-cluster-state
blob: 828f9af2231b492d136b560e727fbec6814fde89 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env bash
# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

eval $(vespa-security-env)

$VESPA_HOME/libexec/vespa/GetClusterState.pl "$@"