From d76caf7e4e849871419c1c77daabd248f72b803a Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Sat, 21 Jan 2023 01:33:02 +0100 Subject: [PATCH] chore(cli): Removing install, as we have to clone the repo for that. Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay-cli | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/helmcharts/openreplay-cli b/scripts/helmcharts/openreplay-cli index 33aae44f5..218106636 100755 --- a/scripts/helmcharts/openreplay-cli +++ b/scripts/helmcharts/openreplay-cli @@ -107,7 +107,6 @@ echo -e ${NC} log info ' Usage: openreplay [ -h | --help ] [ -s | --status ] - [ -i | --install ] [ -u | --upgrade ] [ -r | --restart ] [ -R | --Reload ] @@ -234,15 +233,6 @@ do clean_tmp_dir exit 0 ;; - -i | --install) - log title "Installing OpenReplay" - sudo cp -f ./openreplay /bin/ - read -rp "Enter your domain name(openreplay.mycompany.com): " domain_name - DOMAIN_NAME=$domain_name bash init.sh - sudo cp -f ./vars.yaml "$OR_DIR" - clean_tmp_dir - exit 0 - ;; -r | --restart) log title "Restarting OpenReplay Components" kubectl rollout restart deployment -n "${APP_NS}"