File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1- # Fauna CLI v4 (beta)
1+ # Fauna CLI
22
33<!-- [](https://npmjs.org/package/fauna)
44[](https://circleci.com/gh/fauna/fauna/tree/master)
77[](https://npmjs.org/package/fauna)
88[](https://github.com/fauna/fauna/blob/master/package.json) -->
99
10- > [ !IMPORTANT]
11- > v4 of the Fauna CLI is in beta. For the latest GA version, see the [ Fauna CLI v3
12- > docs] ( https://docs.fauna.com/fauna/current/build/cli/ ) .
13-
1410The Fauna CLI lets you access [ Fauna] ( http://fauna.com/ ) from your terminal.
1511You can use the CLI to:
1612
@@ -36,7 +32,7 @@ To get started:
36321 . Install the CLI:
3733
3834 ``` shell
39- npm install -g fauna-shell@ " >=4.0.0-beta "
35+ npm install -g fauna-shell
4036 ```
4137
42382 . If you're using bash or zsh, enable auto-complete by appending the output of
@@ -66,10 +62,10 @@ To get started:
6662
6763## Installation
6864
69- During the beta, you can install v4 of the Fauna CLI globally using npm:
65+ You can install the Fauna CLI globally using npm:
7066
7167``` sh
72- npm install -g fauna-shell@ " >=4.0.0-beta "
68+ npm install -g fauna-shell
7369```
7470
7571## Documentation
Original file line number Diff line number Diff line change 11{
22 "name" : " fauna-shell" ,
33 "description" : " faunadb shell" ,
4- "version" : " 4.0.0-beta1 " ,
4+ "version" : " 4.0.0" ,
55 "author" : " Fauna" ,
66 "type" : " module" ,
77 "bin" : {
You can’t perform that action at this time.
0 commit comments