-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ To get started: | |
1. Install the CLI: | ||
|
||
```shell | ||
npm install -g fauna-shell@beta | ||
npm install -g fauna-shell@4.0.0-beta | ||
``` | ||
|
||
2. If you're using bash or zsh, enable auto-complete by appending the output of | ||
|
@@ -55,9 +55,7 @@ To get started: | |
|
||
4. Run CLI commands. Specify a `--database` path, including the [Region Group | ||
identifier](https://docs.fauna.com/fauna/current/manage/region-groups/#id) and | ||
hierarchy, to run the command in. [Shorthand Region Group | ||
identifiers](https://docs.fauna.com/fauna/current/manage/region-groups/#id) | ||
are supported. For example: | ||
hierarchy, to run the command in. For example: | ||
|
||
```shell | ||
# Runs a query in the top-level 'example' database | ||
|
@@ -71,13 +69,7 @@ To get started: | |
During the beta, you can install v4 of the Fauna CLI globally using npm: | ||
|
||
```sh | ||
npm install -g fauna-shell@beta | ||
``` | ||
|
||
To upgrade the CLI, run: | ||
|
||
``` | ||
npm update -g fauna-shell@beta | ||
npm install -g [email protected] | ||
``` | ||
|
||
## Documentation | ||
|