From a475b812142829a59bc623123e648886b3a38842 Mon Sep 17 00:00:00 2001 From: Jack Westwood Date: Tue, 10 Sep 2024 15:12:00 +0100 Subject: [PATCH] Prepare README and Download links for 1.0.0 release --- README.md | 14 +++++++------- docs/quickstart.adoc | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b4c1f207..8b0e46b6 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ The documentation is available [here](https://couchbase.sh/docs/). First, download the archive for your operating system. -- Linux: [cbsh-x86_64-unknown-linux-gnu.tar.gz](https://github.com/couchbaselabs/couchbase-shell/releases/download/v0.75.1/cbsh-x86_64-unknown-linux-gnu.tar.gz) -- macOS: [cbsh-x86_64-apple-darwin.zip](https://github.com/couchbaselabs/couchbase-shell/releases/download/v0.75.1/cbsh-x86_64-apple-darwin.zip) -- Linux aarch64 [cbsh-aarch64-unknown-linux-gnu.tar.gz](https://github.com/couchbaselabs/couchbase-shell/releases/download/v0.75.1/cbsh-aarch64-unknown-linux-gnu.tar.gz) -- macOS aarch64: [cbsh-aarch64-apple-darwin.zip](https://github.com/couchbaselabs/couchbase-shell/releases/download/v0.75.1/cbsh-aarch64-apple-darwin.zip) -- Windows: [cbsh-x86_64-pc-windows-msvc.zip](https://github.com/couchbaselabs/couchbase-shell/releases/download/v0.75.1/cbsh-x86_64-pc-windows-msvc.zip) +- Linux: [cbsh-x86_64-unknown-linux-gnu.tar.gz](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0/cbsh-x86_64-unknown-linux-gnu.tar.gz) +- macOS: [cbsh-x86_64-apple-darwin.zip](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0/cbsh-x86_64-apple-darwin.zip) +- Linux aarch64 [cbsh-aarch64-unknown-linux-gnu.tar.gz](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0/cbsh-aarch64-unknown-linux-gnu.tar.gz) +- macOS aarch64: [cbsh-aarch64-apple-darwin.zip](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0/cbsh-aarch64-apple-darwin.zip) +- Windows: [cbsh-x86_64-pc-windows-msvc.zip](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0/cbsh-x86_64-pc-windows-msvc.zip) You do not need any extra dependencies to run `cbsh`, it comes "batteries included". @@ -25,7 +25,7 @@ After extracting the archive, run the `cbsh` binary in your terminal. ``` ❯ ./cbsh --version -The Couchbase Shell 0.75.1 +The Couchbase Shell 1.0.0 ``` ## Basic Usage @@ -145,7 +145,7 @@ If you just want to use it and don't want to bother compiling all the time, you ``` ❯ cargo install --path . - Installing couchbase-shell v0.75.1 (/Users/michaelnitschinger/couchbase/code/rust/couchbase-shell) + Installing couchbase-shell v1.0.0 (/Users/michaelnitschinger/couchbase/code/rust/couchbase-shell) Updating crates.io index Downloaded plist v1.2.1 Downloaded onig v6.3.0 diff --git a/docs/quickstart.adoc b/docs/quickstart.adoc index 3f4e79e7..eac50956 100644 --- a/docs/quickstart.adoc +++ b/docs/quickstart.adoc @@ -2,15 +2,15 @@ === Installation -The current latest version is *0.92*. The version of `cbsh` is kept in line with the underlying version of nushell that is supported. +The current latest version is *1.0.0*. There are a couple ways you can get access to `cbsh`, the easiest one is to download our pre-built binaries for your platform of choice: - - Linux: https://github.com/couchbaselabs/couchbase-shell/releases/download/v0.75.1/cbsh-x86_64-unknown-linux-gnu.tar.gz[cbsh-x86_64-unknown-linux-gnu.tar.gz] - - macOS: https://github.com/couchbaselabs/couchbase-shell/releases/download/v0.75.1/cbsh-x86_64-apple-darwin.zip[cbsh-x86_64-apple-darwin.zip] - - Linux aarch64: https://github.com/couchbaselabs/couchbase-shell/releases/download/v0.75.1/cbsh-aarch64-unknown-linux-gnu.tar.gz[cbsh-aarch64-unknown-linux-gnu.tar.gz] - - macOS aarch64: https://github.com/couchbaselabs/couchbase-shell/releases/download/v0.75.1/cbsh-aarch64-apple-darwin.zip[cbsh-aarch64-apple-darwin.zip] - - Windows: https://github.com/couchbaselabs/couchbase-shell/releases/download/v0.75.1/cbsh-x86_64-pc-windows-msvc.zip[cbsh-x86_64-pc-windows-msvc.zip] + - Linux: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0/cbsh-x86_64-unknown-linux-gnu.tar.gz[cbsh-x86_64-unknown-linux-gnu.tar.gz] + - macOS: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0/cbsh-x86_64-apple-darwin.zip[cbsh-x86_64-apple-darwin.zip] + - Linux aarch64: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0/cbsh-aarch64-unknown-linux-gnu.tar.gz[cbsh-aarch64-unknown-linux-gnu.tar.gz] + - macOS aarch64: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0/cbsh-aarch64-apple-darwin.zip[cbsh-aarch64-apple-darwin.zip] + - Windows: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0/cbsh-x86_64-pc-windows-msvc.zip[cbsh-x86_64-pc-windows-msvc.zip] Once you've downloaded the `zip` file, extract it and switch into the just created directory. The following example shows it for mac, but it works very similar if you are on linux (just align the commands with the file you just downloaded): @@ -25,7 +25,7 @@ You can now run the `cbsh` binary: ``` ❯ ./cbsh --version -The Couchbase Shell 0.75.1 +The Couchbase Shell 1.0.0 ``` TIP: If you are running a recent macOS release (i.e. 10.15.x), you'll likely see an error similar to *"cbsh" was blocked from use because it is not from an identified developer*.