schema:diff

Print the diff between local and remote schema.

Syntax

fauna schema diff --dir <value> [--domain <value>] [--scheme https|http] [--port <value>] [--timeout <value>] [--secret <value>] [--endpoint <value>] [--help]

Description

The schema:diff command prints the diff between local and remote schema

Arguments

None

Options

Option Description

--dir

(required) Directory of .fsl files to push.

--domain

Fauna server domain.

--endpoint

Fauna server endpoint.

--help

Help for schema:diff command.

--port

Connection port.

--scheme

Connection scheme:
     `http`
     `https`

--secret

Fauna secret key.

--timeout

Connection timeout in milliseconds.

Examples

fauna schema diff --dir schemas/myschema

See also

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!