lib/seira/setup.rb in seira-0.7.5 vs lib/seira/setup.rb in seira-0.8.0

- old
+ new

@@ -119,9 +119,14 @@ puts "Making sure kubectl is installed..." unless system('kubectl version &> /dev/null') puts "Installing kubectl..." system('gcloud components install kubectl') end + + puts "Making sure tsh is installed..." + unless system('tsh version &> /dev/null') + puts "Go to https://goteleport.com/docs/installation/ to install tsh.".yellow + end end def run_status puts "Your gcloud CLI auths (which can be used for many projects):" system("gcloud auth list")