Skip to content

Commit e06d388

Browse files
jrodewigE. Cooper
andauthored
Update README for CLI v4 GA (#564)
* Update README for CLI v4 GA * Remove beta label from version --------- Co-authored-by: E. Cooper <eric.cooper@fauna.com>
1 parent d19ca5d commit e06d388

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Fauna CLI v4 (beta)
1+
# Fauna CLI
22

33
<!-- [![Version](https://img.shields.io/npm/v/fauna.svg)](https://npmjs.org/package/fauna)
44
[![CircleCI](https://circleci.com/gh/fauna/fauna/tree/master.svg?style=shield)](https://circleci.com/gh/fauna/fauna/tree/master)
@@ -7,10 +7,6 @@
77
[![Downloads/week](https://img.shields.io/npm/dw/fauna.svg)](https://npmjs.org/package/fauna)
88
[![License](https://img.shields.io/npm/l/fauna.svg)](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-
1410
The Fauna CLI lets you access [Fauna](http://fauna.com/) from your terminal.
1511
You can use the CLI to:
1612

@@ -36,7 +32,7 @@ To get started:
3632
1. Install the CLI:
3733

3834
```shell
39-
npm install -g fauna-shell@">=4.0.0-beta"
35+
npm install -g fauna-shell
4036
```
4137

4238
2. 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

0 commit comments

Comments
 (0)