Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
macmv committed Oct 5, 2023
1 parent 260514d commit 8389cae
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1180,13 +1180,12 @@ Start an interactive shell.
Start an interactive shell.

USAGE
$ fauna shell [DBNAME] [--endpointURL <value>] [--timeout
<value>] [--secret <value>] [--endpoint <value>] [--file <value>] [--stdin]
[--output <value>] [--format json|json-tagged|shell] [--version 4|10]
[--typecheck]
$ fauna shell [SCOPE] [--endpointURL <value>] [--timeout <value>]
[--secret <value>] [--endpoint <value>] [--file <value>] [--stdin] [--output
<value>] [--format json|json-tagged|shell] [--version 4|10] [--typecheck]

ARGUMENTS
DBNAME database name
SCOPE Database path

FLAGS
--endpoint=<value> Connection endpoint, from ~/.fauna-shell
Expand All @@ -1206,7 +1205,9 @@ DESCRIPTION
Start an interactive shell.

EXAMPLES
$ fauna shell dbname
$ fauna shell

$ fauna shell my_db/nested_db
```

## `fauna stack`
Expand Down

0 comments on commit 8389cae

Please sign in to comment.