From f206eb466f9059668925bd8eabec9324e2238eb5 Mon Sep 17 00:00:00 2001 From: "omri.s" Date: Wed, 24 May 2023 12:07:13 +0300 Subject: [PATCH] Update release version of the CLI --- docs/_common/install-otterize-cli.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_common/install-otterize-cli.md b/docs/_common/install-otterize-cli.md index ac175b531..de8479d1d 100644 --- a/docs/_common/install-otterize-cli.md +++ b/docs/_common/install-otterize-cli.md @@ -13,7 +13,7 @@ brew install otterize/otterize/otterize-cli ```bash -curl -LJO https://get.otterize.com/otterize-cli/v0.1.22/otterize_macOS_arm64_notarized.zip +curl -LJO https://get.otterize.com/otterize-cli/v0.1.24/otterize_macOS_arm64_notarized.zip tar xf otterize_macOS_arm64_notarized.zip sudo cp otterize /usr/local/bin # optionally move to PATH ``` @@ -21,7 +21,7 @@ sudo cp otterize /usr/local/bin # optionally move to PATH ```bash -curl -LJO https://get.otterize.com/otterize-cli/v0.1.22/otterize_macOS_x86_64_notarized.zip +curl -LJO https://get.otterize.com/otterize-cli/v0.1.24/otterize_macOS_x86_64_notarized.zip tar xf otterize_macOS_x86_64_notarized.zip sudo cp otterize /usr/local/bin # optionally move to PATH ``` @@ -42,7 +42,7 @@ scoop install otterize-cli ```PowerShell -Invoke-WebRequest -Uri https://get.otterize.com/otterize-cli/v0.1.22/otterize_Windows_x86_64.zip -OutFile otterize_Windows_x86_64.zip +Invoke-WebRequest -Uri https://get.otterize.com/otterize-cli/v0.1.24/otterize_Windows_x86_64.zip -OutFile otterize_Windows_x86_64.zip Expand-Archive otterize_Windows_x86_64.zip -DestinationPath . # optionally move to PATH ``` @@ -54,7 +54,7 @@ Expand-Archive otterize_Windows_x86_64.zip -DestinationPath . ```bash -wget https://get.otterize.com/otterize-cli/v0.1.22/otterize_Linux_x86_64.tar.gz +wget https://get.otterize.com/otterize-cli/v0.1.24/otterize_Linux_x86_64.tar.gz tar xf otterize_Linux_x86_64.tar.gz sudo cp otterize /usr/local/bin # optionally move to PATH ```