help
Description
The fauna help
command displays version and usage information for
fauna-shell
, as well as a list of all of fauna-shell
commands.
fauna help COMMAND
displays help specific to COMMAND
. You can also
use the syntax fauna COMMAND --help
.
Arguments
Argument | Description |
---|---|
|
Optional - When specified, the |
Examples
In the following example, we issue the command to get help about
fauna-shell
in general.
fauna help
VERSION
fauna-shell/0.12.4 darwin-x64 node-v14.16.0
USAGE
$ fauna [COMMAND]
COMMANDS
add-endpoint
autocomplete display autocomplete installation instructions
cloud-login
create-database
create-key
default-endpoint
delete-database
delete-endpoint
delete-key
eval
help display help for fauna
list-databases
list-endpoints
list-keys
run-queries
shell
In the following example, we request help specifically about the
add-endpoint
command.
fauna help add-endpoint
USAGE
$ fauna add-endpoint ENDPOINT
ARGUMENTS
ENDPOINT FaunaDB server endpoint
OPTIONS
--alias=alias FaunaDB server endpoint alias
--key=key FaunaDB server endpoint key
DESCRIPTION
Adds a connection endpoint for FaunaDB
EXAMPLES
$ fauna add-endpoint https://db.fauna.com:8443
$ fauna add-endpoint https://localhost:8443/ --alias localhost --key secret
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!