Skip to content

Commit

Permalink
Prepare Beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daschl committed Jul 15, 2021
1 parent 39ff421 commit 7bdf8ea
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

All user visible changes to this project will be documented in this file.

## 1.0.0-beta.1 - Unreleased
## 1.0.0-beta.2 - Unreleased

## 1.0.0-beta.1 - 2021-07-15

- Nushell pinned to 0.34
- Added support for alternate addresses (enables all data commands for Couchbase Cloud)
Expand All @@ -17,7 +19,7 @@ All user visible changes to this project will be documented in this file.
- Return an error if the `--clusters` flag does not return a single cluster.
- Cloud support to the `nodes` command has been added.‚‚
- The Message of the Day has been brought back.
- Commands have been reordered so the `get` subcommands are now at the toplevel.
- Commands have been reordered so the `get` subcommands are now "at the toplevel.
- Bundling the `fetch` plugin so now you can load any site/data you want.

## 1.0.0-alpha.2 - 2021-06-09
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "couchbase-shell"
version = "1.0.0-alpha.3-dev"
version = "1.0.0-beta.1"
authors = ["Michael Nitschinger <[email protected]>"]
edition = "2018"
default-run = "cbsh"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Next, clone the repository and then run `cargo run`. The first time it will take

```
$ ./cbsh -h
The Couchbase Shell 1.0.0-alpha.2
The Couchbase Shell 1.0.0-beta.1
Alternative Shell and UI for Couchbase Server and Cloud
USAGE:
Expand Down
12 changes: 6 additions & 6 deletions docs/quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

=== Installation

The current latest version is *1.0.0-alpha.2*.
The current latest version is *1.0.0-beta.1*.

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/v1.0.0-alpha.2/cbsh-1.0.0-alpha.2-linux.zip[cbsh-1.0.0-alpha.2-linux.zip]
- macOS: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-alpha.2/cbsh-1.0.0-alpha.2-mac.zip[cbsh-1.0.0-alpha.2-mac.zip]
- Windows: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-alpha.2/cbsh-1.0.0-alpha.2-windows.zip[cbsh-1.0.0-alpha.2-windows.zip]
- Linux: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.1/cbsh-1.0.0-beta.1-linux.zip[cbsh-1.0.0-beta.1-linux.zip]
- macOS: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.1/cbsh-1.0.0-beta.1-mac.zip[cbsh-1.0.0-beta.1-mac.zip]
- Windows: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.1/cbsh-1.0.0-beta.1-windows.zip[cbsh-1.0.0-beta.1-windows.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):

```
$ unzip cbsh-1.0.0-alpha.2-osx.zip
$ unzip cbsh-1.0.0-beta.1-osx.zip
$ cd cbsh-mac-x86_64
$ ls
cbsh examples LICENSE README.md
Expand All @@ -27,7 +27,7 @@ $ ./cbsh
───┬───────────────
# │ version
───┼───────────────
0 │ 1.0.0-alpha.2
0 │ 1.0.0-beta.1
───┴───────────────
```

Expand Down

0 comments on commit 7bdf8ea

Please sign in to comment.