aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-03-20 15:36:43 +0100
committerHarald Musum <musum@verizonmedia.com>2019-03-20 15:36:43 +0100
commita731bddd64291a38af449e6868db30d45fe884d8 (patch)
treeb39dc745cccf542365c8d942978078b0eebd2643 /zkfacade
parent62f1e77c11a41154876e60e698b3834830d384c5 (diff)
Install zk tools
Diffstat (limited to 'zkfacade')
-rw-r--r--zkfacade/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/zkfacade/CMakeLists.txt b/zkfacade/CMakeLists.txt
index 6610356c0fd..86bc8f59903 100644
--- a/zkfacade/CMakeLists.txt
+++ b/zkfacade/CMakeLists.txt
@@ -1,2 +1,8 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install_fat_java_artifact(zkfacade)
+
+vespa_install_script(src/main/sh/zkcat vespa-zkcat bin)
+vespa_install_script(src/main/sh/zkcli vespa-zkcli bin)
+vespa_install_script(src/main/sh/zkctl vespa-zkctl bin)
+vespa_install_script(src/main/sh/zkls vespa-zkls bin)
+vespa_install_script(src/main/sh/zk-purge-old-snapshots vespa-zk-purge-old-snapshots bin)