#!/bin/bash
#
# This script checks if all CLI tools were properly installed
# before the rest of scripts would be allowed to execute
#

kubectl help 2>/dev/null >/dev/null || die 5 "kubectl CLI is missing"
